██████████████████████████████████████████████████████████████████████


Que:::: What is CLR?

2 comments:

sreeni said...

CLR stands for common language runtime, its the heart of the framework.

it will convert IL into native language code and it will take care of memory management, interoperability is possible and etc.

satya murthy said...

CLR is a Common Language Runtime.
It is used to convert machine dependent code to machine independent code.