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
What is the use of CLR in .NET?
Define pipelining? : Dot net architecture
Explain the purpose of cache? How is it used? : Dot net architecture
What are library functions?
Explain about metadata?
What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile
What is an interrupt? : .NET Architecture
Difference between throw exception and rethrowing ?
Why the config file might not be writable
server.transfer limitation ?
What is the access level of the visibility type internal?
How to improve the cache performance? : Dot net architecture
Explain cache? : .NET Architecture
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
What is cookie less session?