Respected all members, Want to know about CLR in .NET Technology in detailed. Thanks a lot in advance
Hello Friend, The CLR is an agent of ASP.NET frame work that manages the code. The CLR provides various functions like manage memory, compilation, execution and other services. Below figure displays the Compilation and execution in system.
CLR - Common Language Runtime. CLR is .NET equivalent of Java Virtual Machine (JVM). It is the runtime that converts a MSIL code into the host machine language code, which is then executed appropriately. Apart from this It alse includes following features like 1)Memory management 2)Thread Management 3)Exception Handling 4)Garbage Collection 5)Security.
The CLR come languge rentime is an of ASP.NET frame work that manages the code. The CLR provides various functions like manage memory, compilation, execution and other services. Below figure displays the Compilation and execution in system.
it is common language runtime, helping for excaption handling,memory management,garbage collection. .