BehnamSeydAbadi / DomainCentricArchitecture

This is a simple implementation of domain-based clean architecture. It's created with ASP.NET 6, Entity Framework Core, and the sight of TDD. The project handles simple to-do app businesses with CQRS pattern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DomainCentricArchitecture

This is a simple implementation of domain-based clean architecture. It's created with ASP.NET 6, Entity Framework Core, and the sight of TDD. The project handles simple to-do app businesses with CQRS pattern.

There are three types of CQRS pattern which I mentioned below:

  1. Separated APIs to commands and queries that both of them work with one database (Which I used and implemented)
  2. Separated APIs to commands and queries with separated databases
  3. Separated APIs to commands and queries with event sourcing pattern.

List of used technologies:

About

This is a simple implementation of domain-based clean architecture. It's created with ASP.NET 6, Entity Framework Core, and the sight of TDD. The project handles simple to-do app businesses with CQRS pattern.

License:MIT License


Languages

Language:C# 100.0%