
5.Patterns&Practices
文章平均质量分 93
marvelstack
这个作者很懒,什么都没留下…
展开
-
Implementing the Singleton Pattern in C#[转载]
view authers websiteThe singleton pattern is one of the best-known patterns in software engineering. Essentially, a singleton is a class which only allows a single instance of itself to be created,转载 2004-07-16 09:02:00 · 5100 阅读 · 5 评论 -
使用Exception Management Application Block管理异常
在平常的开发过程中处理程序异常必不可少,如何获取更多的异常信息以及对异常信息进行统一处理那是一件值得思考的事情。在.NET程序的开发上,微软为我们提供了一个比较好的异常处理模块(Exception Management Application Block),它可以在非特定的.NET应用程序中使用。原创 2004-08-31 23:05:00 · 5526 阅读 · 2 评论