
Create a bookstore database in SQL Server with tables for bookstore, book category, book, book author, user, cart, and order, using primary keys and identity.
Explore implementing and displaying orders in an ASP.NET Core app, wiring up order header and order details, and rendering a list of orders in a table through the orders controller.
Apply a bootstrap bootswatch theme to an ASP.NET Core project by adding a CSS file, updating layout and header navigation, and refining pages like orders and login.
Demonstrates edit and delete operations for a bookstore in ASP.NET Core, using a bookstore service to fetch by id, update details, and delete by id via controllers and Razor views.
Authorize features behind the admin role and hide bookstore menu items using http context accessor and session checks, demonstrating role-based UI control in an ASP.NET Core project.
This Course complete the following topics like
1. How to start Project in Visual Studio 2022 with Target framework 7.0
2. How to Connect Database with ADO .NET in ASP.NET CORE MVC
3. Start Book Store Project , Real Time scratched project
4. Repository pattern with 3-tier architecture
5. Session to store User Credential
6. Action Filter to handle User Session
7. Controller to View for rendering the UI
8. DI : Dependency Injection to create object in IOC Container
9. Service Layer to design business logics
10. Theme Concept
11. Bootswatch theme
12. Relationship between the object
13. SQL Connection to create connection with Database
14. Sql Command for Quering with the database table
15. Sql DataReader to read data from Database server
16. Stroed Prcedure to handle Project Functions
17. Middleware to Render Request and response pipeline
18. ViewBag, ViewData and TempData , use for transfer data from controller to view
19. Partial View for navigation
20 View Component for showing cart items
21 Html Helper to show UI in Razor Views
22. Use Tag helpers
23. Paging Searching and Sort the data
24 Repository Pattern to Handle Data Function
25 Generic Function to handle common things
26 Modular monolithic application for book store ecommerce project
27. Ecommerce project for storing book, Purchase book, Cart Option, Order Options
28. Basic Functionality of Shoping cart