Monthly Archives: August 2015

Adapter Design Pattern Explained

By | August 22, 2015

In this tutorial we will implement Adapter design pattern using c++. And I will use the much denounced multiple inheritance in c++ too. Adapter design pattern is one of the easier design patterns. As usual, we will first discuss the “WHY” and then the “HOW”.

Should I be a developer?

By | August 12, 2015

Every professional at some point of his professional life asks himself : Is this the right career for me? Unfortunately most of the people will be asking this question rather late in their professional life. A point where it might not be really easy to switch career. I am not sure about other professionals but… Read More »

FODY Commander and WPF Commands

By | August 7, 2015

This is a brief tutorial on using FODY Commander to implement WPF Commands. To better appreciate this, I will recommend just to have a look at this and this post I wrote on WPF Commands. The post I wrote before on WPF commands discuss the WHY part of WPF Commands. So I will not go… Read More »