You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is Cart system with Different Functionalities .It is Intended for practicing Asp .net core 3.1 with entity framework core 3.1 with implementation of Microsoft Identity framework Tag helpers/custom Tag Helpers ,session managment ,Mvvm Architecture,Viewcomponents /custom viewcomponents,Middlewares,Microservices and a lot other concepts .
Book selling website using ASP.NET MVCCore (.NET 6) and MS SQL Server where user can view purchase items, perform CRUD operations on shopping cart. It has admin panel as well where admin can perform CRUD operation on products and users. Used Stripe for payments. Integrated Identity Framework for authentication, authorization and Role Management.