We have multiple DbContext implementations that we use in our application and we want to give each of these DbContext implementations a different IDbExecutionStrategy. However, for some reasons, we cannot use multiple DbConfiguration instances inside the same AppDomain even if each of them is for different DbContext implementations.
What is the encouraged way to achieve this goal?
Thx!
What is the encouraged way to achieve this goal?
Thx!