Hot on the heels of the significant MFC updates that were delivered with the release of Visual Studio 2008, the Visual C++ 2008 Feature Pack significantly boosts the ability of MFC to deliver modern-looking user interfaces that will be familiar to Windows and Office users. Look at these new controls and see how MFC developers can significantly improve their application's look and feel.
Latest Managed Code / .NET Articles
Owner-Draw Menus with .NET and Managed C++
Learn how to use .NET and Managed C++ to program owner-draw menu items with the fonts and point sizes you want.
Wrapping MFC Objects For Use With .NET Remoting
One drawback to using remoting in a mixed—MFC/.NET—environment is that MFC objects cannot be remoted. Explore this technique for overcoming this limitation.
C++ Tip: Serializing .NET Objects with Managed C++
In this installment of the .NET Tips & Techniques column, learn how to serialize entire objects—as well as selected members—to and from disk using Managed C++ Extensions.
An Overview of Microsoft's Whitehorse
Having enterprise development problems? Discover Whitehorse, a set of modeling tools included in the next release of Visual Studio .NET (code-named Whidbey).
Using PInvoke To Call An Unmanaged DLL From Managed C++
The COM Interop story is vital to the acceptance of .NET by today's programmers. You need access to the huge body of working tested code that is in production today, deployed as COM components. Your .NET code can call old COM 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...

Creating a Tile-Matching Game in VB.NET 2012
Hannes du Preez shows you how to create a simple yet powerful Tile-matching game in which you have to match images that adjoin each other.

Top 7 Tips in Securing Your WCF Services
Even though WCF is so much more advanced than the .NET web services it is still mandatory for developers to follow some security guidelines in order to make the service hack proof. Read to learn about the top 7 tips in securing a WCF service.