Examine some of the main concepts that WPF introduces above and beyond what .NET programmers are already familiar with.
Latest Sample Chapter Articles - Page 4
Web parts: the building blocks of portals
Learn how to use ASP.NET Web Parts to build better web sites.
Flags Enumerations
The documentation on Microsoft's flags enumerations is rather sketchy at best, but offers a more ideal solution for a great many problems. The problem is, with such little documentation it can be very time consuming to figure out how to use them correctly. Here is a small walkthrough explaining a relatively simple means of interacting with them through use of the bitwise OR operator.
Implementing Automatic Unlocking in ASP.NET 2.0 SqlMembershipProvider
See how to implement an automatic account unlock to minimize administrator workload in the case of a DOS attack that locks out large numbers of site users.
ASP.NET 2.0 FileUpload Server Control
Professional ASP.NET 2.0 Special Edition author Bill Evjen shows you how to use the File Upload Server Control and how to upload multiple files from the same page.
ASP.NET 2.0 WebPartChrome
Discover how ASP.NET 2.0 can be used use to customize WebPartChrome to render WebPart controls.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

Obtaining External Window Handles and Window Captions with Visual Studio 2012
Learn how to obtain an outside application's window handle, in order to manipulate that window from inside your program, using either VB.NET or C#.

SOLID Principles in C# - An Overview
SOLID principles form the base for writing good and clean object oriented code in C#. Learn about the S.O.L.I.D principles and explore C# coding samples for each.
