geovanegodoi / Blackbird

ASP.NET Core project based on Clean Architecture principles using CQRS with Mediatr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackbird

ASP.NET Core project based on DDD principles

Introduction

The layering of an application's codebase is a widely accepted technique to help reduce complexity and to improve code reusability. To achieve a layered architecture, lets follows the principles of Domain Driven Design.

Domain Driven Design Layers

There are four fundamental layers in Domain Driven Design (DDD):

  • Presentation Layer: Provides an interface to the user. Uses the Application Layer to achieve user interactions.

  • Application Layer: Mediates between the Presentation and Domain Layers. Orchestrates business objects to perform specific application tasks.

  • Domain Layer: Includes business objects and their rules. This is the heart of the application.

  • Infrastructure Layer: Provides generic technical capabilities that support higher layers mostly using 3rd-party libraries.

Image of Yaktocat

About

ASP.NET Core project based on Clean Architecture principles using CQRS with Mediatr


Languages

Language:C# 98.6%Language:CSS 1.1%Language:JavaScript 0.3%