Hi,
I want to have two separate DB Contexts. One for write side and second (read only) for read side.
Additionally I need to have ability to set different isolation levels for both and not to use distributed transactions.
What is the best way to do that?