Select Page
Overview of the Object Class

Overview of the Object Class

Introduction The object class is the ultimate base class of every type. Because of its lofty position and significant influence on the code you write, you should have a good understanding of the object class and its members. You may also be interested in knowing why...
Assertions and Development Output with .NET

Assertions and Development Output with .NET

View Source Introduction Two ubiquitous coding strategies are to use assertions and to generate debugging output. The .NET System.Diagnostics.Debug andSystem.Diagnostics.TRACE classes are designed to help programmers do these things. Unfortunately, the organization of...
Unraveling the Mystery

Unraveling the Mystery

One Developer’s Journey through the Stages of Learning by Ray Gould, 10/02/04 Dedication To all those who know how it feels to start at ground zero. Preface The purpose of this small article is to help those who are just starting out or those who are confused by...
Making Sense: ASP.NET Security

Making Sense: ASP.NET Security

Download Source Code A common task for ASP.NET developers is to implement security on a site. This includes log-in, registration, password management, and user management. The following sections explain how to accomplish all of these tasks, showing some of the...
Web Services Sites

Web Services Sites

Title Description LearnXmlws Learn XML Web Services development Web Services MSDN Web Services Site. WS-I Web Services Interoperability Organization...