adspace
Answer Posted / 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 View All Answers