Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

How to implement pagination in DDD?

php domain-driven-design

Do I need to be a design patterns expert before I dive into Domain Driven Design? [closed]

domain-driven-design

Should getters from domain classes not be prefixed with "get" in DDD, and why?

Are all the classes containing business logic, domain objects?

Standard value types as ValueObjects in DDD?

TDD, What are your techniques for finding good tests?

Why can't I model my domain using ERD?

How to use repository in factory

API Design Question

Communication between Bounded Contexts

Do I need to test the domain services in Domain driven design?

domain-driven-design

Event publisher for ASP.NET Web Api

How to manage domain model or data access model or data transfer model

c# domain-driven-design

Doesn't updating read models using domain events duplicate business logic?

Validating domain model using extension methods

DDD Modify one aggregate per transaction with invariants in both aggregates

Is Martin Fowler's POEAA implementation of Unit of Work an anti-pattern?

DDD, Event store, UI

Event versioning in CQRS

Where should logging logic sit within a DDD solution?