For basic Interview Questions of MVC refer my first post of MVC Interview Questions. 1. Can you describe ASP.NET MVC Request Life Cycle? Ans. There are two answers for the question. Short Answer: Following are the steps that are executed in ASP.NET MVC Request Life Cycle. I. Receive request, look up Route object in RouteTable(...)
↧