News

S yncthing, the cross-platform file synchronization tool that doesn’t need cloud storage, has finally released its big 2.0 ...
Using SQLite within in a Windows Store App takes a little work to get set up. But once things are set up, you have a fast and lightweight relational database to leverage within your application. If ...
Finally, you’ll call sqlite3_step and while it returns SQLITE_ROW, you can process the row using calls like sqlite3_column_text. At the end, you finalize the database and close it.