
Demo
Getting started with ADO.NET - Insert and Query against SQLite Database
This post is a short demo of using ADO.NET to insert and query data against a SQLite database. The source code is available on GitHub here. Context The example data are achievements - anything that can be quantified and occurs on a certain date: public sealed class Achievement { public