Sunday 22 September 2013

How to common language runtime?

Que: How to common language run time?



Ans:-The CLR is an execution Environment  . It works as a layer between operation system and application in .NET Language. The main function of CLR is to the convert managed code into native code and execute programs.The CLR's JIT compiler that MSIL code convert into native code.

During the execution of the program, the CLR manage type safety, Grabage collection , Exception Handling, Common Type System which is the standard type system managed by .net application.

No comments:

Post a Comment