NET设计模式系列文章

.NET设计模式系列文章

最初写探索设计模式系列的时候,我只是想把它作为自己学习设计模式的读书笔记来写,可是写到今天,设计模式带给我的震撼,以及许多初学者朋友的热心支持,让我下定决心要把这个系列写完写好,那怕花上再多的时间也无所谓。本部分内容不断更新中。

目录计划:

第Ⅰ部分开篇

开篇

第Ⅱ部分创建型模式篇

第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 Pattern)New!

第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/xiaohua19920/p/9633633.html