Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Does the DataMapper pattern break MVC?

DDD / DI (Unity) / .NET / Composition Root - Domain Services

DDDD: Event data

Onion Architecture: Should we allow data annotations in our domain entities?

CQRS Repository/event publisher

Domain object identity reuse vs create new

How to implement checkout in a DDD-based application?

How to Combine Data From Different Bounded Context in DDD

DDD Repository Awareness of Other Repositories

Domain event handlers - Should they be used for Application layer concerns?

doing entity delete in DDD

Persistence and Domain Events with persistence ignorant objects

How to model sort order for many-to-one across two aggreagate roots

DDD - What is a complex domain?

domain-driven-design

Event Sourcing Refactoring

Repository, Service or Domain object - where does logic belong?

Naming of domain objects that act like ddd building blocks such as repositories

Is Domain-Driven Design still valid right now? [closed]

Should a repository delete/remove an entity by passing in an id or or the entity itself

Foreign key between aggregate roots