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
What are nested classes?
How do you retrieve the customized properties of a .net application from xml .config file?
What are different types of jit ?
What are the difference between dispose(), close(), exit(), end()?
What is non_deterministic finalization?
Allowed program to auto-correct the database when loading a presentation.
What are the difference between dispose(), close(), exit(), end()? When do we use them?
Explain about Visual basic.NET culture?
Explain the use of option explicit?
what is difference between namespace and assembly?
When do you use virutal keyword?
What is the feature anonymous type?
List the two main parts of .net?
Explain about visual basic.net?
What is the feature which is common to all .net languages?