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 |
Can you explain update progress control?
What is a virtual memory? : .NET Architecture
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
What are the types of application software?
How to improve the cache performance? : .NET Architecture
what is the difference between value types and reference types?
What is CLR,MSIL and Jit Compiler and their roll in .net
Difference between type constructor and instance constructor?
When should you use Abstract Class vs Interface while programming? Give 1 Example
3 Answers CSS Corp, Hexaware, T3 Softwares,
which is the institute in hyderabad for providing the live project industry training
What is the purpose of cache? : Dot net architecture
How to call the dll at runtime in .Net?