What is the managed and unmanaged code in .net?
Answer Posted / guest
The .NET Framework provides a run-time environment called
the Common Language Runtime, which manages the execution of
code and provides services that make the development process
easier. Compilers and tools expose the runtime?s
functionality and enable you to write code that benefits
from this managed execution environment. Code that you
develop witha language compiler that targets the runtime is
calledmanaged code; itbenefits from features such as
cross-language integration, cross-language exception
handling, enhanced security, versioning and deployment
support, a simplified model for component interaction, and
debugging and profiling services
| Is This Answer Correct ? | 42 Yes | 12 No |
Post New Answer View All Answers
What do the terms “boxing” and “unboxing” mean?
How to manage pagination in a page using .net?
What is .net core used for?
What tools can I use to develop .net applications?
What is an anonymous method?
How big is the datatype int in .net?
How is .net able to support multiple languages?
What is the base class of Button control in .NET?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
Which namespace is require to used XML in .NET?
What are the core differences between .NET Languages ?
Tell us the differences between an interface and an abstract class in .net?
How to load the contents of an xml file into an xmldocument object?
What is Code group in .Net with respect to CAS
What is the difference between boxing and unboxing?