Hi,
Regarding starting to use SQLite within C# Visual Studio 2008 for a winforms application, it seems from the sqlite site you have to download a sqlite ado.net provider, and there are numerous listed (in .net section of sqlite wrappers)
QUESTION - Which is the most popular/robust sqlite wrapper that people are using? Some from the list seem to include:
I'm not sure yet whether I should want or need support for LINQ or EntityFramework. Most fundamental requirement is just one that allows me to work with a few tables worth of data from the sqlite database within VS2008 easily.
Thanks