Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ddd-repositories

DDD: can a Repository return entities inside an aggregate?

nhibernate, could not resolve property QueryOver only one table

How to retrieve Domain Object from Repositories

Nhibernate - One-to-one mapping with Cascade all-delete-orphan, not deleting the orphan

could domain models be aware of repositories?

DDD - How to store aggregates in NoSql databases

Getting all aggregate root entities child entities?

Repository Add and Create methods

Should I use DDD aggregate root repositories with EF 4.1 + LINQ?

Questions regarding Domain driven Design

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