Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Factory method signature for aggregate root

Questions regarding Entity Framework + DDD

How to map a value object identity in EF6 using fluent api?

Aggregate roots depend on the use case so does that mean that we might end up with really a lots of repositories?

domain-driven-design

How to share events code in a microservice architecture

Is it possible to implement a method that clones an object and applies changes to private properties (without reflection)?

c# domain-driven-design

How to better solve the issue of having an entity with service dependencies on an API-like system?

DDD: GetHashCode and primary id

c# domain-driven-design

What is the proper way of using DTOs in this case?

Accessing Aggregate Entities without Lazy Loading

DDD Factory Responsibility

Domain Driven Design Layout Question

How can I make phpunit do code-coverage on an external repository?

Table module samples

DDD: Can aggregates get other aggregates as parameters?

domain-driven-design

Are controllers inside the application layer or infrastructure layer? Should I even use controllers in Clean Architecture?

DDD Multi tenant design

Is it okay to use attributes and IValidatableObject on domain objects?

hybrid value object / entity types?