What is Jit compilers?.how many are available in clr
Answer Posted / kirti
Just-In-Time compiler- it converts the language that you write in .Net into machine language that a computer can understand. there are tqo types of JITs one is memory optimized & other is performance optimized.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between adding routes, to a webforms application and to an mvc application?
How we can call a javascript function on the change of a dropdown list in mvc?
Can I set the unlimited length for "maxjsonlength" property in config?
Does Tempdata hold the data for other request in ASP.Net MVC?
Explain dependency resolution?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
What are scaffold templates in mvc?
What is the .net framework 3.0 (formerly winfx)?
What is the difference between viewbag and viewdata in mvc?
What is RouteConfig.cs in ASP.Net MVC 4?
which are the key concepts of entity data model?
Explain bundle.config in mvc4?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is orm entity framework?
Explain the advantages of dependency injection (di) in asp.net mvc?