3
Answers

Two DB(SQL Server and Sqlite) in Entity Framework Project.

Om Prakash

Om Prakash

7y
2.9k
1

Currently, I am working with Asp.Net Windows application. I am using two databases(SQL Server and Sqlite) in my application.

Now I want to move into Entity Framework. If I use Database First approach then I have to specify the Database. I could not understand that how to use both database in Entity Framework.

If it is not possible then Is there any other approach ?

Answers (3)