Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Interaction between unit of work and repository patterns

DDD with EF Code First - how to put them together?

Where to define the interfaces for a repository in an layered architecture?

Domain driven design and transactions in Spring environment

EF code first: How to delete a row from an entity's Collection while following DDD?

Command Validation in DDD with CQRS

Nestjs Dependency Injection and DDD / Clean Architecture

anemic domain model versus domain model

DDD: Entity identity before being persisted

When we shouldn't use Domain-Driven Design approach?

domain-driven-design

If you are forced to use an Anemic domain model, where do you put your business logic and calculated fields?

DTO DAO POCO BO

Is using one-to-one interfaces with domain entities a good or bad practice? Why?

Why does the entity framework need an ICollection for lazy loading?

DDD Using Specification pattern for Validation

domain-driven-design

Extensibiliy with DDD: Module Vs Bounded Context in DDD with MEF

domain-driven-design

Domain Driven Design: How to access child of aggregate root

Are there any open source projects using DDD (Domain Driven Design)? [closed]

Do we need to use the Repository pattern when working in ASP.NET MVC with ORM solutions?

Functional way of implementing domain driven design