03/19: Design Pattern in .Net
Example :
DP is a practical optimized design solution . General speaking, if a language is more advantaced and has more support to OOP,then using dp will be more easily. Just like .Net , a lot of dp is used inside:
Example
- Adding Reference : Proxy
- Net中对WebRequet、Stream等抽象类的继承扩展 : Decoration
- Asp.net Page Initialization: HttpApplication: Singleton
- IEnumerable: Iterator
- IEnumerable.GetEnumerator : Abstract Factory
0 Comments:
Post a Comment
<< Home