Hi Viewers! This is a demo app for a brand new shopping application built using ASP.NET CORE WEB API. This new shopping app is built using ASP.NET CORE 3.1.
The topics mentioned below are covered in this course.
1. Project overview
2. Project setup/setup using GIT HUB code repo.
3. Database design.
4. EF CORE CLI commands
5. Create a database using EF CORE CLI.
6. Setup 3/4 tier layered project structure as we do it in Corporate. This is for the separation of code in a proper way.
7. Generic Repository pattern
8. Custom validations
9. CRUD implementation for various endpoints, like getting, POST, PUT, DELETE
10. And more options for expanding this app to have Authentication and Authorization.