Posts for September 2022

Published: September 05 2022

.NET 6.0 - Connect to SQLite Database with Entity Framework Core

This post shows goes through the steps to connect a .NET 6 API to SQLite using Entity Framework Core, and automatically create/update the SQLite database from code using EF Core migrations.
Supported by