Que:::: What is CLR?
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.
CLR is a Common Language Runtime.It is used to convert machine dependent code to machine independent code.
Post a Comment
2 comments:
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.
CLR is a Common Language Runtime.
It is used to convert machine dependent code to machine independent code.
Post a Comment