MVC Request Execution Stages - Life Cycle

Execution Stages:
  1. For web: HTTP request for Application
  2. Incoming request routed to Controller (Perform Routing)
  3. The controller processes request and create presentation Model
  4. The controller also selects appropriate result (view)
  5. Model is passed to View
  6. View transforms Model into an appropriate output format (HTML)
  7. The response is rendered (HTTP response)
Image Courtesy: SlideShare.net 

Comments

Popular posts from this blog

Auto Refresh .aspx page - ASP.NET

Auto Sequence Number in Grid Control with Paging

LINQ - C# Programming

ASP.NET MVC Version History

How to Edit More than 200 Rows in SQL Server 2008

Page get postback twice in Mozilla!!!!

SOLID Principles with C#

How to Update Dependent Excel Cells Automatically