How is this situation typically handled?I have a domain object which contains data which is the result of a join between 2 tables; how should the update be handled?
I\'m new to DDD (Domain-Driven Design), and I like many of it\'s ideas. But with DDD I need to spend pretty much time analyzing domain, defining entities and value objects, choosing aggregates and def
I\'ve just begun to delve into my first experiments with Domain Drive Design and I\'m taking advantage of the NWorkspace pattern. This pattern seems to make a lot of sense however I haven\'t been able
I\'ve been attempting to implement this pattern in a new project as described by udi dahan. I like the idea of if but I\'m not quite sure yet in what cases it should be applied for (new to this stuff
I\'m in the process of determining an approach for design. I would like your inputs I have 2 types of users
开发者_运维技巧Well this time the question I have in mind is what should be the necessary level of abstraction required to construct an Aggregate.
after hours of research i still don\'t know, which is the best way to build a n-tier ddd application with an ORM like SubSonic.
I\'m currently designing a web application using DDD methodology. While distinguishing the Entities from value objects, Icame across one such model element which I\'m unable to decide to pla开发者_如
I am now at the fun part of my journey in building an MVC application. I have spent the last 3 weeks researching architecture, ONION specifically, and learning about开发者_StackOverflow社区 IOC/DI and
In the below snip I have my controller which takes three interfaces. These are wired up via Ninject. Ok all great, definately a step in the right direction. My questions are this?