What is intermediate language in .NET ?
Answer Posted / rajesh iyer
MSIL is MicroSoft Intermediate Language. When we
compile .Net applications, its complied to MSIL, which is
not machine read language. Hence Common Language Runtime
(CLR) with JustIn Time Complier (JLT), converts this MSIL
to native code (binary code), which is machine language.
| Is This Answer Correct ? | 54 Yes | 7 No |
Post New Answer View All Answers
How many classes a dll can contain?
What is deep copy?
What is private assembly?
What are the shared variables?
What are the advantages of an assembly?
Explain trace in vb.net?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
What is strong typing and weak typing?
List the types of generations in garbage collector?
What are the advantages of VB.NET?
How can we remove handlers at run time?
Which classes a dll can contain?
What do you mean by serialization?
What is difference between metadata and manifest?
Explain about visual basic?