In this chapter, you'll learn:
How to create the MVC Music Store application, a sample application that sells music albums online, and that implements site administration, user sign-in, and shopping cart functionality.
By Jon Galloway|
This tutorial provides an overview of the MVC Music Store application and walks you through creating the project in Visual Web Developer Express 2010.
By Jon Galloway|
This tutorial shows you how to create controllers, which are the classes that handle requests.
By Jon Galloway|
This tutorial creates the application's view templates, which define the layout and contents for the markup that's rendered to the browser.
By Jon Galloway|
This tutorial creates the data classes for the application and shows you how to use them for working with database data.
By Jon Galloway|
This tutorials shows you how to enable data editing.
By Jon Galloway|
This tutorial shows you how to add data validation to the application.
By Jon Galloway|
This tutorial adds a way to restrict access for some of the site's content by adding membership and authorization.
By Jon Galloway|
This tutorial implements the shopping cart, and it shows how to integrate jQuery into the application for a rich user experience.
By Jon Galloway|
In this tutorial, you learn how to let users register so that they can check out.
By Jon Galloway|
In this tutorial, you add some features to the site navigation, the home page, and the Store Browse page.