PDA

View Full Version : Mention what is MSIL in .NET ?



pooja escorts
08-13-2021, 07:40 PM
Mention what is MSIL in .NET ?

Akshay_M
04-08-2022, 09:44 AM
MSIL is know as Microsoft Intermediate Language. During the compile time , the compiler convert the source code into Microsoft Intermediate Language (MSIL) . Microsoft Intermediate Language (MSIL) is a CPU-independent set of instructions that can be efficiently converted to the native code.

myresellerhome
04-15-2022, 08:22 AM
The Microsoft Intermediate Language (MSIL), sometimes known as the Common Intermediate Language (CIL), is a collection of platform-independent instructions created by the language-specific compiler from source code.