Skip to content

dnv0/UnnamedStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnnamedStore

Simple ASP.Net Core MVC Application

main-page

Features

  • Single method for any product catalog
  • Shopping cart with AJAX techniques

Demonstration materials

Viewing a product catalog

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.

product-catalog-page

Shopping Cart

Shopping cart has been implemented using session state that stores user's items. All interactions like adding, deleting, viewing occurs through AJAX techinques.

shopping-cart-page

About

Simple ASP.Net Core MVC Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published