News

Noah Hart has ported SQLite3 to C#. While the first port is slower than the original, the project opens the way for SQLite to be used in .NET managed projects without using P/Invoke or unsafe code.
InfoQ announced the porting of SQLite to .NET two weeks ago. Because the community showed special interest in this project, we interviewed Noah Hart, the developer who did it, to find out how ...
C# Corner Build a Windows Store App Using SQLite No database for your Windows Store app? No problem -- SQLite to the rescue! By Eric Vogel 02/27/2013 Get Code Download The Windows Runtime stack is ...
Lightweight and fast SQLite shines as a development companion. Learn how to take advantage of it in ASP.NET Core.