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 .net mobile events? : Microsoft dot net mobile
How to upload in video,mp4,in .net 4.5 ..?
What is difference between .net and visual studio?
What is the purpose of cache? How is it used? : Dot net architecture
Can you explain atlasuiglitz library?
How to prevent my .NET DLL to be decompiled?
readonly syntax ?
What is .net mobile images control. : Microsoft dot net mobile
Explain the Lapsed Listener problem in .net
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
What is Opf3
Explain difference between state server and sqlserver? : .NET Architecture
What is the difference between metadata and menifest ?
what are the fundamental and common properties of .net controls?