Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Why do REST verbs not necessarily correspond to CRUD actions?

Should you have one-database-to-rule-them-all setup or separated database for each bounded context?

DDD. Domain model and logging

Are there any frameworks/libraries for Delphi that come close to the functionality offered by Bold/Eco?

Is there a sample why Equals/GetHashCode should be overwritten in NHibernate?

Domain Services vs Entity Methods in Domain Model

DDD User Security Policies

are hibernate applications domain driven?

DDD practice: Should I create a repository for value objects

c# domain-driven-design

DDD: Instantiate Value objects inside Aggregate or pass it as parameter?

In CQRS, how do you build the response when creating an entity?

domain-driven-design cqrs

In CQRS (event-sourced), do you need a global sequence counter in the event store?

domain-driven-design cqrs

"Tell, Don't Ask" over multiple domain objects

DDD and avoiding CRUD

domain-driven-design

DDD Book, Eric Evans: What is meant by "The FACTORY should be abstracted to the type desired rather than the concrete class(es) created."?

Do microservices break the bounded context?

Combining CQRS with DDD?

Domain driven design concepts and relation with CQRS

What makes my code DDD (domain-driven design) qualified?

DDD Choosing Aggregate Roots