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
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
What is meant by jagged arrays?
What is sorting in vb?
Allowed program to auto-correct the database when loading a presentation.
What is difference between import system.data.sqlclient,system.data.oledb?
Explain option explicit?
Described strong typing
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What is the ruby interface generator?
How would you implement inheritance using vb.net?
Explain the services provided by common language infrastructure.
what is intermediate language?
Tell us how many languages are supported by .net?
How many classes a dll can contain?
How can we store decimal data in .net?