Verified
IL stands for Intermediate Language which is also called as CIL (Common Intermediate Language) or MSIL (Microsoft Intermediate Language). Every .NET source code is compiled to IL. This is then converted to machine code at the point of run-time by a JIT (Just-In-Time) compiler or where the software is installed.