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 is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Which is the best institute for .net?
Possible ways to prevent xss attacks on mvc application?
Can we add constraints to the route? If yes, explain how we can do it?
how to disable the lazy loading framework?
How can I return string result from action in asp.net mvc?
Can you set the unlimited length for "maxjsonlength" property in config?
When was .NET announced
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What are multicast delegates ? give me an example
What is Reflection in .NET?
Is any files are generated,when we are adding the web reference to the web service?