What is the meaning of MSIL?



What is the meaning of MSIL?..

Answer / Varun Kumar

MSIL (Microsoft Intermediate Language) is an intermediate language used by the .NET Framework to execute code on various platforms. It is a common format for C#, VB.NET, and other languages that target the .NET Framework. The Common Language Runtime (CLR) compiles source code written in these languages into MSIL bytecode, which is then JIT-compiled to native machine code at runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the difference between Object and class adapters?

1 Answers   QuestPond,


What is the file extension for c#?

1 Answers  


What is distribute by in hive?

1 Answers  


What is xml serialization and deserialization in c#?

1 Answers  


What is difference between event and delegate in c#?

1 Answers  


what is a constructor? What is a destructor?

1 Answers  


Why do we use hashtable in c#?

1 Answers  


What is the root element of an xml file?

1 Answers  


Can you store strings in arrays?

1 Answers  


What is default value of enum c#?

1 Answers  


Why multiple Inheritence is not used in C#?

8 Answers   Symphony,


What is generic and non generic collections in c#?

1 Answers  


Categories