Explain CLR in brief - .NET Common Language Runtime, CLR

Explain CLR in brief.

CLR stands for Common Language Runtime.

The CLR is a development platform. It provides a runtime, defines functionality in some libraries, and supports a set of programming languages. The CLR provides a runtime so that the softwares can utilize its services. The CLR Base Class Library allows interaction with the runtime. The CLR supports various programming languages, several standards and is itself been submitted as an open standard.
Describe how a .Net application is compiled and executed - .NET Common Language Runtime, CLR
From the source code, the compiler generates Microsoft Intermediate Language (MSIL) which is further used for the creation of an EXE or DLL.....
Describe the parts of assembly - .NET Common Language Runtime, CLR
An assembly is a partially compiled code library. In .NET, an assembly is a portable executable....
Overview of CLR integration - .NET Common Language Runtime, CLR
The CLR (Common Language Runtime) integration is hosted in the Microsoft SQL Server 2005....
Post your comment