Latest updates, articles, and news from CodeGuru.
Latest Sponsored Developer Features Articles - Page 52
CodeGuru Update eNewsletter - March 29th, 2005
This week's newsletter includes the top 10 most viewed articles that were published in 2005.
CodeGuru Update eNewsletter - March 22nd, 2005
Check out the latest articles, news, and more from CodeGuru.
CodeGuru Update eNewsletter - March 15th, 2005
The newest articles and news from CodeGuru.com. Includes February book winners!
Announcing Visual FoxPro 9.0
Visual FoxPro is still alive and kicking! Microsoft announced the newest version of Visual FoxPro today.
CodeGuru eNewsletter - March 1st, 2005
Check out the newest CodeGuru articles and news from the March 1st newsletter. Also, I present a quick test to see if you are more of an analyst than a programmer.
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.
