Simple ASP.Net Core MVC Application
- Single method for any product catalog
- Shopping cart with AJAX techniques
Single controller for viewing any product table of database. Passing an entity name to controller by using GET-method, it returnes a view with list of items. It also allows you to sort or filter current table.
Shopping cart has been implemented using session state that stores user's items. All interactions like adding, deleting, viewing occurs through AJAX techinques.


