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
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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