Bounded Contexts and EF Code First - How to put them together?
问题 IMHO, one of the most brilliant DDD concept is the ability of separate contexts in a application. But I'm confused on how I can put everything to work together. First, I know that one thing is not related to other. But my question falls exactly on the Infrastructure/ORM part. For example, I have a domain object called Procedure (a medical procedure). In the Context of Registration , only thing that matters is Code and Name . But in Procedure Management Context , I have a lot of other fields