The Wayback Machine - https://web.archive.org/web/20111028054937/http://www.codeguru.com/cpp/com-tech/complus/general/

    General

    How to Write a COM+ Component

    Discover how to write a component that can be used in a COM+ enviroment.

    Trace RPC Calls and Notify the COM+ Events to Your Program

    Learn about a simple way to understand and implement the COM+ Admin and Instrumentation interfaces.

    A Kick-Start to SAX with C++, Part 3

    Learn how to implement some basic error handling and perform cleanup operations.

    A Kick-Start to SAX with C++, Part 2

    Learn how to work around the restriction of using a single handler type at a time.

    A Pure C++ Implementation of a COM Smart Pointer

    CComPtr wraps any interface pointer and will call AddRef() and Release() properly. You don't need to worry about controlling the lifetime of your interface pointer.