Chapter 8. SportsStore: Navigation and Cart
In the previous chapter, we set up the core infrastructure of the SportsStore application. Now we will use the infrastructure to add key features to the application, and you'll start to see how the investment in the basic plumbing pays off. We will be able to add important customer-facing features simply and easily. Along the way, you'll see some additional features that the MVC Framework provides.
Adding Navigation Controls
The SportsStore application will be a lot more usable if we let customers navigate products by category. We will do this in three parts:
Enhance the
List
action model in theProductController
class so that it is able to filter theProduct
objects in the repository.Revisit and enhance ...
Get Pro ASP.NET MVC 3 Framework, Third Edition 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.