Wednesday 25 June 2014

What is Managed Code and Managed Code execution?

Managed Code:
  • The code which MSIL is generated after Language Compiler Compilation is directly executed by CLR is known as Managed Code.
  • Any language that is written in .NET Framework is Managed code.
  • Applications which runs under the control of the CLR is known as Managed code.
  • The resource, which is with in your application domain is, managed code. The resources that are within domain are faster
Managed Code Execution:
  • The code execution process is known as Managed Code Execution.
  • CLR will provide all the facilities and features of .Net to Managed Code Execution like Language Interoperability, Automatic Management, Common Data Type System, Exception Handling Mechanism, Code Access Security etc.



No comments:

Post a Comment