Accelerator tables aren't the sexiest thing to code in Microsoft .NET. But ask any professional user interface designer and you'll find that keyboard acceleration is usually considered a critical application feature.
Latest Programming Insights Articles - Page 22
Interop: A Look at Managed C++
Interop features allow managed .NET code to interface with legacy unmanaged code. Now is your chance to learn about the forms of interop built into the .NET Framework Common Language Runtime.
Document Validation in XML.NET
Is your XML valid? The XmlValidatingReader class provides you the means to verify the validity of your XML documents and fragments. Dino Explains the details.
Using the ASP.NET Application Cache to Make Your Applications Scream
Does your C# ASP.NET application scream or does it trip along? In the newest installment from industry leader, Jeff Prosise, you learn to use the application cache to make your applications scream.
Happy Breakpoints for Testing!
Have you ever found yourself wishing there was a way to set breakpoints on all the functions in a particular source file?
.NET Remoting Quirks and Oddities
Using interface-based programming with Remoting.
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...

How to use Visual Studio 2012 to Download Images from Websites
Learn how to use a for loop to loop through all of the images found on a web page and save them via the DownloadFile method of the WebClient object.

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.
