In the post I reveal the command design pattern and I show how to implement it in C#....
In this post I explain the iterator design pattern and how to implement it in C#....
In the post I describe a memory leak event that happened in a new release of a project.
I explain in details the solution to the memory leak - the IDisposable pattern....
In this post I describe what are the structural design patterns and explain the first design pattern - the decorator....