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
Describe difference between inline and code-behind?
What tools can I use to develop .net applications?
What is the use of Treeview control?
Dynamic Fonts
What is namespaces in .net?
Explain what is an application domain?
How do you turn off cookies for one page in your site? Give an example.
What is .net technology?
Is Driver Script any how related to AOM?
Will my .net app run on 64-bit windows?
Explain webfarm vs webgardens in .net?
Explain what is heap and what is stack?
Explain the difference between managed and unmanaged code?
What is class library in .net
What are the deferred execution and the immediate execution in linq?