文章分类 -  Design Pattern

Mainly focus at Design Pattern of software development. And I think it is very important for every programmer. Let us be Agile.
Design Pattern in C#: Singleton
摘要:最近在学习微软MSDN WebCast讲座中关于面向程序对象设计的课程,觉得内容非常不错,在Blog上面留下学习笔记。 在GoF(Gang of Four)的经典著作中一共提到了23种经典的设计模式,今天是第一节课,主要讲解的是Singleton单件设计模式。 首先简单说说对于所有设计模式的分类,按照目的和范围两种观点来看,设计模式可以归纳为这么几种。 从目的来看:(即设计类或者说对象的时... 阅读全文

posted @ 2007-05-16 15:33 Big Angel 阅读(313) 评论(0) 推荐(0)

导航