Answer Posted / prashant yadav
jit is a just in time compiler,it converts msil code into
native code..it is different other compilers bcoz it compile
source code just in time and does not compile hole code at a
time...
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain something about model, view and controllers in asp.net mvc?
How route table has been created in ASP.NET ASP.Net MVC?
Is entity framework slow?
Can we add constraints to the route? If yes, explain how we can do it?
What are the 2 popular asp.net mvc view engines?
What is the difference between ViewData, ViewBag and TempData?
Explain ASP.NET MVC Identity and Security?
Define the core components of an ASP.NET MVC application?
What is poco proxy? : Entity framework
What is objectcontext? : Entity framework
Explain the request flow in asp.net mvc framework?
Difference between ASP.NET MVC and ASP.NET WebForms?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What is representational state transfer (rest) mean?
How do you handle variable number of segments in a route definition?