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

What is the difference between Finalize and Dispose (Garbage collection)

1 Answers  


Is mvc 4 supporting windows azure sdk (software development kit) ?

0 Answers  


what is ssdl?

0 Answers   Microsoft,


What is difference between html.beginform and ajax.beginform?

0 Answers   HCL,


What are bundling & minification features in asp.net mvc 4?

0 Answers  






What are the levels at which filters can be applied in an asp.net mvc application?

0 Answers   NA,


What’s the advantage of using System.Text.StringBuilder over System.String?

4 Answers   IBM,


What is the domain object?

0 Answers  


what is conceptual model?

0 Answers   Microsoft,


Explain tempdata in mvc?

0 Answers  


Explain unit test done by tester on development team?

0 Answers  


What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables

1 Answers  


Categories