4
shouts

Web 2.0 | Understanding the MVC Application Execution Process

posted by farooqkaiserfarooqkaiser 247 days, 21 hours, 35 minutes ago
Tuesday, July 14, 2009 2:27:21 PM GMT

The following are the stages of execution for an MVC Web project. In the Global.asax file, Route objects are added to the RouteTable object.The UrlRoutingModule module uses the first matching Route object in the RouteTablecollection 

to create the RouteData object, which it then uses to create a RequestContext(IHttpContext) object.The MvcRouteHandler creates an instance of the MvcHandler and passes it the RequestContext instance.

The MvcHandler object uses the RequestContext instance to identify the...

category: ASP.NET | clicked: 10 | | source: www.fairnet.com | show counter code
tags: ASP .NET MVC, ASP .NET MVC Framework

No comments yet, be the first one to post comment.

To post your comment please login or signup