Quantcast
Viewing all articles
Browse latest Browse all 20

New Post: Repository - UnityOfWork - with multiple DB

Hi, I am "playing" with Repository/UnityOfWork, with the help of the source code from this website...

I don't know how to handle a real life example: multiple db.

 

If my application has to connect to db1 for users and db2 for other info, how I can manage this using Repository / Uow?

Every example I found was related to one db only

 

Thanks!


Viewing all articles
Browse latest Browse all 20

Trending Articles