1
votes

ASP.NET MVC2 Preview 2: Areas and Routes

published 224 days, 14 hours, 29 minutes ago posted by kahanukahanu 229 days, 12 hours, 59 minutes ago
Tuesday, January 26, 2010 9:53:49 PM GMT Thursday, January 21, 2010 11:24:01 PM GMT

ASP.NET MVC2 Preview 2: Areas and Routes In ASP.NET web forms I’ve used the “sub-web project” trick to break apart large web applications. It has some downsides, but generally works. ASP.NET MVC 2 will include built-in support for breaking apart a large MVC application into “areas”. To quote ScottGu: Areas provide a means of grouping controllers and views to allow building subsections of a large application in relative isolation to other sections. Each area can be implemented as a separate ASP.NET MVC...

category: Frameworks | clicked: 35 | | source: odetocode.com | show counter code
tags: ASP.NET MVC

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

To post your comment please login or signup