News

C# Corner Build a Windows Store App Using SQLite 02/27/2013 Get Code Download The Windows Runtime stack is currently lacking a local relational database from Microsoft. Never fear, because SQLite is ...
Duration: 24 minutes, 44 seconds For each tutorial lesson, there are both a Visual Basic and a C# version available. The Express Edition betas are currently available for download through MSDN lab.
Never fear, because SQLite is freely available and up to the task. Today I'll be covering how to use SQLite within a Windows Store App to persist a collection of contacts. The first step is to create ...