What is CLR,MSIL and Jit Compiler and their roll in .net
Answer / 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 |
What is ITIL? What is the use of ITIL and how it works?
What is a virtual memory? : .NET Architecture
readonly syntax ?
What does the "EnableViewState" property do? Why would I want it on or off?
how can we achieve language interoperability through CLS? How MSIL works?
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
How do I stop a thread?
Can you explain server controls in atlas?
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
What exactly is being serialized when you perform serialization? scope in C# ?
Explain the difference between inprocess vs out process session state : Dot net architecture
Explain about validation?