The Wayback Machine - https://web.archive.org/web/20110723201020/http://www.codeguru.com:80/cpp/com-tech/complus/managed/
Survey

    Managed Code / .NET

    Visual C++ 2008 Feature Pack: MFC Enhancements

    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.

    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.