What is Jit compilers?.how many are available in clr
Answer / 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 |
What are the features that are new in .net 2.0
What is the use of finalize and dispose eventhough garbage collector is working?
Explain something about model, view and controllers in asp.net mvc?
What does CLR do as soon as an assembly is created ?
What is managed extensibility framework?
What are differences between entity framework and l2s? : Entity framework
what do you mean by table-per-type?
How can we determine action invoked from HTTP GET or HTTP POST?
Can any particular component of .net framework 3.0 be removed?
What is net framework 3.0 ?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
how do you query in entity model when the result has a join from from different database other than the entity model?