Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

How to handle paging of sub entities with the repository pattern?

Composer suggested approach for internal packages

How to use eventstore in cqrs pattern

CQRS: project out-of-order notifications in an ElasticSearch read model

How do the `EqualOperator()` and `NotEqualOperator()` methods work in this `ValueObject` implementation (Microsoft Docs)?

ASP.NET Core OData entity with private setters on properties

How to communicate between repositories

What goes in your domain model objects and what goes in your services?

domain-driven-design

Domain Driven Design, SOC, and entity identification

Meaning of infrastructure & application code in domain-driven design

Should i use partial classes as business layer when using entity framework?

Can a pure DDD approach be used with NHibernate?

How should I implement my Repository (DDD) in C# to handle multiple calls for the same Aggregate Root

Should security concerns be present in the domain model?

Base Classes "Entity" and "ValueObject" in Domain-Driven Design

DDD on an enterprise scale?

ASP.NET Membership & Role-based Security

DDD: is it ok to inject a Service into an Entity

symfony domain event

What is the best way to represent priorities/preferences in objects?