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 domain object?
What is ViewData and TempData in ASP.Net MVC?
The order of the filters that get executed, if the multiple filters are implemented?
Where are the routing rules defined in an asp.net mvc application?
What is viewdata?
what do you mean by table-per-hierarchy?
How to enable Attribute Routing?
what is deferred loading(lazy loading)?
How does the .net framework 3.0 relate to windows vista?
What is oauth in web api?
What are the 2 ways of adding constraints to a route?
How to return the JSON from action method in ASP.Net MVC?
What are ajax helpers in mvc?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
Does razor engine supports for tdd?