What is IL



What is IL..

Answer / kirti

IL = Intermediate Language. Also known as MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language). All .NET source code (of any language) is compiled to IL. The IL is then converted to machine code at the point where the software is installed, or at run-time by a Just-In-Time (JIT) compiler.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Explain the role of assembly in the .net framework.

0 Answers  


What is namespace used for loading assemblies at run time and name the methods?

2 Answers  


What is the CTS

1 Answers  


When was the first version of .NET released

1 Answers  


what is minimum requirement for entity framework applications to run?

0 Answers   Microsoft,






What happens when you encounter a continue statement inside the for loop ?

1 Answers  


If background completes its processing will it wait for foreground threads?

2 Answers   Kanbay,


Why to use Html.Partial in ASP.Net MVC?

0 Answers  


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

0 Answers  


When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?

0 Answers  


How Garbage Collector identifies the objects which are not in use?

6 Answers   EXL, Honeywell, Microsoft, Tech Mahindra, Tesco,


What is clr? How does work clr & wht is work of clr?

0 Answers  


Categories