Hi I\'m trying to make application in accordance with the DDD. I\'m have the following entities: public class Item
I have two Entities Publisher and SocialAccount , both are independent and having relationship of Many to Many. Both are root Aggregates , now i cannot get social account through Publisher and I want
I have simila开发者_StackOverflow社区r scenario in Domain Driven Design Question on Services and Repositories and http://pastie.org/795679 which the azamsharp faces.
I\'m doing some asp.net mvc coding using DDD. I have objects representing the business entities and service repositories that handle fetching and adding them. I\'m new to this and as my application gr
Here is some example code in which we have a method that answers the questions \"Can User X review Product Y?\"
The Queen of Entity Framework suggests that EF4 Code-First is really attrac开发者_C百科tive for DDD people.This statement is also made in many other places.
I am fresh out of college and I\'ve been put on a project using the tec开发者_Python百科hnologies/techniques mentioned in the title. It\'s all a bit mind boggling to learn these new patterns on such a
Please let me know, ever so gently, if I am totally mangling the DDD concept, but here is my dilemma.
I have 2 objects, Area and SurfBreak. Area has many SurfBreaks and a SurfBreak publishes its conditions based on wind,wave,tide infofrom Area.This bit I\'ve done an it works well:-)
I am trying to get my hands dirty learning DDD (by developing a sample eCommerce site with entities like Order, OrderLines, Product, Categories etc).