Exception Management in .NETThis document discusses design and implementation guidelines for exception management systems that use .NET technologies. It focuses on the process of handling exceptions within .NET applications in a highly maintainable and supportable manner.
GDI+ : BrushesBrushes work with the other objects in GDI+ and are used to fill objects with color, images or even gradients. This article will look at using the brush and filling objects with color and gradients
Getting Started With ASP.NETA Sample Chapter from "Beginning ASP.NET using VB.NET". ASP.NET is a new and powerful technology for writing dynamic web pages. It's a convergence of two major Microsoft technologie's, Active Server Pages (ASP) and .NET. ASP is a relative old-timer...
Handling Assertions in ASP .NET Web AppsRecently I was moving along with my ASP .NET Web site de-sign and was quite pleased to see just how much easier ASP .NET made the whole process. Being a good boy, I went through the design process and was about to start development when I noticed a...