Skip to content

AlexandrosMor/CQRS-Event-Sourcing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CQRS-Event-Sourcing

Example code how to use cqrs event sourcing in C# Operations that read data separate from operations that update data using separate interfaces. This allows the performance, scalability and security to be maximized. Supports the evolution of the system over time thanks to greater flexibility and prevents updating commands from causing update commands to cause merger conflicts at the domain level. Please read more https://docs.microsoft.com/nl-nl/azure/architecture/patterns/cqrs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages