Skip to content

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

Notifications You must be signed in to change notification settings

BehnamSeydAbadi/DomainCentricArchitecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages