Starting in 1996, Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the Wayback Machine after an embargo period.
ASP.NET Tip: Sending Mail with ASP.NET 2.0 Eric Smith - 10/20/2006 The new System.Net.Mail library in ASP.NET 2.0 introduces some useful features, but it also includes bugs. Find out how they come into play when you send mail.
ASP.NET Booking Calendar User Control Mike Knuckey - 10/18/2006 When developing enterprise ASP.NET applications, it is common to have a calendar booking facility. Learn about a booking calendar user control that can be used for reservations and accommodation lettings.
Implementing Nested Functions in C# Paul Kimmel - 10/18/2006 Want to test just how broad and expressive a language C# is? Learn how to implement nested functions for C#, which so closely models nested functions that nested behaviors practically exist already for the language.
ASP.NET Tip: Binding to Alternate Data Sources Eric Smith - 10/16/2006 Sure, you can bind database-related objects to grids and repeaters, but what about binding your own objects to grids and lists? Learn how to build a class that can be bound to a Repeater without involving any databases.
Building an ASP.NET 2.0 Master/Detail Application with DB2 Anil Mahadev - 10/13/2006 The advent of Visual Studio 2005 and ASP.NET 2.0 have simplified building master/detail apps to just a matter of using the right controls for the job. Find out just how easy the process is with a DB2 backend.
By Wei-Meng Lee Creating a form that displays formatted information from a database is a matter of a few easy steps in .NET 2.0 using Visual Studio 2005.
By Bradley L. Jones Learn how to add inheritance to your designs as well as learn the relationship between your applications code and the Class Designer.
By Bradley L. Jones Discover how to visually create the code for your classes in your Visual Studio 2005 applications using the new Class Designer. You'll be visually "drawing" code for your classes quickly and easily!
CodeGuru is all about sharing. If you have some unique code or an article, we'd love to hear from you. Please read the Submission Guidelines to see how to submit. We are always after great new articles to post!
Designing a SQL Service Broker Control Bus Jeffrey Juday - 10/02/2006 SQL Server Management Studio just doesn't cut it for complicated configuration and monitoring implementations. Learn how to implement your own SQL Service Broker (SSB) control bus solution to serve the needs of complex SQL Server-based messaging solutions.
TIP: Solution for Hacking Through the Clipboard Abdul shakoor Saqib - 08/01/2006 You can lose private information from your Clipboard when you browse the Internet. Learn how to prevent that.