Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Handling duplication of domain logic using DDD and CQRS

Are entity classes exclusive to one aggregate

domain-driven-design

How to implement a maintainable and loosly coupled application using DDD and SRP?

Can Core Domain span multiple Bounded Contexts?

domain-driven-design

How to avoid an anemic domain layer and still have rich validation and business rules

domain-driven-design

How should I enforce relationships and constraints between aggregate roots?

Aggregate Root support in Entity Framework

implement DDD in MVC Frameworks - PHP

How to manage read requests in an event sourced application

composing multiple bounded contexts in a single user interface,

DDD: entity's collection and repositories

c# domain-driven-design

DDD Entities making use of Services

c# domain-driven-design

DDD class design dilemma with Value Objects with DB id and Entities

Generating identities for entities in DDD

Where logging should go in onion architecture with DDD

DDD, difference between a Saga and an Event Dispatcher?

EF 4.2 Code First and DDD Design Concerns

Where to call repository.update in DDD?

Is it bad practice to run tests on a database instead of on fake repositories?

In Domain-Driven Design, can you use your domain entities in your UI?