What is IL

Explain what is meant by the IL?

E

Expert

Verified

IL stands for the Intermediate Language. It is also known as MSIL or Microsoft Intermediate Language or the CIL or Common Intermediate Language. All .NET source code (it can be of any language) is first compiled to IL at the time of development. This IL is then transformed into the machine code at point where the software is installed, or at run-time by the Just-In-Time (JIT) compiler.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.