Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

DDD: how to keep a complex value object immutable?

DDD: What is the scope of the ubiquitous language? Is it domain or bounded context?

domain-driven-design

Correct use of Repository / Service Classes

Should domain objects be allowed to be temporarily invalid, and how does that decision affect validation techniques?

DDD, identifying the core domain

Entity Framework Core 2.1 - owned types and nested value objects

Am I using service layer correctly?

What type of result should be returned from the service layer?

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