MSIL

Hi,

I am an infrastructure person and learning visual C# for the business needs. Can any one tell me the advantage of MSIL It does what Please mail me the answer at sroy@nhaustralia.com.au

Regards

Santanu




Answer this question

MSIL

  • MON205

    MSIL - Microsoft intermediate Language. It is a language that is used to do the code/compile it down to from VB.NET/C#/.NET development languages. This is where it makes it into 1 "code" language by the compiler.

    its a CPU independant set of instructions that can be efficiently be converted to native code.

    http://en.wikipedia.org/wiki/MSIL

    http://www.codeproject.com/dotnet/vbvscsmsil.asp

    it's not really a language you develop in, you develop in .NET based languages like VB.NET or C#, MSIL is what gets generated by the compiler when compiling



  • Ecrofirt

    Thanks a lot buddy

  • MSIL