If you're writing a new Managed C++ application and you're thinking of using collections in that code, you may be unsure whether to use STL collections or a class from the Base Class Library. Learn your choices.
Latest .NET / C# Articles - Page 276
Visual Studio.NET Add-In for Incrementing Project Build Numbers
Another look at creating an add-in to automatically increment project build numbers for Visual Studio .NET 2002 and 2003.
Five Reasons to Jump on the ASP.NET 1.1 Bandwagon
It's known that the .NET Framework version 1.1 is a minor upgrade with a relatively limited set of changes and updates. Get a gist of the changes with this list of five programming related differences between ASP.NET 1.0 and ASP.NET 1.1.
Multithreading in .NET Applications
Multithreading is a powerful tool for creating high performance applications, especially those that require user interaction. In this article, you will explore multithreading with the .NET Framework as well as learn how multiple threads can be used to improve an application's user interface.
.NET Data Secrets, Part 1
Among the top solutions being built today are database applications. Karl more teaches some time saving tricks to get the most out of database development for .NET.
Performing Various Iteration Methods in .NET
Iterate through data as quickly as possible. This article shows a comparison of various methods for iterating through data in .NET.
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.
