Use your C++ Programming skills to create a special list control that allows a control to be inserted in a particular cell.
Latest Visual C++ / C++ Articles - Page 21
Using LINQ with Dynamic Where Clauses
Do you need to create Dynamic Where Clauses at runtime? No need to use string concatenation with SQL, LINQ is fully capable of performing the same task.
Using Microsoft's Chart Controls In An ASP.NET Application: Serializing Chart Data
This article, by Scott Mitchell, shows how to store (and load) the data generated by the Microsoft Chart Controls to disk or some other store.
Calculating Pi to arbitrary number of digits
The code calculates the value of Pi to arbitrary number of digits such as 100, 1000 etc. The article describes the theory behind the code.
Visual Studio 2010 Hits 'Release Candidate' Stage
After being delayed once, will the next edition of the popular developers' suite make its April ship date?
SQL Server Modeling Services with Microsoft Visual Studio 2010 Beta 2
Learn how to use SQL Modeling Services to hunt for interdependencies without having to access source code.
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.
