Create SQLite DB using Entity Framework Core Code First September 7, 2016September 7, 2016 Talking Dotnet 11 Comments In my earlier post, I mentioned that Entity Framework Core supports multiple DB providers. And SQLite is one of them. In this post, we will see how to create SQLite DB using Entity Framework Core code first approach. Read More