What is CLR,MSIL and Jit Compiler and their roll in .net



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

Post New Answer

More Dot Net AllOther Interview Questions

Navigation controls in ASP.net,explain each control in brief?

2 Answers   Six Sigma,


Can you explain the difference between an ADO.NET Dataset and ADO Recordset?

2 Answers  


what is the shortcutkey for solution explorer and add new item?

5 Answers   Six Sigma,


What is the use of TPL DATAFLOW?

0 Answers   MCN Solutions,


What is the difference between custom controls and master page?

1 Answers   Tesco,






Explain the difference between l1 and l2 cache? : .NET Architecture

0 Answers  


how to add list of items in a web application and win application?

0 Answers   Six Sigma,


What is the purpose of cache? How is it used? : Dot net architecture

0 Answers  


It was told that .Net 2.0 Framework has got it's in built webserver. Does it mean that it doesn't need IIS? What is the significance of Front Page Server Extensions in creating or hosting a Web Application in .net?

1 Answers   247Customer, Concentrix, Wipro,


how to display a message box in the Application?

2 Answers   Six Sigma,


what is the difference between value types and reference types?

4 Answers   Six Sigma,


what is tracing? Where it used?

0 Answers  


Categories