This contains forks of the MVC 3, MVC 4, and MVC 5 versions of the MVC Music Store sample application, built for the .NET Framework. It is intended for illustration purposes. For new applications, we recommend you use modern .NET!
The MVC Music Store is a tutorial application that introduces and explains step-by-step how to use ASP.NET MVC and Visual Studio for web development.
The MVC Music Store is a lightweight sample store implementation which sells music albums online, and implements basic site administration, user sign-in, and shopping cart functionality.
This tutorial series details all of the steps taken to build the ASP.NET MVC Music Store sample application.
This repository contains three different versions of the MVC Music Store application:
- MVC 3 - Original version for ASP.NET MVC 3 Tools Update
- MVC 4 - Updated version for ASP.NET MVC 4
- MVC 5 - Latest version for ASP.NET MVC 5
Each version includes detailed setup instructions, prerequisites, and troubleshooting information in its respective README file.
MVC 3 archive retrieved from mvcmusicstore.codeplex.com on the Internet Archive. Tutorial documentation is available on Microsoft Learn.