Posts by Lucas Viana Munhoz • 11 points
1 post
-
1
votes1
answer999
viewsQ: Dbcontext: use other connection strings - Entityframework
I have a file web.config with 4 connection strings. How can I put these connection strings in the class DbContext? public DataContext():base("ConnectionString") // Essa é minha conexão padrão { }…