(轉貼) 夢在天涯設計模式隨筆分類列表 (OO) (Design Pattern)
轉貼自http://www.cppblog.com/mzty/archive/2007/03/04/19163.html
设计模式:设计模式概念
模式趣解
23种经典设计模式
MFC与设计模式
.net中更好的使用设计模式的DLL(Commonly Used .NET Coding Patterns in CodeDom)
创建型:
模式设计c#--创建型--factory method
模式设计c#--创建型--AbstractFactory
模式设计c#--创建型--Builder
模式设计c#--创建型--Prototype
模式设计c#--创建型--Singleton
结构型:
模式设计c#--结构型--Adapter
模式设计c#--结构型--Bridge
模式设计c#--结构型--composite
模式设计c#--结构型--decorator
模式设计c#--结构型--facade
模式设计c#--结构型--flyweight
模式设计c#--结构型--proxy
行为型:
模式设计c#--行为型--interpreter
模式设计c#--行为型--templetemethod
模式设计c#--行为型--Chain of Responsibility
模式设计c#--行为型--command
模式设计c#--行为型--iterator
模式设计c#--行为型--mediator
模式设计c#--行为型--menento
模式设计c#--行为型--observer
模式设计c#--行为型--state
模式设计c#--行为型--strategy
模式设计c#--行为型--visitor