ASP.NET Core - SOLID and Clean Architecture (.NET 5 and Up)
Video description
Create a SOLID and testable ASP.NET Core Application using CQRS, Mediator Pattern, and clean architecture
About This Video
Build a strong foundation in .NET 5 clean architecture
Use advanced tools such as MediatR, Automapper, Fluent API, and validation
Use Identity and JWT to secure application API
In Detail
Creating a modular, testable, and maintainable application in .NET Core requires a solid foundation. Setting up an …
ASP.NET Core - SOLID and Clean Architecture (.NET 5 and Up)
Video description
Create a SOLID and testable ASP.NET Core Application using CQRS, Mediator Pattern, and clean architecture
About This Video
Build a strong foundation in .NET 5 clean architecture
Use advanced tools such as MediatR, Automapper, Fluent API, and validation
Use Identity and JWT to secure application API
In Detail
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.
Audience
To take this course, you will need to have some knowledge of .NET Core development and C#. Late beginner to intermediate programmers can benefit from this course.
You should have at least three months of C# development along with a computer and the Internet as prerequisites.
Chapter 3 : Setting Up Application Core - CQRS and Mediator Patterns
Implementing Automapper
Implementing MediatR and CQRS - Part 1 - Queries
Implementing MediatR and CQRS - Part 2 - Queries
Implementing MediatR and CQRS - part 3 - Commands
Implementing MediatR and CQRS - Part 4 - Commands
Adding Validation
Adding Custom Exceptions and Response Objects
Additional Refactoring and Considerations
Chapter 4 : Setting Up the Application Infrastructure
Section Overview
Adding Entity Framework Core
Implementing Persistence Layer
Add Infrastructure Project (Email Service)
Chapter 5 : Implement API and MediatR
Create and Configure Application API
.NET 6 Migration Error Fix
Use MediatR for Thin Controllers - Part 1
Use MediatR for Thin Controllers - Part 2
Seed Data in Tables
Review Swagger API Support
Chapter 6 : Unit Testing
Section Overview
Write Unit Tests for Application Code
Chapter 7 : Add MVC Client Application
Set Up ASP.NET MVC Project
Use NSwag for API Client Code
Set Up Custom API Clients and Base Code
Set Up Leave Type Management Service
Set Up Leave Type Management UI
Add JSON Web Token (JWT) Authentication to API
Add Authentication to Web Project
Set Up Leave Allocation Management
Set Up Leave Request Management - Part 1 - Employee
Set Up Leave Request Management - Part 2 - Admin
Chapter 8 : Value Added Features and Activities
Unit of Work for Batch Operations
API Exception Handling
Handling Token Expiration
Improve Data Auditing
Chapter 9 : Summary and Closing
Conclusion
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept