1
Reply

Multiple databases in single Entity Framework application

Akhil Mittal

Akhil Mittal

Jul 23 2014 5:10 AM
1.2k
How can I switch between multiple databases using Entity Framework.
The name of the databases will be coming in a drop down list and on selecting the dropdown list item I need to connect to that particular database using Entity Framework.
What is the best solution? Do EF provide any configuration for achieving this? How should the application be configured?

Upload Source Code  Select only zip and rar file.
Answers (1)