Web crawl snapshots generously donated from Accelovation. This data is currently not publicly accessible.
From the site:
Accelovation is pioneering the delivery of Insight Discovery� software solutions that help companies move from innovation idea to product reality faster and with more success.
Our solutions are used by leading firms in the Fortune 500 and beyond � companies from a diverse set of industries ranging from consumer packaged goods to high tech, foods to chemicals, and others. We help them mine the online world for market and technical insights to help speed the process of innovation.
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20061017125609/http://www.codeguru.com/cpp/com-tech/complus/
Embracing the full spectrum of developer needs including content supporting 64 bit, Multi-Core, Tools, and Optimization.
Making Multi-Cores Count: An ISV Licensing Primer
On the road to concurrent programming, do customers see you as the fast laneor the speed bump? The best way for ISVs to support emerging x86-based virtualization and grid computing technologies is by moving away from antiquated hardware-based license models. Read more. Mr. Multimedia: AMD's Wei-Lien Hsu
See how AMD's various architecture designs provide processor performance across the computing board, including formerly niche areas such as multimedia, and how passionate engineers like Wei-Lien Hsu are making it happen. Read more. Man on a Mission: AMD's Brent Hollingsworth
AMD is working on a library of thousands of functions that will make the parallel technologies embedded in AMD's multi-core processors and other multiprocessor technologies available to developers. See what the project's team leader has to say about the challenges and benefits of the AMD Performance Library (APL). Read more. Taking Advantage of Concurrent Programming for Windows, Part 2: Multi-Core Programming in .NET
In the coming many-core era, the performance difference between single-threaded and multithreaded applications will grow greater and greater. It behooves all professional programmers to begin coding for multiple cores now. Read more. For more relevant code samples, tutorials and editorials click here.
COM Interoperability
Rating: Mark Strawmyer - 02/27/2003 Explore COM Interoperability, also known as COM Interop. COM Interop is the means to which COM objects can be used in a .NET application and how .NET objects can be built to appear to be COM objects.
.NET Delegate Event Model vs COM Connection Points
Rating: none Aravind Corera - 04/24/2001 Take a dip into how the Connection Points Event Handling mechanism in Classic COM Components can be used by .NET applications to receive event Notifications via the COM Interop.
Understanding Classic COM Interoperability w/.NET Apps
Rating: none Aravind Corera - 03/28/2001 Aravind, who contributed mightily to the COM interoperability chapter of the Microsoft Press "Inside C#" book, writes this fantastic tutorial on how to use COM components from your .NET C# applications!
COM+
COM+ Automation Using COMAdminCatalog in .NET C#
Rating: Asad Aziz - 06/20/2003 The COM+ catalog holds all COM+ configuration data. The only way you can access the catalog is through the Component Services administrative tool or through the COMAdmin library. Learn to administer this service easily.
A Kick-Start to SAX with C++, Part 3
Rating: none Marius Bancila - 03/16/2006 Learn how to implement some basic error handling and perform cleanup operations.
A Kick-Start to SAX with C++, Part 2
Rating: none Marius Bancila - 03/15/2006 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
Rating: none Skeeter Xu - 03/01/2006 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.
Managed Code / .NET
Owner-Draw Menus with .NET and Managed C++
Rating: Tom Archer - MSFT - 05/02/2005 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
Rating: Tom Archer - MSFT - 06/25/2004 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++
Rating: Tom Archer - MSFT - 05/07/2004 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
Rating: Mickey Williams - 03/23/2004 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++
Rating: none Kate Gregory - 09/30/2002 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.
SOAP and Web Services
SOAP Client Using Visual C++
Rating: none Nauman Laghari - 05/15/2002 A simple way to create a SOAP client using C++.