Design patterns
文章平均质量分 58
garcon1986
永远走在路上的前行者
关注实现细节,向专家进发!!!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Data Transfer Object (DTO)
/*By Jiangong SUN*/DTO pattern is used to "transfer data" using objectsDTO vs. VO(Value Objects)Value Object must be immutable, serializable and it’s content must be publicly accessi原创 2011-09-13 22:32:59 · 1091 阅读 · 0 评论 -
Introduction to configuration wrapper
Introduction to configuration wrapper原创 2015-02-08 17:56:58 · 2102 阅读 · 0 评论 -
Design Patterns VI : Simple Factory, Factory Method, Abstract Factory
Design Patterns VI : Simple Factory, Factory Method, Abstract Factory原创 2014-01-04 19:53:49 · 1409 阅读 · 0 评论 -
Design patterns V : Facade Pattern
Design patterns V : Facade Pattern原创 2013-09-07 16:31:52 · 1125 阅读 · 0 评论 -
Knowledge Conclusion - PART IV: Design patterns
Knowledge Conclusion - PART IV: Design patterns原创 2012-03-07 01:04:09 · 736 阅读 · 0 评论 -
Design patterns IV : Decorator/Wrapper Pattern
Design patterns IV : Decorator/Wrapper Pattern原创 2013-06-08 01:55:18 · 1376 阅读 · 0 评论 -
Design Patterns III : Strategy
/*Author: Jiangong SUN*/Strategy pattern principle is create a interface strategy with methods definitions. The concrete strategies will implement the interface. And context will use interfa原创 2013-05-31 22:52:13 · 826 阅读 · 0 评论 -
Design Patterns I - Singleton, Double-Checked locking, Lazy Initialization
/*Author: Jiangong SUN*/Last update: 29/05/2013, 30/05/2013There are 4 categories of design patterns called Gang of Four (GoF):- Creational patterns- Structural patterns- Behavior原创 2013-05-11 05:19:11 · 1214 阅读 · 0 评论 -
Design Patterns II - Adapter
/*Author: Jiangong SUN*/There are 4 categories of design patterns called Gang of Four(GoF):- Creational patterns- Structural patterns- Behavior patterns- Concurrency patternsAd原创 2013-05-30 06:19:48 · 895 阅读 · 0 评论 -
Introduction to dependency injection with unityContainer
Introduction to dependency injection with unityContainer原创 2015-02-16 05:22:04 · 2305 阅读 · 0 评论
分享