I want to create a DDD repository that returns IQueryable Entities that match the Linq to SQL underlying classes, minus any relations.I can easily return Entities minus the relations with a Linq selec
I have taken a model first approach for a project i\'m working on.An example of a class relationship is shown as follows, pretty strightforward:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Are there any closed or open source projects for a XML serializer for C# that can serialize for the most part any object without the need to pollute my domain objects with tons of attributes? That wil
When I\'m asking this question on stackoverflow, I can add tags to it. So, in DDD, I would have a class Question that somehow has tags. One way to model it would be with a List of tags, since a tag is
I have two tables in my database \"Styles\" and \"BannedStyles\". They have a reference via the ItemNo. Now styles can be banned per store. So if style x is banned at store Y then its very possible th
I wathced a screen cast on DDD by Greg Young the other day which spoke about persisting all state transitions of an object, instead of it\'s state when saved, then to load it \"replay\" all these mess
I have some problems designing the aggregate root. Here is how I see 开发者_Python百科it in my mind :)
I am new to DDD and the Repository pattern, so my understanding of it might be totally wrong. But I am trying to learn it. Having said that I need to create an application, which shows the zones of a
Disclaimer:I\'m pretty new to DDD and its associated terminology, so if i\'m mislabeling any concepts, please correct me.