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 is the differnce between managed code and unmanaged code?
What is the role of new keyword?
Write a program to find all text files in a logical drive and return the count of the number of files?
what is common language specification?
Explain the use of serialization and deserialization?
Explain nested classes?
What is late binding and early binding?
What are the different types of applications supported in .net (or) .net framework?
Explain the difference between system.string and system.stringbuilder classes?
i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate
What is vb.net used for?
List the two main parts of .net?
What is the purpose of an Assembly?
how to get dynamic control array position or its index position?
What do you mean by serialization and deserialization?