Part 3. Multiple DbContexts per Module Without Breaking Transactions
By the time you’ve enforced real module boundaries and organised behaviour using vertical slices, you run head-first into the next uncomfortable question:
If modules are truly independent, why are they still sharing a DbContext?
This is where most ...
fullstackcity.com9 min read