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 application frame host?
how do you hide maximize,minimize and close box at the form title bar?
What is Ienumerable
Explain about cookie less session state? : .NET Architecture
Explain the purpose of cache? : Dot net architecture
Can you explain update progress control?
How cache coherency is eliminated? : Dot net architecture
Explain about common language infrastructure?
Define an interrupt? : Dot net architecture
What are public and private assemblies ?
what is managed code and managed data?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get