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. Despite the multiple projects, it?s all logically one web application. One piece of feedback I?ve already heard from several people is that they don?t want to manage multiple projects and simply want areas within single project as a means of organizing...(read more) ...
Go to the complete details ...