Top "Aggregateroot" questions

A cluster of associated objects that are treated as a unit for the purpose of data changes.

What's an Aggregate Root?

I'm trying to get my head around how to properly use the repository pattern. The central concept of an Aggregate …

design-patterns repository-pattern ddd-repositories aggregateroot
Repository Pattern with Entity Framework 4.1 and Parent/Child Relationships

I still have some confusion with the Repository Pattern. The primary reason why I want to use this pattern is …

c# domain-driven-design entity-framework-4.1 repository-pattern aggregateroot
Avoid Unit of Work pattern in domain driven design

I have read this and it makes me think twice...: "Avoid unit of work pattern. Aggregate roots should define transaction …

domain-driven-design unit-of-work aggregateroot
Aggregate Root references other aggregate roots

I'm currently working a lot with DDD, and I'm facing a problem when loading/operating on aggregate roots from other …

domain-driven-design repository aggregate loading aggregateroot
Eager loading of lazy loaded entities in nHibernate using ActiveRecord

I'm working on a project that has a rich object model with various sets of aggregate roots. We're using the …

nhibernate activerecord lazy-loading castle-activerecord aggregateroot
Aggregate root with Entity Framework using Domain Driven Design

I am building an application using Domain Driven Design that is using Entity Framework. My goal is to allow my …

c# entity-framework domain-driven-design aggregateroot
DDD: Entity identity before being persisted

In Domain Driven Design, one of the defining characteristic of an Entity is that it has an identity. Problem: I …

c# domain-driven-design repository-pattern domain-model aggregateroot