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
Explain about the base class library provided by microsoft.net?
Explain about httpruntime.cach.get(); method?
Explain about clr?
What are the different pipelining hazards? : Dot net architecture
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
What is the use of CLR in .NET?
Explain COM with example?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
Explain different pipelining hazards? : Dot net architecture
What is Opf3
What is biginteger and when would you use that?
Define pipelining? : Dot net architecture
What's the difference between an application and a program?
Define cache coherency and how is it eliminated? : Dot net architecture
What is cache coherency and how is it eliminated? : Dot net architecture