News

A example of SQLite connection in C#. This is a really hacked together example of a SQLite connection in .NET Framework. It works, don't get me wrong and some of the code might even be decent but it's ...
This tutorial will teach you how to create and connect to an SQLite database in C#. You will also learn how to create and modify tables and how to execute SQL queries on the database and how to read ...