What is Common Language Runtime ?
Ask by Elena Glibart
Updated 20 Sep 2020
CLR: - is a heart of the .Net framework. CLR is executing engine in .Net framework. It is run time environment that takes responsible to execute code in to native code. It has some services provided: Memory management, Type safety, Manage exceptions and errors.