What is CLR(Common Language Runtime)?
Ask by Anonymous User
Updated 23 Sep 2020
CLR is the execution engine for DotNet framework or It is called the heart of DotNet framework. It provided the working environment which the program executes and provides core services like compilation, memory management thread management and garbage collection.
The various components of CLR are:
COMMON TYPE SYSTEM(subset of CLR)
MSIL(Microsoft intermediate language)
Execution support function
Class loader
Memory management
Garbage collector