Using SQLite in .NET 4.0
SQLite is, as the website says, a software library that implements a self-contained T-SQL database engine. The framework for SQLite is in the public domain, which has resulted in a rather large number of development companies utilising the technology. This article will demonstrate first how to create and interface with SQLite databases, then how we …