The MVC music store is used to introduce and display ASP. net MVC and Visual Studio are examples of web development. We will start with the basic knowledge and introduce them step by step. Therefore, beginners can also enjoy a good learning experience.
This example program is completed using ASP. NET mvc4, And the view part is usedRazorEngine. EF codefirst is used for database access.
This program will create a music store which consists of three main parts: shopping, checkout and management.
You can view records by category.
You can view a record and add it to the shopping cart.
You can view the shopping cart and delete the items that you no longer want to purchase.
At the time of checkout, you will be prompted to log on or register a new account.
Create an account
After creating an account, you can fill in the complete delivery and checkout information. To make this procedure simpler, if you enter free in the coupon number, we will prompt that everything is free.
After the order is placed, the user will see a simple confirmation prompt.
In addition, an administrator is provided to create, modify, and delete records.
This project will be completed using ASP. NET mvc4 and Visual Studio. The knowledge involves data access, form submission, data verification, master page, layout, Ajax update and verification, and user logon.
Music Store episode 1st: what you look like