Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ddd-repositories

Architectural concerns: Fluent NHibernate, The Repository pattern and ASP.NET MVC

How to communicate between repositories

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

Reconciling DDD, viewmodels, and performance

Read Model in the domain

Reference a value objects parent entity object in RavenDb

How to properly define an aggregate in DDD?

DDD - How Can I Avoid Crossing Aggregate Boundaries Here?

DDD How to fetch a list of value objects

Packaging repositories and their interfaces in DDD

DDD: where should logic go that tests the existence of an entity?

DDD: How to handle large collections

how to implement services and repositories on onion architecture?

Aggregate for one entity

DDD Choosing Aggregate Roots

Domain Driven Design - How to handle updates for parts of your aggregrate roots

DDD Repository Awareness of Other Repositories

Real World ASP.NET MVC Repositories

doing entity delete in DDD

Naming of domain objects that act like ddd building blocks such as repositories