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.
Performing Validations with ASP.NET—Part 1 of 2 - Anand Narayanaswamy - 1/24/2003
Whether you use C# or VB .NET for your ASP.NET pages, you'll want to validate any data entered by your users. In this first of two parts, learn about three of the validation controls provided with .NET.
Formatting Date and Time Values In .NET - Bradley L. Jones - 1/24/2003
Dates and times can be formatted a number of different ways. Learn how to format dates and times in .NET. While this article uses C#, the lesson is applicable to VB .NET and Managed C++ programmers.
Working with Cookies - Adrian Bacaianu - 1/24/2003
Send cookies to a client's browser from an ISAPI extension. An easy way to retrieve and visualize those cookies is also provided.
Using the TVPing Utility - Vijayan TV - 1/23/2003
You can use a ping across a network or the Internet to diagnose the speed and reachability of a remote host. This article explains the details needed to implement this in easy steps.
Got some cool code you want to submit?
We are always after great new articles to post so if you have some code and an article to go with it, we'd love to hear from you. Please read the Submission Guidelines.
CodeGuru.com Visual C++ Goodies Book Update
The CodeGuru.com book is nearly complete. The book is due in stores late January or early February. If you publish an article to CodeGuru.com, you have a chance to get a free copy. Click here for more information.
Keep up to date with the latest CodeGuru postings...
CodeGuru has a weekly eNewsletter that updates you on all the new articles on the site as well as other news and happenings. You can sign up for the newsletter by clicking
HERE.
Currently in the News...
The following are current developer-related stories from InternetNews.com:
Previously Kate showed how to use the ATL CImage class to dramatically simplify working with images in classic C++ applications. This time around, she creates the an application as a Managed C++ Windows application and uses System.Drawing.Image to do the heavy lifting. Check out Using the .NET Image Class.
You can see all of Kate's VC++ .NET articles on her index page.
Accelerator tables aren't the sexiest thing to code in Microsoft .NET. Ask any professional user interface designer, however, and you'll find that keyboard acceleration is usually considered a critical application feature. Check out Building Keyboard Accelerators
into .NET Windows Forms Applications by Kenn Scribner for the details.
Porting Graphical Apps to Windows CE, Part 1
By Nancy Nicolaisen
Porting user interfaces to Windows CE is relatively easy. Finding unsupported APIs is a rougher task. Learn what to look for when porting a basic graphics application.
What are the new things in Visual Basic .NET? This excerpt from The Book of Visual Studio .NET addresses structured exception handling in Visual Basic .NET.
Windows Secrets for Visual Basic, Part 1
By Karl Moore
Veteran VB-World author Karl Moore makes his return this week, with the first of twelve articles in which he exposes some of the most hidden .NET secrets. In this article, Moore uncovers a bundle of nifty Windows form tricks. Interested? Read on...