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 |
Explain the differences between Server-side and Client-side code?
Can you explain atlasuiglitz library?
What is the use of TPL DATAFLOW?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
6. Wcf- what is SOA
What are the different pipelining hazards? : Dot net architecture
What is .net mobile input validation. : Microsoft dot net mobile
readonly syntax ?
Which Binding best suits where a WCF Service and the client application resides in the same machine?
Differences between VS 2005, 2008 and 2010 ?
What is an interrupt? : Dot net architecture
What i sthe meaning of .(dot) in .Net?