Report Task Progress with ASP.NET 2.0 07 Aug 2006 22:26 GMTThe progress bar is great for keeping users informed about the progress of a task. Unfortunately, there’s no progress bar element built into ASP.NET, so Dino Esposito solves that problem with his ProgressPanel control.
Source: MSDN CLR Inside Out: Using concurrency for scalability 07 Aug 2006 22:19 GMTBecause of the popularity of multiprocessor machines, many concurrency articles focus on how to make concurrency safe in your code. This article deals with how to get concurrency into your code in the first place.
Source: MSDN Advanced Basics: Predicates and Actions 07 Aug 2006 21:55 GMTThe System.Array and System.Collections.Generic.List classes provide methods that let you avoid writing code to loop through every element of an array or list to find the items you’re looking for. Ken Getz explains.
Source: MSDN Beyond the Guidelines: Advanced Accessibility Techniques 07 Aug 2006 04:00 GMTIf you think the W3C guidelines are your ticket to an accessible site, think again! While the W3C guidelines are important, if you want your web site to be truly accessible, you'll need to venture beyond these guidelines. Trenton explains all in this hands-on technical tour!
Source: SitePoint