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. …
Tag: cqrs
In Architecture, devTags .net, asp.net, clean architecture, cqrs, ddd, dependency inversion, domain-driven design, ef core thecodewrapper
Clean Architecture design to act as a starting point for building ASP.NET Core solutions. Abstracts away relational persistence strategies and event sourcing. …