Description of Compilation and Runtime Execution of a C-Sharp Program :
Compilation and Runtime Execution of a C-Sharp Program is a tutorial in which the author discusses about the common language runtime which is a runtime environment in .NET framwork. CLR consists of a set of libraries that are used by many languages similar to the java virtual machine. CLR helps you to handle the execution of the C#.NET code. CLR language compilers are required to compile source code into an intermediate language code.