In DDD(Domain Driven Design), how to persist value objects if they are in separate table with surrog...
Read MoreBest Practices for Managing Unbounded Collections within Domain-Driven Design Aggregates...
Read MoreDDD - Where should third-party API interfaces should be?...
Read MoreWhere do all "bulk" operations belong in DDD?...
Read MoreShould Repositories Throw Domain Errors...
Read Morewhat is the best practice to recover domain object from storage in DDD...
Read MoreIs there a perfect code generation tool to generate MVC Storefront?...
Read MoreHow to call Interface class in the Route when creating Rest Api...
Read MoreValidate based on data in another aggregate root...
Read MoreUnit Testing Domain Services Against a Real Database...
Read MoreHow to define many-many using fluent api with EF Core...
Read MoreClean architecture for proxy applications...
Read MoreHow to Use Contains a vlaue object type in DDD repository?...
Read MoreCan an aggregate have lite version of another aggregate just for read?...
Read MoreDDD - Repository and many-to-many relationship...
Read MoreDDD - validation related entities in aggregate root...
Read MoreDDD: one-to-many relationship between user aggregate root and almost all entities in other aggregate...
Read MoreDDD: Should repository reside in Domain Layer or Application Layer...
Read MoreClient in Repository Pattern of DDD...
Read MoreHow to deal with the aggregate root without repository, when using Spring Data Common to publish dom...
Read Morein DDD how do you handle entity fields like updatedAt?...
Read MoreHow to call SQL functions / stored procedure when using the Repository pattern...
Read MoreCollection was modified; enumeration operation may not execute. EF Core 2.2...
Read MoreDoubts on how to use the reactive paradigm with DDD - Domain repositories...
Read MoreI'm confused how to update Entity in Domain Driven Design...
Read MoreDDD – How to implement validation against database...
Read MoreIn which layer should I put a custom repository parameter...
Read More