Biggy Available as Pre-Release on Nuget
Image by fortfan | Some Rights Reserved Biggy is a very fast, synchronized, in-memory document/relational query tool for .NET. If you have been following the Biggy project over the past year, you are aware that there has been a...
C#: Avoiding Performance Issues with Inserts in SQLite
Image by Lance McCord | Some Rights Reserved If you are new to SQLite, you may well run across one of the most confounding of its implementation details the moment you attempt to do some sort of bulk or batch processing of...
Installing and Using SQLite on Windows
Image by shinichi | Some Rights Reserved When one is developing in .NET with Visual Studio and other Microsoft tools, it is easy to lose sight of alternative solutions to common problems. MS does a competent job of creating a...
Adding and Editing PATH Environment Variables in Windows
Sometimes we need to tell Windows where to look for a particular executable file or script. Windows provides a means to do this through the Path Environment Variable. The Path Environment Variable essentially provides the OS with...