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: persistence
In devTags .net, .net6, clean architecture, data, data model, ddd, domain driven design, domain entity, domain model, dotnet, ef core, persistenceLeave a comment thecodewrapper
How to effectively decouple the data and domain model using repositories in EF Core. …