In this chapter, I am going to build the customer-facing parts of the SportsStore application, which will allow a user to select products, see their shopping cart, and check out to create an order. The features that I add in this chapter are largely related to the ASP.NET Core MVC framework and build on the Entity Framework Core foundation created in previous chapters.
I pick up the pace in this chapter because most of the work is building features using ASP.NET Core MVC on top of the foundation created with Entity Framework Core in previous chapters.