Chapter 13. Organization with areas
- Organizing large applications with areas
- Creating links between areas
- Managing global, area-agnostic content
- Managing links and URLs
As ASP.NET MVC websites become larger and more complex, the number of controllers inevitably grows. With a large number of controllers, you’ll start to notice many controllers that might logically belong together as a group. You might have administration sections of your application, product catalog sections, customer-care sections, shopping cart and ordering sections, and so on. Each of these application areas will likely share nothing more than perhaps a common logon widget or a layout, but each application area probably has quite a lot of functionality ...
Get ASP.NET MVC 4 in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.