aggregateroot
Repository pattern aggregate and aggregate root with Entity Framework 4.0
I have a question on implementing the repository pattern with my data model. I have searched online and looked into a lot of posts but I do not find any answer which clears my doubts. Basically our do[详细]
2023-02-27 04:58 分类:问答two aggregate roots in fluent nhibernate
The problem is that I have two aggregate roots The Aggregate roots are Project. NewsArticle. A Project can have a collection of related NewsArticle.[详细]
2023-02-17 10:20 分类:问答How do you persist/restore aggregate roots with entities in DDD?
Based on the following definitions from Domain-Driven Design: Tackling Complexity in the Heart of Software,[详细]
2023-02-14 02:58 分类:问答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 aggregate roots.[详细]
2023-02-09 04:07 分类:问答How to determine the aggregate root
I have an application in which an Engineer accesses gas wells.He can see a list of wells by choosing any combination of 7 characteristics.The characteristics are company, state, county, basin, branch,[详细]
2023-02-08 19:36 分类:问答What is the recommended way to add child entities to aggregate roots?
Which is a better approach, create child entities first, then pass to the aggregate root to add them, or have the aggregate root create them? For example:[详细]
2023-02-07 00:05 分类:问答Aggregate root design and presentation layer
I was wondering if how my presentation layer is structured could be a lead to开发者_开发技巧 design my aggregate roots.[详细]
2023-02-03 07:28 分类:问答Accessing Subclassed Aggregate Members
I understand that we should not change children of an aggregate-root directly, but instead they should be performed via methods on the aggregate-root.[详细]
2023-01-23 12:26 分类:问答How Can I Handle Concurrency with Persisted Calculated Properties in an Aggregate Root via NHibernate?
I have the need to persist a calculated property with an aggregate root. The calculation is based on child entities. I am using the root to add/remove the children via domain methods, and these method[详细]
2023-01-20 04:55 分类:问答Domain Driven Design Aggregates
Can someone please clarify the following; if a have the following model; presentation-->slide-->video where I have identified presentation as the aggregate root, does this mean that if I want to ad[详细]
2023-01-18 23:14 分类:问答