The original Published time: 2008-11-02--from my Baidu article [imported by moving tools]
Http://www.cnblogs.com/Terrylee/archive/2006/07/17/334911.html
When I first wrote the Exploration design pattern series, I just wanted to write it as a reading note for my own learning design pattern, but today, the design pattern brought me shock, and many beginner friends enthusiastic support, let me make up my mind to write this series, it is afraid to spend more time also does not matter. This section of the content is constantly updated.
Catalog Plan:
Section Ⅰ begins
Opening
Section Ⅱ Creating a pattern Chapter
1th One-piece mode (single pattern)
2nd Abstract Factory Model (Factory)
3rd Builder Pattern
4th Factory Methods (Factory method)
5th Prototype Model (Protype pattern)
Chapter 6th Thematic Summary of the creation pattern
Section Ⅲ Structural Model chapter
7th Chapter Adapter Mode (Adapter pattern)
8th Bridging Mode (bridge pattern)
9th Chapter Decoration Mode (Decorator pattern)
10th Chapter Combination Pattern (Composite pattern)
11th Chapter Appearance pattern (Façade pattern)
12th Chapter Enjoy meta-mode (Flyweight pattern)
13th Agent mode (proxy pattern)
Chapter 14th Thematic summary of structural model
Section Ⅳ Behavioral Model Chapter
15th Template Method Mode
16th Chapter Command Pattern
17th iterator Mode (Iterator pattern)
18th Observer pattern (Oberver pattern) new!
19th. Broker Mode (mediator pattern)
20th Memorandum Mode (Memento pattern)
21st Chapter Interpreter Mode (interpreter pattern)
22nd Status Mode (state pattern)
23rd. Strategy Mode (strategy pattern)
24th chapter Responsibility Chain mode (Chain of Responsibility)
25th Visitor Pattern (Visitor pattern)
Chapter 26th Thematic summary of behavioral patterns
Section Ⅴ general Articles
The 27th chapter from design principle to design pattern
The 28th chapter How to use design pattern rationally
The 29th chapter discusses the design pattern from the perspective of flexibility and reusability
The 30th chapter design pattern and Practice
. NET Design Pattern series article "Turn"