Monthly Archives: August 2015
ASP.NET Core 2.0 with SQLite and Entity Framework Core
August 30, 2015 · by damienbod · in .NET, AngularJS, ASP.NET Core, ASPNET5, dotnet, Entity Framework, MVC, SQLite, TopHeaderMenu, Web · 15 Comments
This article shows how to use SQLite with ASP.NET Core 2.0 using Entity Framework Core. EF Core can now create SQLite databases using Entity Framework migrations which was not possible in previous versions. Code: https://github.com/damienbod/AspNetCoreSQLite 2017-08-17: Updated to ASP.NET Core 2.0 and EF Core 2.0 2017-02-02: Updated to VS2017 csproj with EF Core msbuild 2017-07-01: […]