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
5. Wcf- Session Managment
Explain about continuable exceptions?
What is the use of web.config?
data types used in validation control
inprocess vs out process session state : Dot net architecture
Explain the race around condition? : Dot net architecture
Explain some of the disadvantages due to microsoft.net?
What's the difference between an application and a program?
Explain difference between machine config vs. Web config : Dot net architecture
Explain the types of memory management? : Dot net architecture
Explain pipelining? : Dot net architecture
what is diffrent beatween localprinter and networkprinter
Can you explain control extenders?
How is the using() pattern useful? What is idisposable?
How do you handle this COM components developed in other programming languages in .NET?