码迷,mamicode.com
首页 > Web开发 > 详细

[设计模式] .NET设计模式笔记 - 有多少种设计模式

时间:2014-07-10 11:11:42      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:os   .net   type   设计   res   re   

.NET下的23中设计模式。

 

※创建型模式篇

●单件模式(Single Pattern)

●抽象工厂模式(Abstract Factory)

●建造者模式(Builder Pattern)

●工厂方法(Factory Method)

●原型模式(Protype Pattern)

 

※结构型模式篇

●适配器模式(Adapter Pattern)

●桥接模式(Bridge Pattern)

●装饰模式(Decorator Pattern)

●组合模式(Composite Pattern)

●外观模式(Façade Pattern)

●享元模式(Flyweight Pattern)

●代理模式(Proxy Pattern)

 

※行为型模式篇

●模版方法模式(Template Method)

●命令模式(Command Pattern)

●迭代器模式(Iterator Pattern)

●观察者模式(Oberver Pattern)

●中介者模式(Mediator Pattern)

●备忘录模式(Memento Pattern)

●解释器模式(Interpreter Pattern)

●状态模式(State Pattern)

●策略模式(Strategy Pattern)

●职责链模式(Chain of Responsibility)

●访问者模式(Visitor Pattern)

[设计模式] .NET设计模式笔记 - 有多少种设计模式,布布扣,bubuko.com

[设计模式] .NET设计模式笔记 - 有多少种设计模式

标签:os   .net   type   设计   res   re   

原文地址:http://www.cnblogs.com/jqmtony/p/3812123.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!