Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

DDD principles and repositories with Dapper

In TDD and DDD, how do you handle read-only properties in fakes?

How to code a C# Extension method to turn a Domain Model object into an Interface object?

Domain driven programming and events

Design pattern for asynchronous calls in C#

Should Post and Comment be in the Post Aggregate or should they be aggregates of their own?

Is this a proper use of DTO?

DDD with .NET - Is there common infrastructure library available?

nodejs: Node modules vs singleton classes

Rules for accessing services from domain objects

Why must Domain services use domain objects as parameters and return values?

domain-driven-design

using Natural key as the ID of DomainObject or GUID + auto-increment Domain Driven Design

Domen driven architecture and user typos/errors

DDD find out ID of child element after saving with Hibernate

Implementing DDD (Red Book): Why did he made the Collaborators as Value Objects?

domain-driven-design

NoSql database for domain events

CQ(R)S using RPC-style API instead of REST

DDD referencing child entities across bounded contexts

How to handle aggregates relationship in Event Sourcing properly?

How to implement Commands and Events for complex form using Event Sourcing?