Relative Content

Tag Archive for c#.netentity-framework.net-coreentity-framework-core

Problem with Bounded Context and Shared DbContext Base in a Modular Monolith using DDD

I am relatively new to Entity Framework, and I might be misunderstanding some concepts, so I need some guidance. I am building a modular monolith using Domain-Driven Design (DDD) and trying to apply the concept of Bounded Contexts. I followed the idea presented in this article: https://learn.microsoft.com/en-us/archive/msdn-magazine/2013/january/data-points-shrink-ef-models-with-ddd-bounded-contexts, but I haven’t had success so far.