Programming

Remote Debugging: Azure Virtual Machines With Visual Studio 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

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Exercism: A Great Addition To Your Learning Plan Members Public

“For the things we have to learn before we can do them, we learn by doing them.” - Aristotle

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Bulk Import CSV Files Into SQL Server Using SQLBulkCopy and CSVHelper 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

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Handling Too Many Request Error with Auth0 Using Polly 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

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

How To Take iOS App Store Screenshots Using Google Chrome For Cordova Applications Members Public

Using Chrome Browser to take screenshots in all resolutions as required by the App Stores.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Windows Service Using Topshelf, Quartz and Autofac Members Public

Walkthrough of setting up a recurrent job scheduler.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Migrating Octopress To Hugo Members Public

Migrated my blog again - Here's how I went about doing it.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Query Object Pattern and Entity Framework - Making Readable Queries Members Public

Using a Query Object to contain large query criteria and iterating over the query to make it more readable.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet