Thursday, 18 July 2013

Managed Code in .net

1.The code for which MSIL is generated after the language compiler compilation is directly executed by CLR which is known as Managed Code and the code execution process is known as managed code execution
2 .For managed code execution CLR will provide all the facilities or features of .net like
i)Common data type System
ii)Automatic Memory Management
iii)JIT compilation
iv)Code access Security
v)Exception handling Mechanism etc
3.For manage code execution CLR will contain common set of languages rule i;e common language syntax
4.Every programming language syntax will be converted into their common syntax at the time of compilation

No comments:

Post a Comment