Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Questioning the use of DTOs with restful service and extracting behavior from update

Implementing the Repository Pattern Correctly with EF Core

If repositories are for aggregate roots, where should data access logic for other entities go?

Real-World DDD: Structuring the Domain Layer

domain-driven-design

In DDD where to keep custom exceptions (application exceptions)? In Infrastructure layer?

.net domain-driven-design

Scaling a rich domain model

Should JPA entities and DDD entities be the same classes?

unique validation in DDD

New entity ID in domain event

How to perform validation across services in microservices

CQRS - how to handle new report tables (or: how to import ALL history from the event store)

domain-driven-design cqrs

PHP Domain Model

Few confusing things about factories in DDD

domain-driven-design

many to many relationship in ddd

domain-driven-design

Program Design - Package by Feature vs. Layer or Both?

Why modifies only one aggregate instance per transaction?

domain-driven-design

Delaying the creation and dispatch of domain events

Bounded context implementation and design

How value objects are saved and loaded?

Where does a logger goes in DDD?

domain-driven-design