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
Explain about .net assemblies?
What are the collections you've used?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
What is .net and why it is used?
Explain code access security.
What's singlecall activation mode used for in .net?
What is dot net architecture?
What is il and c#?
How do I use the thread pool?
Explain the use of activex control in .net?
What is marshling?
Explain the difference between the while and for loop.
What are an object and a class?
Is there built-in support for logging?
What tools can I use to develop .net applications?