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
Explain how to send xml file on server using http protocol?
how to get dynamic control array position or its index position?
source code for how to login a vb.net application ?
What is enumerator?
Explain option explicit?
Explain the advantages of vb.net?
Which is the base class for all the classes in .net framework?
What is an application domain? how they get created?
Did vb6 support multi-threading ?
What is redim keyword and its use?
Why do you need Lock in Visual Basic?
What are the differences between vb.net and c#, related to oops concepts
Explain cls?
Explain the difference between an xml "fragment" and an xml "document."
What is the difference between vb 6 and vb.net?