Published: February 13 2023
How to connect to a SQLite database in ASP.NET Core with Dapper and ADO.NET
Published: February 10 2023
Last updated: April 13 2023
How to build a .NET 7.0 CRUD API with Dapper and a SQLite database.
Published: February 10 2023
How to auto create database tables on startup in ASP.NET Core with Dapper
Published: September 05 2022
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.