Friday, February 26, 2010

What is M.S.I.L. or Microsoft Intermediate Language

MSIL stands for Microsoft Intermediate Language. When a programmer writes a program using VB or C# ,the compiler of that language converts it into an Intermediate code or Microsoft Intermediate Language and sends it to CLR which further converts it into native code for the machine.

No comments:

Post a Comment