ASP.Net MVC interview questions
- Explain MVC process to handle request using MHPM events
- http://myfrequentlyasked.blogspot.com/2011/08/process-request-using-mhpm-events-fired.html
- http://www.codeproject.com/Articles/73728/ASP-NET-Application-and-Page-Life-Cycle
- Explain the MVC ASP.Net flow to process the request
- Explain the page life cycle of an ASP.Net MVC page
- http://stackoverflow.com/questions/17953756/mvc4-and-page-life-cycle
- http://stackoverflow.com/questions/460145/what-is-the-page-lifecycle-of-an-asp-net-mvc-page-compared-to-asp-net-webform
- http://www.dotnet-tricks.com/Tutorial/mvc/TbR0041112-Asp.net-MVC-Request-Life-Cycle.html
- Explain the function of URL routing system in the ASP.Net MVC
- http://weblogs.asp.net/scottgu/archive/2007/12/03/asp-net-mvc-framework-part-2-url-routing.aspx
- http://careerride.com/view.aspx?id=2185
- When I type return view() how does it know which view to return ?
- Explain how to access viewstate value of this page in next page.
- Is it possible to combine ASP.net webpages and MVC application and make a single application ?
- How can you share a view across multiple controllers ?
- Put the view in shared folder.
- Name different return types of a controller action method
- http://msdn.microsoft.com/en-us/library/dd410269%28v=vs.100%29.aspx
- http://careerride.com/view.aspx?id=3840
- How route table is created in ASP.Net MVC
- http://www.asp.net/mvc/tutorials/older-versions/controllers-and-routing/asp-net-mvc-routing-overview-cs
- http://msdn.microsoft.com/en-us/library/cc668201.aspx
- What are the 3 segments of default route that are present in an ASP.Net MVC application ?
- What is the difference between adding routes to a ASP.Net webform application and an MVC application ?
http://www.dotnet-tricks.com/Tutorial/mvc/4XDc110313-return-View%28%29-vs-return-RedirectToAction%28%29-vs-return-Redirect%28%29-vs-return-RedirectToRoute%28%29.html
No comments:
Post a Comment