Exception Management Architecture Guide
摘要:This document discusses design and implementation guidelines for exception management systems that use .NET technologies. It focuses on the process of handling exceptions within .NET-connected applications in a highly maintainable and supportable manner. (38 printed pages)
阅读全文
posted @
2008-03-26 10:35
Jacky Huang
阅读(762)
推荐(0)
Working with Web Resources in ASP.NET 2.0
摘要:If you are a developer who works extensively with COM controls, you might find this article useful in addressing some of the key issues that you may face while developing controls. Previously, in Microsoft ASP.NET 1.1, if you wanted to deploy static files such as .html files, .css files, image files, and script files by using a COM control, you had to create an installer and bundle these files together with the COM control. Although this worked, it presented many problems while deploying the con
阅读全文
posted @
2008-03-13 16:35
Jacky Huang
阅读(2835)
推荐(0)
基于MOSS2007的全局导航用户控件的实现 [Ver2.0]
摘要:前些天已经实现了该控件,但当时是把所有可能的WebApplication都Hardcode在代码里了。考虑到后续扩展和变更的需要,同时也简化开发和调用,我稍微做了些改动,在控件中只封装一个WebApplication及其下面的SiteCollection。
阅读全文
posted @
2008-01-03 14:50
Jacky Huang
阅读(236)
推荐(0)