Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Repository Pattern with Entity Framework 4.1 and Parent/Child Relationships

Are persistence annotations in domain objects a bad practice?

Advice on mapping of entities to domain objects [closed]

What's the difference between Data Modelling and Domain Modelling?

Best way to implement Repository Pattern?

DAO, Repositories and Services in DDD

DDD: do I really need to load all objects in an aggregate? (Performance concerns)

domain-driven-design

Domain Driven Design in Node.js Application

DDD, Anti Corruption layer, how-to?

What is the relationship between DDD and the “Onion Architecture”?

Value Objects in CQRS - where to use

Alternatives to many-to-many relationships with CQRS

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?