What is msil, il?



What is msil, il?..

Answer / Devendra Kumar

MSIL (Microsoft Intermediate Language) and IL (Intermediate Language) are terms used to refer to an intermediary representation of .NET Framework source code. MSIL is a platform-independent, low-level programming language that allows .NET programs to be executed on different operating systems. IL code is generated by the compiler from the original high-level programming languages like C# and VB.NET and is then JIT (Just-In-Time) compiled into native machine code before execution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What?s Singleton activation mode?

1 Answers  


How will you load an assembly which is not referenced by current assembly?

1 Answers  


What are the different parts of an Assembly in .Net?

1 Answers  


How do I spawn a thread?

1 Answers  


How com+ related to the dna architecture?

1 Answers  


What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?

1 Answers  


What does jit do?

1 Answers  


Which ports are used by viruses? UDP/TCP?

1 Answers  


What's typical about a windows process in regards to memory allocation in .net?

1 Answers  


Explaing your project.

1 Answers   Deloitte,


Please explain what is a delegate?

1 Answers  


What is a resource? Provide an example from your recent project.

1 Answers   Wipro,


Categories