I would like to find out how to create a shopping cart on MVC, but the product data needs to be hard coded so it should not have a SQL database. I am particularly interested in the add to cart functions and basket operations. So I would like to pass through the selected item using sessions or tempdata.
Thanks so much.