Prabhu Raja
What is IL?
By Prabhu Raja in ASP.NET on Oct 27 2011
  • Prabhu Raja
    Oct, 2011 27

    IL = Intermediate Language. Also known as MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language). All .NET source code (of any language) is compiled to IL during development. The IL is then converted to machine code at the point where the software is installed, or (more commonly) at run-time by a Just-In-Time (JIT) compiler.

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS