.NET中的模式

2005-06-15 by 开心就好

在七月的MSDN杂志中,Rob Pierry介绍了.NET框架中的模式,
Discover the Design Patterns You're Already Using in the .NET Framework

其中包括Observer ,Iterator,Decorator ,Adapter ,Factory,Strategy,Composite ,Template Method等等。还有ASP.NET中的模式,包括Intercepting Filter,Page Controller等等

在O'Reilly Network上有一篇介绍.NET中的Factory模式的文章
The Factory Design Pattern


Comments