What are DDD recommendations for inter-domain referencing design? Should I try to connect them as \"Matryoshka\" (put one into another) or it is better to create upper-level \"inter-domain\" busines
I\'ve been developing a web app using asp.net mvc and nhibernate. I\'m trying to follow some principles of DDD and best pratices of Asp.Net MVC. My question is about Clean up POST with VIewModels. To
Say I have a model Exam. There will be a collection of Question objects containing questions and answers, and a collection of what each student have answered.
with Entity Framework Code-First I have to have all properties public to generate database, this mean using Entity Framework Code-First approach I am forced to have an anemic domain mixed with a rich
I\'m learning domain driven design. I am currently trying to write a simply application in C# designing it using DDD. This application has an aggregate root A which can contain 0..n sub entities B. Th
I\'m new to DDD and I am working on my first project, which is for an online golf ou开发者_如何学JAVAting registration process. my requirements are pretty simple. users register for the outing and can
I am writing a Java DDD application in which the database model is already designed and implemented. The problem i开发者_开发问答s that my domain objects differs from the database model and the the OR
Imagine I have开发者_运维百科 a domain with a Entity and one of properties of this Entity is a true/false property like a Active/Inactive.
I was reading a similar question on SO: How update an entity inside Aggregate, but I\'m still not sure how a user interface should interact with entities inside an aggregate.
I like the middle-out development that is achieved with DDD. Development is driven by domain, the most 开发者_StackOverflow中文版solid part of application. We don\'t depend on infrastructure, persiste