What is intermediate language in .NET ?
Answer Posted / sivasubramanian hariharan
MSIL (Microsoft Intermediate Language) or CIL (Common
Intermediate Language). All .NET source code is compiled to
IL. This 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 ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the use of assembly?
Explain the difference between import system.data.sqlclient and system.data.oledb?
What is difference between import system.data.sqlclient,system.data.oledb?
Explain the difference between web.config and machine.config and where it will be ?
Is vb.net dead?
Name the tool which can convert visual basic old version to .net compatibility version?
Define manifest?
Explain the advantage of option strict on?
Can you please explain the difference between dispose and finalize()?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
What are jagged arrarys ?
What is global assembly cache (gac)?
What are the shadow variables?
How can we store decimal data in .net?
What is pre-jit?