Programming

Remote Debugging: Azure Virtual Machines With Visual Studio Paid Members Public
It's not often that you want to debug into applications running on a Virtual Machine, but not to say that it is never required. Recently at one of my clients, I had to debug into an application running on an Azure Virtual machine. I wanted to debug an

Exercism: A Great Addition To Your Learning Plan Paid Members Public
“For the things we have to learn before we can do them, we learn by doing them.” - Aristotle
Bulk Import CSV Files Into SQL Server Using SQLBulkCopy and CSVHelper Paid Members Public
My recent project got me back into some long lost technologies, including Excel sheets, vb scripts, Silverlight, bash scripts, and whatnot. Amongst one of the things was a bash script that imported data from different CSV files to a data store. There were 40-50 different CSV schemas mapped to their
Handling Too Many Request Error with Auth0 Using Polly Paid Members Public
When interacting with third-party services over the network, it is good to have a fault handling and resilience strategy in place. Some libraries have built-in capabilities while for others you might have to roll your own. Below is a piece of code that I came across at one of my

How To Take iOS App Store Screenshots Using Google Chrome For Cordova Applications Paid Members Public
Using Chrome Browser to take screenshots in all resolutions as required by the App Stores.

Windows Service Using Topshelf, Quartz and Autofac Paid Members Public
Walkthrough of setting up a recurrent job scheduler.

Migrating Octopress To Hugo Paid Members Public
Migrated my blog again - Here's how I went about doing it.

Query Object Pattern and Entity Framework - Making Readable Queries Paid Members Public
Using a Query Object to contain large query criteria and iterating over the query to make it more readable.