I am aiming to create a system which is based on pure domain driven design. As far as I am aware this means that my domain objects should have behaviour but not shape. That is, they should not have an
I have a system that talks with the database using repositories. What is the correct definition when it is a remote service? Or better,
What class in my project should responsible for keeping track of which Aggregate Roots have already been created so as not to create two instances for the same Entity. Should my repository keep a list
I\'m one of many trying to understand the concept of aggregate roots, and I think that I\'ve got it! However, when I started modeling this sample project, I quickly ran into a dilemma.
I need to be able to search customer accounts by multiple search fields. Right now, I have my search logic in my repository. The search logic includes some filtering that feels more like it belongs in
I\'m currently working a lot with DDD, and I\'m facing a problem when loading/operating on aggregate roots from other aggregate roots.
I want map a value object in Entity Framework 4 as in NHiber开发者_JAVA百科nate where I use Component-Class (Nested in AR). How do I do this?There are two ways that I know of.The easiest is to use Com
I have a service layer in my application which contains services such as AccountS开发者_如何学JAVAervice, UserService and DocumentService.
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,
In the context of domain driven design, tag in stackoverflow is value type, see below link discussion.