1
Votes

Web 2.0 | Understanding the MVC Application Execution Process

published 349 days, 54 minutes ago posted by farooqkaiserfarooqkaiser 358 days, 13 hours, 52 minutes ago
Monday, August 17, 2009 2:53:36 AM GMT Friday, August 07, 2009 1:54:58 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: Technology | Clicked: 0 | | Source: www.fairnet.com | show counter code
Tags: .NET 3.5, ASP.NET MVC

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

To post your comment please login or signup