C# codes from the book * C# 3.0 Design Patterns by Judith Bishop, published by O'Reilly, 2008
Editor: John Osborn Production Editor: Loranah Dimant Copyeditor: Rachel Wheeler Proofreader: Loranah Dimant Printing History: December 2007: First Edition. Indexer: John Bickelhaupt Interior Designer: David Futato Cover Illustrator: Karen Montgomery Illustrator: Jessamyn Read
ISBN 10: 059652773X ISBN 13: 978059652773*0
Structural Patterns:
- Decorator
- Proxy
- Bridge
- Composite
- Flyweight
- Adapter
- Facade
Creational Patterns:
- Prototype
- Factory Method
- Singleton
- Abstract Factory
- Builder
Behavioral Patterns:
- Strategy
- State
- Template Method
- Chain of Responsibility
- Command
- Iterator
- Mediator
- Observer
- Visitor
- Interpreter
- Memento