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 trace in vb.net?
What is late binding and early binding?
What is the feature anonymous type?
How to create a constant in vb.net?
What is the main purpose of garbage collector?
What is sorting in vb?
What is the difference between c# and vb.net?
What is pre-jit?
What is visual basic.net culture?
What would you do to remove microsoft visual basic name space?
Explain the difference between import system.data.sqlclient and system.data.oledb?
Can you please explain the difference between dataset and datareader?
Can we use Vb.Net and C# language simultaneously in one .Net application?
Explain the use of new keyword?
What is deep copy?