Skip to content
/ Core Public

.NET Core WebApi with authentication, DDD and CQRS

Notifications You must be signed in to change notification settings

gs1993/Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Core WebApi with authentication, DDD and CQRS

Current framework version: .NET 5


Features

Optimized data schemas

CQRS

  • Segregating the read and write sides mean maintainable and flexible models. Most of the complex business logic goes into the write model. The read model can be relatively simple.

Security

  • It's easier to ensure that only the right domain entities are performing writes on the data.

Independent scaling

  • Easly to split into WRITE and READ databases

External services integration


API Documentation

About

.NET Core WebApi with authentication, DDD and CQRS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages