What is CLR,MSIL and Jit Compiler and their roll in .net
Answer Posted / ayub qureshi
the msil stands for microsoft intermidiate language,the
language which is understand by CLR(common language
runtime).MSIL created by compiling ur C# code and msil is
just like a virtual machine code.Clr again compiles ur Msil
into real machine code(understand by your stytem) with the
help of a real compiler jit(just in time).
hope u get some help with this!!
| Is This Answer Correct ? | 14 Yes | 10 No |
Post New Answer View All Answers
Explain domestic architecture artifacts? : Dot net architecture
Explain the Lapsed Listener problem in .net
Explain about the base class library provided by microsoft.net?
Explain COM with example?
Can I create my own permission set?
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
how to set the startup position of the form?
Explain about common language infrastructure?
Is .net easier than java?
What is a managed code? : Dot net architecture
what is polymorphism and advantage ?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture
Explain .net mobile selectionlist control? : Microsoft dot net mobile
What's the difference between an application and a program?