This document provides a tutorial for building an ASP.NET MVC Music Store application. It begins by creating a new ASP.NET MVC 3 project and adding a HomeController to handle the home page. Next, a StoreController is added to manage store browsing functionality, including listing music genres, browsing albums in a genre, and viewing album details. The tutorial then covers data access using Entity Framework Code First, adding validation, membership, a shopping cart, registration and checkout functionality. It concludes by implementing additional site features like navigation, layout updates, and displaying top selling albums on the home page.