Code
The following articles come with code downloads. To get the code downloads, click on the article titles, then click on the Code Download button.
Add and customize visual cues on your AJAX-enabled Web pages with the UpdateProgress control and PageRequestManager class.
Add partial-page update capabilities to your ASP.NET Web pages.
Learn how to work around some ugly behavior in WPF when relying on the provided code snippets; change the output of provided WPF snippets; resolve dependency issues in Windows Workflow; and more.
- By Kathleen Dollard
- 06/01/2007
You already know what those new features in C# 3.0 are doing because you do these same things in C# 2.0. Learn how C# 3.0 can reduce coding lines and improve readability by walking through a reverse migration.
Determine whether an existing variable is a generic type and whether you have to use reflection in particular cases; create irregularly shaped forms; and enable remoting with single-instance applications.
- By Bill McCarthy
- 06/01/2007
.NET 3.0 introduces several new features that simplify utilizing speech in your applications.
- By Jeff Certain
- 06/01/2007
Thrown exceptions break the normal flow of execution in a program to report error conditions. A few simple techniques can help you preserve execution flow and give users and administrators the information they need to understand what went wrong.
Learn how to write custom data-bound generator.
- By Jeff Levinson
- 05/29/2007
Explore ASP.NET AJAX configuration sections in web.config, and learn how handlers and modules fit into the overall picture.
Discover the concepts behind AJAX and why using it in your ASP.NET development is advantageous.
Call a combo box across assembly boundaries with generics and enums; add contact information with Assembly Information; and drill down on FxCop spelling rules.
- By Kathleen Dollard
- 05/01/2007
The Microsoft Synchronization Services 1.0 API for SQL Server 2005 Compact Edition and the new Sync Designer in the Orcas March 2007 CTP team up to generate a local data cache that synchronizes incrementally and bidirectionally with SQL Server Express.
- By Roger Jennings
- 05/01/2007
Learn how to write custom data-bound generator.
- By Jeff Levinson
- 04/01/2007
VB's My.Settings class makes it easy for you to remember user-preferred settings; also, what a quirky result in VB's debug window reveals about how its compiler and the .NET runtime work together.
- By Bill McCarthy
- 04/01/2007
Generics can solve many more problems than collections. Use generics to write code once and reuse it more easily.