jasonhoi / DesignPatterns

Sample codes from a book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design Patterns in C#

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

Table of content

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

About

Sample codes from a book


Languages

Language:C# 100.0%