Creating a modular, testable, and maintainable application in .NET Core requires a solid foundation. Setting up an application architecture requires foresight and much consideration as early decisions will impact how easily the application is extended and maintained. In the long run, though, applications need to be maintained and, in this case, extended. Between its design and the way, the code was written, neither is really possible and so the application needs to be redesigned and future-proofed. In this course, we will explore foundational architectural principles that help with the creation of maintainable code. Next, discover how to set up a real-world application architecture with ASP.NET Core. Then, you will learn how to plug in different, common blocks such as email and authentication and have a foundation to plug in other third-party services as needed. By the end of this course, you will have the skills and knowledge of creating a testable and maintainable ASP.NET Core application needed to architect real-world enterprise .NET Core apps.
Beginner
ASP.NET Core – SOLID and Clean Architecture
- 10 Sections
- 57 Lessons
- 10h Duration
Preliminary Concepts
6 Lessons
Setting Clean Architecture Solution
4 Lessons
Setting Up the Application Core
11 Lessons
- Create the Domain Project
- Create Application Core Project
- Understanding CQRS, Mediator, and AutoMapper
- Add AutoMapper and MediatR
- Set Up Features Folder Structure (Vertical Slice Architecture)
- Creating CQRS Query Request and Handler – Part 1
- Creating CQRS Query Request and Handler – Part 2
- Creating CQRS Command Request and Handler – Part 1
- Creating CQRS Command Request and Handler – Part 2
- Adding Custom Exceptions
- Adding FluentValidation
Setting Up Infrastructure Projects
8 Lessons
Creating the API Project
7 Lessons
Testing
4 Lessons
Adding the UI
4 Lessons
Securing API and UI
4 Lessons
Complete Application Features
6 Lessons
- Set Up Leave Allocation Management
- Set Up Leave Request Management – Part 1 – Employee Request
- Set Up Leave Request Management – Part 2 – Admin View
- Set Up Leave Request Management – Part 3 – Approval
- Set Up Leave Request Management – Part 4 – Cancel Request
- Set Up Leave Request Management – Part 5 – Wrap Up
Value-Added Features
3 Lessons