Finding a Job Abroad Members Public

How I found a job in Sydney.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Thoughts

Refactoring to Improve Readability - Separating Business Language and Programming Language Semantics Members Public

Code should be readable and easy to reason about.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Refactoring

Protect Yourself Against Line Ending Issues when Using Environment.Newline to Split Text Members Public

The invisible character that at times take a lot of your time!

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

Web Application Occasionally Throwing 'Could not Load File or Assembly or one of its Dependencies' Exception Members Public

We were facing a strange 'could not load DLL issue', when building and running multiple host projects in Visual Studio (VS 2015), side by side. We had 2 host projects - an NServiceBus worker role project (a console application) and a Web application and a few other projects,

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Tools

Own Your URLs; Nothing Else Really Matters Members Public

The Golden Rule of Blogging - Own your URL's!

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Blogging

Could Not Load Assembly msshrtmi.dll? Members Public

While migrating a few Azure Cloud Services to Web Jobs, we started facing the error, Could not load assembly ... /msshrtmi.dll,for just one of the projects. The error provides the exact path from where it is trying to load the DLL and is the same path from which the

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

Life Learnings After Being a Parent Members Public

His father asked Ethan in a raspy voice, "You spend time with your son?" "Much as I can," he’d answered, but his father had caught the lie in his eyes. "It’ll be your loss, Ethan. Day'll come, when he’s grown

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Parenting

Managing Azure Key Vault using Azure Resource Manager (ARM) Templates Members Public

Creating and managing Azure Key Vault was mostly supported through PowerShell cmdlets initially, but there are multiple ways of achieving this now - REST API, PowerShell, CLI or ARM templates. In this post, we will look into how we can use Azure Resource Manager (ARM) templates to create and manage

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure Key Vault