Posted on February 7th, 2017 in development, node.js by Simon
One of the handy features of the full fat Visual Studio is that it will launch a browser window for you when you debug your application. Here's how to achieve that in the more light weight Visual Studio Code.
Read more...
Posted on March 8th, 2016 in development by Simon
Read more...
Posted on September 2nd, 2013 in .net, c#, sqlite, development by Simon
Without a server process to run maintenance tasks, applications that use SQLite to store data must perform those tasks themselves. Backup and restore is the most commonly needed of these tasks. So I'll cover how I do that here.
Read more...