设计模式
QuickPai
这个作者很懒,什么都没留下…
展开
-
Strategy pattern - http://en.wikipedia.org/wiki/Strategy_pattern
From Wikipedia, the free encyclopediaJump to: navigation, search In computer programming, the strategy pattern (also known as thepolicy pattern) is a software design pattern, whe转载 2014-01-17 11:35:00 · 929 阅读 · 0 评论 -
Implementation of Dependency Injection Pattern in C#
ependency Injection (DI) is a software design pattern that allow us to develop loosely coupled code. DI is a great way to reduce tight coupling between software components. DI also enables us to bette转载 2013-09-26 14:32:03 · 1394 阅读 · 0 评论