.NET设计模式系列文章

学习和使用c#快4年了,经常被问到你开发用什么模式什么模式,一直都在使用其中的模式,却只知其一不知其所以,所以借鉴TerryLee老师的探索设计模式系列,让自己也理解更深刻。转自http://www.cnblogs.com/Terrylee/archive/2006/07/17/334911.html

第Ⅰ部分开篇

开篇

第Ⅱ部分创建型模式篇

1章单件模式(Single Pattern

2章抽象工厂模式(Abstract Factory

3章建造者模式(Builder Pattern

4章工厂方法(Factory Method

5章原型模式(Protype Pattern

6章创建型模式专题总结

第Ⅲ部分结构型模式篇

7章适配器模式(Adapter Pattern

8章桥接模式(Bridge Pattern

9章装饰模式(Decorator Pattern

10章组合模式(Composite Pattern

11章外观模式(Façade Pattern

12章享元模式(Flyweight Pattern

13章代理模式(Proxy Pattern

14章结构型模式专题总结

第Ⅳ部分行为型模式篇

15章模版方法模式(Template Method

16章命令模式(Command Pattern

17章迭代器模式(Iterator Pattern

18章观察者模式(Oberver PatternNew

19章中介者模式(Mediator Pattern

20章备忘录模式(Memento Pattern

21章解释器模式(Interpreter Pattern

22章状态模式(State Pattern

23章策略模式(Strategy Pattern

24章职责链模式(Chain of Responsibility

25章访问者模式(Visitor Pattern

26章行为型模式专题总结

第Ⅴ部分综合篇

27章从设计原则到设计模式

28章如何合理的使用设计模式

29章从灵活性与重用性看设计模式

30章设计模式与实践

本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
原文地址:https://www.cnblogs.com/newstart/p/2504639.html