Instead of use AutoMapper, map entities in constructor...
Read MoreEF Core vs Aggregate Root - Is there a way to prevent persisting changes to child entities?...
Read MoreShould there be an Update event per Property or an Update event per Entity with Event Sourcing?...
Read Moreshould I have logic in my model class or other classes...
Read MoreShould Value Objects Contain Technical Validation For Input Parameters?...
Read MoreFinding Aggregate Root for Entity...
Read MoreUsing foreign keys when referencing aggregate roots by id...
Read MoreWhich layer should I implement caching of lookup data from database in a DDD application?...
Read MoreHow to call Interface class in the Route when creating Rest Api...
Read MoreHow to handle time-related events in Event Driven Architecture?...
Read MoreWhat type of data should you choose when you have a one-to-one or many-to-one relationship?...
Read MoreUse Asp.Net core identity and DDD(CQRS) together...
Read MoreIs it a good practice to use JPA entities as domain models?...
Read MoreDefine new type whose domain is subset of another type in Scala...
Read MoreHow to update a property based on Modification of OwnsOne Table in EF Core...
Read MoreHow can you model a complex type in multiple abstract dimensions?...
Read MoreDDD strategic design vs global dictionaries...
Read MoreLogging interface in domain layer...
Read MoreHow should I lazy-generate a thumbnail image?...
Read MoreHow far to push the SOLID principles in an app following DDD philosophy...
Read MoreDDD - Persistence Model and Domain Model...
Read MoreAre Actor Model objects the same as domain Entities in an eCommerce system?...
Read MoreValidate based on data in another aggregate root...
Read MoreDDD Symfony / Doctrine library - Security User needs UserInterface...
Read More