views:

831

answers:

4

Hi guys, I am trying to create an C# / asp.net shopping cart application from scratch (the intention is to understand the layout and the functionality).

Any idea where I can get ideas about how to create a basic simple shopping cart app? I know there is alot of information out there, but I wanted to get some word of mouth referrals.

Thanks

+1  A: 

Hi You can create cart application by session.You can put product list into session to save cart information .

+2  A: 

There are several starter kits available on the ASP.NET website which should give you a decent starting point.

http://www.asp.net/community/projects/

Josh