1. From the source code, the appropriate language compiler generates Microsoft Intermediate Language (MSIL) Code which is further used for the creation of an EXE or DLL.
Example
Example
To compile VB.Net source code VB.Net Compiler is used.
2. The CLR processes at runtime Converts MSIL to Machine code with help of Just in Time(JIT) Compiler.
Common Language Runtime (CLR):
- Job of CLR to translate MSIL to Machine code (Executable Code) using “Just In Time (JIT)” Compiler.
- CLR provides Memory Management ,Type Safety and Exception Handling.

q swPosted Jul 14, 2014, 9:42 AM
thanks
Joginder BangerPosted Jun 10, 2014, 2:07 PM
Good one...every developer starting this type.....Best of luck next article
Shweta LodhaPosted Jun 10, 2014, 6:37 AM
You can add more on JiT here
sangram JadhavPosted Jun 10, 2014, 4:54 AM
Good 1 keep posting