Friday 30 December 2011

Common Language Runtime (CLR) in ASP.NET

The Common Language Runtime (CLR) is an execution environment in ASP.NET development simple words. The main function of the CLR is conversion of the managed code into native code and then executes the program accordingly. It works as a layer between the operating system and the applications written in .NET languages that confirms to the Common Language Specifications (CLS).

The managed code compiled when only it is needed, that is it converts the appropriate instructions when each function is called. The Just In Time (JIT) is included in the CLR – it compiles the conversion of the Intermediate language to native code on demand at application run time.

During the execution of the program, the CLR manages memory, thread execution, garbage collection, exception handling, Common Type System (CTS), code safety verifications, and other system services. It is also referred to as a managed environment, because it also controls the interaction of the operating system with the program during the execution of a program.

At SPEC INDIA, our trained team of ASP.NET developers is eager to take care of any custom requirement from our probable Clients and prospects from all over the globe. If you have any requirement or queries, feel free to drop an email at our id lead@spec-india.com, we will be happy to assist you.


No comments:

Post a Comment