This document provides an overview and tutorial for building an ASP.NET MVC Music Store application. It begins by creating a new ASP.NET MVC 3 project and adding prerequisite software. Controllers and views are then added to implement basic pages for the home, store index, and individual albums. The tutorial progresses to adding data access with Entity Framework Code First, validation, authorization, a shopping cart, registration/checkout, and final styling. Each section builds upon the previous to create a full-featured e-commerce music store application using ASP.NET MVC patterns and practices.