by Janice Friedman | Jun 7, 2016 | C# Features
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...
by Janice Friedman | Jun 7, 2016 | C# Features
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...
by Janice Friedman | Jun 7, 2016 | C# Features
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...
by Janice Friedman | Jun 7, 2016 | C# Features
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...
by Janice Friedman | Jun 7, 2016 | Sites
Title Description LearnXmlws Learn XML Web Services development Web Services MSDN Web Services Site. WS-I Web Services Interoperability Organization...