Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Specification pattern and DDD

UPDATE statement conflict with FOREIGN KEY constraint in ASP.NET MVC4

DDD - Problems in constructor and methods in entities design

domain-driven-design

DDD and Entity Framework, Filters

How to cleanly (physically) seperate the domain layer from spring data code?

CQRS command validation that requires a DB call

Should I returning IQueryable<T> from a repository in DDD

DDD aggregate root is it correct to have an static method that create the object

How are the missing events replayed?

Orders & Inventory DDD - Where should allocation/reservation be handled?

Programming pattern / architectural question

DDD: Address as an aggregate root?

Clarification in dealing with collections with the repository pattern

Distributed DDD in .NET: Sharing Domain Objects with Client

Aggregate Root complexity in Domain-Driven Design

Domain Object extends Data Transfer Object

How do I write commands for an entity that's an aggregate root in one context but not in another?

How to implement DDD with Doctrine2 within a Symfony2 project?

DDD - CreatedBy/CreatedOn in the Domain Model?

Domain service injecting into domain entities