How to build a shopping cart with mvc in asp.net?

Thanh Le picture Thanh Le · Jan 9, 2013 · Viewed 45.2k times · Source

I'm a new to MVC in asp.net. I want to build a shopping cart with MVC (without using EF Code First as Music store mvc shopping cart). Anyone can show me a simple code or tutorial that I can learn?

Answer

Behroz Sikander picture Behroz Sikander · Jan 9, 2013

Well, i will suggest you to go to codeplex.com and search for the shopping carts. You will find alot of working examples. Here is the link.

You can download any project. If you have basic understanding of .Net then you do not need a step by step tutorial.