Illustrated GOF Design Patterns in C#
[Software Engineering] -
Posted @ 05:07 am: PermLink
Ian Marino has written up a set of articles on The Code Project documenting how to implement the various GOF design patterns in C#. Lots of sample code is included.
- Creational Patterns
Abstract Factory, Factory, and Builder patterns.
- Structural Patterns Section I
Adapter, Bridge, Composite, and Decorator patterns.
- Structural Patterns Section II
Facade, Flyweight, and Proxy patterns.
- Behavioral Patterns Section I
Chain of Responsibility, Command, and Interpreter patterns
- Behavioral Patterns Section II
Iterator, Mediator, Memento, Observer, and State patterns
- Behavioral Patterns Section III
Strategy, Template Method, and Visitor patterns