https://github.com/asc-lab/dotnet-cqrs-intro
Examples of implementation CQRS with Event Sourcing - evolutionary approach
https://github.com/asc-lab/dotnet-cqrs-intro
cqrs dotnet dotnet-core event-sourcing
Last synced: over 1 year ago
JSON representation
Examples of implementation CQRS with Event Sourcing - evolutionary approach
- Host: GitHub
- URL: https://github.com/asc-lab/dotnet-cqrs-intro
- Owner: asc-lab
- Created: 2019-01-11T13:59:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T11:45:19.000Z (about 7 years ago)
- Last Synced: 2025-04-01T22:46:54.400Z (over 1 year ago)
- Topics: cqrs, dotnet, dotnet-core, event-sourcing
- Language: C#
- Homepage: https://altkomsoftware.pl/en/blog/cqrs-event-sourcing/
- Size: 395 KB
- Stars: 141
- Watchers: 19
- Forks: 48
- Open Issues: 0
Awesome Lists containing this project
- awesome-ddd - DotNet CQRS Intro - Examples of implementation CQRS with Event Sourcing - evolutionary approach (no CQRS, separate models and commands with the same model, separate models and commands with separate models, separate storage engines, event sourcing). (Sample Projects / .NET (C#/F#))