Posts by Warley Ferreira Silva • 11 points
2 posts
-
-1
votes3
answers533
viewsA: How to point the Entity framework to another database?
If your application is layered it may be that in the persistence layer you have an app.config file with an additional connection string. This happens in some cases depending on how you created the…
-
1
votes1
answer285
viewsQ: How to use an Oracle database and Sql Server simultaneously with Entity Framework 6 in a single application?
I am developing an application where the information will be persisted in two databases, one MS SQL Server and one Oracle. I have no option to use both banks in the same DBMS, because the Oracle…