Answer Posted / girish
jit is just in time compiler...
it work during the CLR execution...
jit will not execute all the code it will compile partial code means which code to be executed at tat time
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What is meant by tempdata in mvc?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
Which are the important namespaces used in mvc?
Explain how you can implement Ajax in MVC?
How does servicing work for the .net framework 3.0?
What does mvvm mean?
Explain unit test done by tester on development team?
What are bundling & minification features in asp.net mvc 4?
How to use multiple submit buttons in asp.net mvc?
Explain the 'page lifecycle' of an ASP.NET MVC?
Where are the routing rules defined in an asp.net mvc application?
What is viewdata?
What are the 3 main components of an asp.net mvc application?
What is Differnce between html.action and ajax.action?
Explain what is the difference between view and partial view?