Simple Event-Sourcing with EF Core and SQL Server …
Tag: event sourcing
In devTags cqrs, crud, ddd, domain model, domain-driven design, event sourcing, eventstore, model, persistence, state-oriented1 Comment thecodewrapper
Designing the domain model to support multiple persistence methods such that persistence using Event-Sourcing and a CRUD model is interchangeable, or can be used side-by-side. …