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
Explain the differences between vb.net and c#, related to oops concepts?
What is pre-jit?
What are the difference between structure and class?
What is private assembly?
Explain public assembly?
How can we remove handlers at run time?
What are nested classes?
i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate
What is the difference between .dll extension and .exe extension files?
Can you please explain the difference between dispose and finalize()?
difference between control and component more than one differences
Explain an assembly and its use?
source code for how to login a vb.net application ?
What are the advantages of an assembly?
Explain the difference between namespace and assembly?