Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

How Single Responsibility Principle relates to anemic/rich domain model?

Should I always use service, or can I use the repositories directly?

domain-driven-design

How to name repository and service interfaces?

Inject EJB into domain object with Java EE 6

How to handle domain events that are raised by event handlers?

Is Repository pattern an overkill

Passing CQRS commands directly to Domain objects

domain-driven-design cqrs

Aggregate root with Entity Framework using Domain Driven Design

Should DDD entities compare by reference or by ID?

DDD: guidance on updating multiple properties of entities

Doctrine without setters

DDD: Referencing MediatR interface from the domain project

Should Business Objects or Entities be Self-Validated?

DDD vs N-Tier (3-Tier) Architecture

DDD Domain Model Complex Validation

Domain Specific Languages (DSL) and Domain Driven Design (DDD)

DDD - How to design associations between different bounded contexts

How to remove unit of work functionality from repositories using IOC

What is the best practice for readonly lists in NHibernate

data access in DDD?