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.
Post:54
Points:270What is CLR(Common Language Runtime)?
CLR (COMMON LANGUAGE RUNTIME)
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