Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Visual Studio - DDD Modules and Onion

Differentiation between Synchronous Domain Events, Asynchronous Domain Events and Integration Events

How to convert from Expression<Func<DomainType>>predicate to Expression<Func<DTOtype>predicate

Where to put "ViewModel Classes" in DDD approach?

DDD Repositories and Factories

Which .NET frameworks allow you to create Business Entities first, then Database

Avoiding abstract classes and inheritance

best practices with code or lookup tables

DDD Entity, Value Objects and Database mapping and updates. An immutable contradiction?

DDD (java) Aggregate roots and persistence

Repositories and getting new values for an aggregate entities / value objects

DDD - Repository interfaces in domain or application layer?

Uncle Bob's Clean Code Use Case Definition

Java code example of Hexagonal Architecture?

Non-CRUD operations in repository classes

DDD: How to handle one entity stored in multiple storage systems?

What actually is a subdomain in domain-driven design?

Domain Driven Design and cross cutting concern interface definition