1.

What Is Managed Code?

Answer»

MANAGED CODE is the code that Is executed directly by the CLR. The applications created by USING managed code automatically have CLR services such as type Checking, security, and automatic garbage collection. These services Help provide platform and language INDEPENDENCE for managed code applications. The CLR compiles the source code to MSIL, not machine code. This MSIL along with the metadata that DESCRIBES the attributes, classes and methods of the code resides an assembly.

Managed code is the code that Is executed directly by the CLR. The applications created by using managed code automatically have CLR services such as type Checking, security, and automatic garbage collection. These services Help provide platform and language independence for managed code applications. The CLR compiles the source code to MSIL, not machine code. This MSIL along with the metadata that describes the attributes, classes and methods of the code resides an assembly.



Discussion

No Comment Found