Thinking Beyond Primitive Values: Value Objects Paid Members Public
When modelling objects for our application, we use primitive values to represent their attributes or properties. By primitive values, I refer to all the primitive types (like Byte, Boolean, Int, Date) and the in-built types (String etc.) that the language supports. These are the most basic types of the programming

Using Fiddler to help in Manual Testing Paid Members Public
Fiddler is an HTTP debugging proxy server application, that captures HTTP and HTTPS traffic and displays to the user. It also enables modifying HTTP traffic when sent or received. Fiddler is one of the tools that I use daily and is an indispensable one for any web developer. This post

Automated ClickOnce Deployment of a WPF Application using Appveyor Paid Members Public
This post covers the current deployment setup of CLAL(Command Line Application Launcher), a desktop application, that I am building. Since it is a WPF application, it supports ClickOnce Deployment that enables to create self-updating applications which can install with minimum interaction from the user. ClickOnce supports different deployment strategy

Getting Started With Freelancing Jobs Online Paid Members Public
Freelancing is a good way to learn new technology, get some hands on experience and not getting limited to the technology stack at your full-time job and of course earn some extra money!. There is a great demand for developers out there, so if its 'legal' (check with
Using Azure Key Vault from a Java Application Paid Members Public
Azure Key Vault service is a cloud hosted, HSM(Hardware Security Modules)-backed service for managing cryptographic keys and other secrets. With Azure Key Vault, the process of managing and controlling the keys required for an application or multiple applications for an enterprise can be handled at a centralized place.
How the Deprecation of Switch AzureMode Affects Azure Key Vault Paid Members Public
It's been a while that the 'Switch AzureMode' is deprecated in the Azure PowerShell and has left breaking changes in all the scripts that were using it. I had come across this mode switch first, when starting off with Azure Key Vault, as the then existing

Setting up AutoHotkey to Speed up Trivial Tasks Paid Members Public
A lot of trivial tasks that we do daily on our computer can be automated to make it faster and reduce the number of keystrokes (as they are limited). AutoHoykey(AHK) is an excellent tool to automate a lot of these and is one of my favorite tool. I use
Optimizing Octopress Workflow for New Posts Paid Members Public
Over the past month I had thought of migrating this blog to Hugo, a static site generator that is faster than the current one, Octopress. Lack of workflow for creating new posts and slower build times were the main reasons. I am the kind of person when writing post want