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 ?