Wednesday, 27 November 2013

ASP .NET MVC Request Flow OR Application Execution Flow OR MVC Pipleline

Request Flow handles the request from the user ( client ) and send it to the server. Lets look into details on the function flow internally when client raises a request. This is what happens when u type an asp .net mvc application URL into the address bar of a web browser & clicks on enter.

Request -->Routing --> Handler -->Controller --> Action --> View --> Response


No comments:

Post a Comment