Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Domain Driven Design; Can ValueObject contains invariants or specifications?

DDD - not exposing getters while having mapper class

java domain-driven-design

Delete a child from an aggregate root

Modeling user account referring to different entities

Design repositories following the DDD concepts

How do I test a component were the output goes to a database using Cucumber?

How do I effectively use SQLAlchemy with multiple DDD Repositories?

Loading aggregates on reacting to domain events

Search query and search result in DomainDrivenDesign

domain-driven-design

Design Patterns: Abstract Factory and Generic Repository

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