Here's a simple ASP.NET Core web app using Dapper to access a SQLite database containing authors, articles and tags associated with the articles. Here's a short video showing the web app running. I ...
This repository was created with the intention of applying my studies in C#, MVP pattern, SQLite, Dapper and UpDb. I decided to create this repository after creating some small applications and seeing ...
When developing database-driven .NET and .NET Core, regardless of the database we intend to deploy in the end, we will often want to work with a database engine that is lightweight and fast, in order ...