Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Why always have single implementation interfaces in service and dao layers?

Relation between command handlers, aggregates, the repository and the event store in CQRS

Inheritance vs enum properties in the domain model

What are the benefits of Persistence Ignorance?

CQRS Commands and Queries - Do they belong in the domain?

domain-driven-design cqrs

Value objects in DDD - Why immutable?

How do integrate "Users" in my DDD model with authenticating users?

Repository Pattern: how to Lazy Load? or, Should I split this Aggregate?

Should Domain Entities be exposed as Interfaces or as Plain Objects?

c# domain-driven-design

Domain Driven Design - how the layers should be organized?

How do Repositories fit with CQRS?

Why does domain driven design seem only popular with static languages like C# & Java? [closed]

Is it problematic that Spring Data REST exposes entities via REST resources without using DTOs?

Difference between an entity and an aggregate in domain driven design

What specific issue does the repository pattern solve?

What is a practical way to model lookup tables in Domain Driven Design (DDD)?

How to avoid anemic domain models, or when to move methods from the entities into services

Domain Validation in a CQRS architecture

Repository pattern and mapping between domain models and Entity Framework

Domain Driven Design vs Model Driven Architecture