What is intermediate language in .NET ?

Answer Posted / atul dhiman

CLR provides the environment that enables managed code to execute and also provide different services in run-time. It is a run-time process which runs the code and give services that makes the development easier. During run-time code converted to IL/ MSIL (Intermediate Language) which is understandable to CLR and then it is converted to Native code or Binary code/Machine Language with the help of Just IN Time (JIT) compiler.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are nested classes?

623


How do you retrieve the customized properties of a .net application from xml .config file?

593


What are different types of jit ?

673


What are the difference between dispose(), close(), exit(), end()?

582


What is non_deterministic finalization?

709






Allowed program to auto-correct the database when loading a presentation.

1819


What are the difference between dispose(), close(), exit(), end()? When do we use them?

636


Explain about Visual basic.NET culture?

667


Explain the use of option explicit?

664


what is difference between namespace and assembly?

629


When do you use virutal keyword?

672


What is the feature anonymous type?

591


List the two main parts of .net?

676


Explain about visual basic.net?

748


What is the feature which is common to all .net languages?

556