作为一个学生,想问下这套框架是三层架构吗?使用了那些设计模式?
作为一个学生,想问下这套框架是三层架构吗?使用了那些设计模式?
C/S框架网开发框架系列产品采用标准三层架构,既UI层、BLL层、DAL层,以及ORM Models ORM模型。
同时,也使用了部分常用设计模式,如:
工厂模式 (Factory Pattern)、
代理模式 (Proxy Pattern)、
外观模式 (Facade Pattern)、
桥接模式 (Bridge Pattern)、
策略模式 (Strategy Pattern)、
单件模式 (Singleton Pattern)、
观察者模式 (Observer Pattern)、
命令模式 (Command Pattern)、
职责链模式 (Chain of Responsibility Pattern),
模板方法模式 (Template Pattern)、
建造者模式 (Build Pattern),
适配器模式 (Adapter Pattern),
组合模式等 (Composite Pattern)。
源代码通俗易懂得,易学易用。
扫一扫加微信