What is intermediate language in .NET ?
Answer Posted / naresh
intermediate language is also konwn as MSIL(Microsoft Intermediate language) or CIL (Common Intermedicate language).
All .Net source code is compiled to IL.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 View All Answers
What is option strict?
What are the advantages of vb.net and c#?
What is the difference between import system.data.sqlclient and system.data.oledb?
Explain cls?
What is a static variable?
Explain how can we remove handlers at run time?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What is the difference between readonly variable and constant variable?
What is redim keyword?
How to view an assembly?
What keyword is used to accept a variable number of parameter in a method?
What is the diff between vb mdi form and .net mdi form?
Explain global assembly cache (gac)?
Explain the advantages of migrating to vb.net?
what is intermediate language?