Extending the Time Tracker Starter Kit 19 Sep 2005 19:45 GMTLearn how to extend the new Time Tracker Starter Kit, which is an available installable project type for Visual Studio 2005 or Visual Web Developer 2005 Express Edition.
Source: MSDN Stay Alert: Use Managed Code to Generate a Secure Audit Trail 19 Sep 2005 19:29 GMTWindows Server 2003 provides features that let you enable a wide range of applications to make use of auditing functionality. This article describes a sample managed code implementation that will allow you to add auditing to your own server applications.
Source: MSDN Migrating from ADO "Classic" to ADO.NET 19 Sep 2005 19:03 GMTBill Vaughn discusses the process of converting Visual Basic 6.0 ADO code into code that can be used in a .NET application to perform roughly the same operations.
Source: MSDN Read about Atlas - Ajax for ASP.NET 19 Sep 2005 18:20 GMTASP.NET "Atlas" is a package of new Web development technologies that integrates an extensive set of client script libraries with the rich, server-based development platform of ASP.NET 2.0.
Source: MSDN An Extended Look at the Profile Object - Part 1 19 Sep 2005 00:00 GMTThere are many reasons to store information about a visitor to your web application. The ASP.NET 1.1 Session object was helpful, but had a number of limitations. Bilal Haidar shows you how the ASP.NET 2.0 Profile object stores user-specific information for both anonymous and authenticated users, and automatically persists this information across separate visits to your website.
Source: AspAlliance