Common Language Runtime or CLRIt performs memory management, exception handling, debugging, security checking, thread execution, code execution, code safety, verification, and compilation. The code that is directly managed by the CLR is called the managed code. When the managed code is compiled, the compiler converts the source code into a CPU independent intermediate language (IL) code. A Just-In-Time (JIT) compiler compiles the IL code into native code, which is CPU specific. - Study24x7
Social learning Network
09 Apr 2019 04:35 PM study24x7 study24x7

Common Language Runtime or CLR
It performs memory management, exception handling, debugging, security checking, thread execution, code execution, code safety, verification, and compilation. The code that is directly managed by the CLR is called the managed code. When the manag...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles