Answer Posted / anil
JIT compiler (Just In Time Compiler) is the main part in the
CLR, which converts the MSIL code into the native code. It
compiles the program quickly in an efficient manner.
Is This Answer Correct ? | 15 Yes | 14 No |
Post New Answer View All Answers
Why to use html.partial in mvc?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
why DotNetFramework is included in building a software
What are the Core features of ASP.NET MVC?
Which filter executes first in an asp.net mvc application?
In Server how to check whether model has error or not in ASP.Net MVC
What is the use of display modes?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What you mean by routing in asp.net mvc?
Does razor engine supports for tdd?
Explain entity lifecycle? : Entity framework
What is difference between razor and web form engine?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is objectset? : Entity framework
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?