Skip to content

yashiarya/.NET-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

.NET-Challenge

For the .NET Challenger I used ASP.NET MVC 4 and C# to design a prototype with a single page website as View and implemented a simple shopping basket web API which allows the user to buy, and store their products with the option to continue to shop. It also allows the user to increment the product quantity and remove any unwanted product from the basket.

Controllers:

  • ProductController.cs
  • CartController.cs

Models:

  • Product.cs
  • Item.cs
  • ProductModel.cs

Views:

  • Product
  • Cart

Note: Open solution and debug to run index.cshtml on localhost.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors