Skip to content

Barry-Fraser-Anderson/Bulky-MVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulky-MVC

An ASP.NET exercise.

From the YouTube video: Introduction to ASP.NET Core MVC https://www.youtube.com/watch?v=AopeJjkcRvU

Synopsis

A mock-up of a simple online book store.

Customers are required to register and login in order to place an order. (The shopping cart is not currently implemented)

Only Admin users may update the product catalog and category table.

Topics Covered

  • Fundamentals of .NET Core
  • MVC Application
  • Razor Pages
  • Entity Framework Core
  • TempData, ViewBag, ViewData
  • Toastr
  • Repository Pattern
  • Identity Framework
  • Authentication and Authorization

Screenshots

Customer Pages

Home page   Product details

Register user   Log in

Management Pages (Admin user)

Home (Admin user)   Category management

Product management   Update product