Single Project Areas With ASP.NET MVC 2 Preview 1
Posted by: youve been HAACKED,
on 31 Jul 2009 |
View original | Bookmarked: 0 time(s)
This post is based on an early preview of ASP.NET MVC 2 and may be obsoleted by a future version of the product. Preview 1 of ASP.NET MVC 2 introduces the concept of Areas. Areas provide a means of dividing a large web application into multiple projects, each of which can be developed in relative isolation. The goal of this feature is to help manage complexity when developing a large site by factoring the site into multiple projects, which get combined back into the main site before deployment....