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.
How to check if row (record) exists that was created during current month in EF Core
I would like to know if there is any more efficient way to check if I have a record that was created during the current month (June 2024)?
Entity Framework Core – Nullable foreign key with empty referrence object after using .Include method
It is weird that the reference object is null even when corresponding refernce record actually exists. Here are the details.