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
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.
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
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
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
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.
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
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