Starting in 1996, Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the Wayback Machine after an embargo period.
Demo:
Integrate Microsoft SharePoint into IBM Lotus Notes
Mainsoft's SharePoint Integrator for Lotus Notes is an easy-to-deploy, client side plug-in that gives Notes users easy access to Microsoft SharePoint document libraries. SharePoint Integrator makes collaboration easy for enterprises that use Lotus Notes and have workgroups that rely on SharePoint for basic document management and team collaboration.
Turbo Screen Sharing
Adobe Acrobat Connect Professional offers users the ability to have a more productive and engaging web conferencing experience while providing the IT department with a program that efficiently utilizes bandwidth and minimally impacts the infrastructure. Learn More!
»
Rapid E-Learning: Maturing Technology Brings Balance and Possibilities
Rapid e-learning addresses both time and cost issues by using technology tools to shift the dynamics of e-learning development. Learn why more skilled learning professionals use these tools and how you can get a solution to keep pace with your business demands. »
Delivering on the Promise of ELearning
This white paper defines the framework to launch e-learning as a set of teaching, training, and learning practices not bound by a specific technology platform or learning management system. It offers practical suggestions for creating digital learning experiences that engage learners by building interest and motivation and providing opportunities for active participation. »
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
Visual C++ 2008 Feature Pack: MFC Enhancements
Rating: Nick Wienholt - 04/07/2008 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++
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: 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++.