Builder Patterns in C# – Builder is an object creational design pattern that codifies the construction process outside of the actual steps that carries out the construction – thus allowing the construction process itself to be reused. Builder Patterns in C#
Design Pattern Synopses – Synopses of design patterns from the book Patterns in Java Volume 1: A Catalog of Reusable Design Patterns by Mark Grand Illustrated with UML Design Pattern Synopses