aggregateroot
How to model Aggregates using Entity Framework?
While I have been dealing with domain-driven design (DDD) for quite some time now, I\'m relatively new to Entity Framework (EF), and one question that came to my mind when using the Entity Framework D[详细]
2023-01-15 08:20 分类:问答DDD modeling, interaction between aggregate roots
Marked my aggregate roots with 1;2;3. Looks quite nice - almost like grapes. Thing I dislike is an entity that\'s marked with red arrow.[详细]
2023-01-12 05:30 分类:问答ASP.NET MVC/Entity Framework: Accessing aggregate objects through the aggregate root repository
I\'m in the process of building my first web application using ASP.NET MVC 2 and 开发者_如何学Pythonthe Entity Framework. I am using the repository pattern. From information I have gathered on Stack O[详细]
2023-01-10 04:46 分类:问答DDD: Getting aggregate roots for other aggregates
I\'ve been studying DDD for the past 2 weeks, and one of the things that really stuck out to me was how aggregate roots can contain other aggregate roots. Aggregate roots are retrieved from the reposi[详细]
2022-12-19 23:32 分类:问答Dealing with nested aggregates in DDD
I\'m just getting started in DDD, and I\'m having some trouble figuring out how to accommodate the relational nature of my data.I have what I believe would be considered my aggregate root, but the agg[详细]
2022-12-19 02:30 分类:问答Aggregate roots. How far does the rabbit hole go
I\'m trying to use the Repository pattern for my current project and i\'m currently in the proc开发者_JAVA百科ess of trying to model the domain and find the aggregate roots.[详细]
2022-12-17 01:11 分类:问答Unit testing domain objects
We have a requirement to add an event reminder when a user enters their email address o开发者_运维技巧n an event page. Event is another domain object. Our initial thought was to create a Customer doma[详细]
2022-12-15 20:05 分类:问答DDD/NHibernate Use of Aggregate root and impact on web design - ex. Editing children of aggregate root
Hopefully, this fictitious example will illustrate my problem: Suppose you are writing a system which tracks complaints for a software product, as well as many other attributes about the product.In t[详细]
2022-12-11 22:08 分类:问答