Om Prakash

Om Prakash

  • 1.1k
  • 552
  • 3.7k

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

Jun 20 2017 9:40 AM

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)