I have seen DDD Domain implementations where entities rely on the primary key ID when building Equals/GetHashCode methods.
I have a parent-child relationship, such as Order to Order Item, which I have represented in the domain model like this:
I\'m trying to build a functioning repository using Entity Framework. I feel like I\'m missing something really obvious somewhere. Lets say I have IRepository<Person> which has many Address in a
i\'m using DDD archit开发者_开发百科ecture in my project and I need to create a class to generate a GUID to use in another class.
I am going to deal with architecture with regard to authentication and authorization. I\'d like to know if someone wants to share its experience gained in the field of DDD.
I\'m building a app with following architecture: UI - Application - Domain - Infrastructure I have a Application Layer that need use custom exceptions. Where I keep these custom exceptions? In Infra
I am new to DDD and at the moment I try to refactor a project towards a domain driven architecture. The project has a client and a server side (ASMX webservice). Now I created a class libary called \"
I\'m working on a large project using ASP.Net 开发者_JAVA技巧MVC 3, EF 4.1 and Ninject for Dependecy Injection. I\'ve read through many of the existing questions here regarding DDD, EF and the Reposit
I have the following architecture in my project: UI -> Application -> Domain -> 开发者_运维技巧Infrastructure (4 tier)
Google can`t help me. I find only this link: http://flylib.com/books/en/2.522.1.56/1/ So, once there is the question - why开发者_StackOverflow中文版 do we need divide Product and Item?Product is too