Skip to content

Create a SOLID and testable ASP.NET Core Application using CQRS, Mediator Pattern and clean architecture.

Notifications You must be signed in to change notification settings

Shikha1234/LeaveManagementProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LeaveManagementProject

Create a SOLID and testable ASP.NET Core Application using CQRS, Mediator Pattern and clean architecture. Overview

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.

Why SOLID Architecture?

When we talk about SOLID architecture, we are referring to isn’t a straightforward task. Decisions made early in the process can have a large impact later on, and maintainability and testability play an important role. Adopting these practices can also contribute to avoiding code smells, refactoring code, and facilitate more efficient agile development.

SOLID stands for:

S - Single-Responsibility Principle

O - Open-closed Principle

L - Liskov Substitution Principle

I - Interface Segregation Principle

D - Dependency Inversion Principle

In this course, you explore foundational architectural principles which help with the creation of maintainable code. You will discover how to set up a real-world application architecture with ASP.NET Core. Then, you’ll learn how to plug in different, common blocks such as email, authentication and have a foundation to plug-in other third-party services as needed.

When you’re finished with this course, you’ll have the skills and knowledge of creating a testable and maintainable ASP.NET Core application needed to architect real-world, enterprise .NET Core apps.

N.B. - The project in this course is based on the deliverables in Complete ASP.NET Core and Entity Framework Development. While it is not mandatory to do this course, much of the existing code will be reused from this course's content.

Build A Strong Foundation in .NET Clean Architecture:

Learn Clean or Onion Architecture and Best Practices

Learn Command Query Responsibility Segregation (CQRS)

Implement Mediatr Pattern

Add Email Service using SendGrid

Efficient Exception Handling and Routing

Implementing Unit Testing

Moq and Shouldy

Global Error Handling with Custom Middleware and Exceptions

Adding Validation Using Fluent Validation

Build a .NET Core API and MVC UI Application

Implement JWT(JSON Web Token) Authentication

About

Create a SOLID and testable ASP.NET Core Application using CQRS, Mediator Pattern and clean architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published