The Wayback Machine - https://web.archive.org/web/20140713015312/http://www.codeguru.com:80/csharp/csharp/cs_misc/com/

Latest COM Articles

XMLHTTP: Super Glue for the Web

Kyle Patrick explains how using the XMLHTTPConnection object that Microsoft packaged with its MSXML parser is a fast, free, and powerful method for communication between any client and server application that supports COM objects. Using this, instead of CGI, means you can have a client-server interaction between the browser and the Web server that can be done without changing the Web page. Sample code and URLs are included.

Writing Your Own COM Interop in C#

When trying to access functionality implemented inside of COM objects that use IUnknown-based interfaces, the automatic COM interop DLLs generated by TlbImp.exe aren't usually sufficient. Learn how to implement your own COM interfaces and examine a class library to simplify such tasks.

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.

Command Line Junkie

While porting a C# applications to something other than Windows used to be hard, today command line tools can make it super easy!

Top White Papers and Webcasts

  • Intelligent N+X Redundancy, Placement Affinities, & Future Proofing in the Virtualized Data Center Virtualization brought about the ability to simplify business continuity management in IT. Workload portability and data replication capabilities mean that physical infrastructure failures no longer need impact application services, and they can rapidly be recovered even in the event of complete site failure. However, Enterprises and Service Providers face new challenges ensuring they have enough compute …

  • To maximize visibility into and regain control of corporate data at all times, IT can more quickly and effectively mitigate risk through an enterprise-ready sync and share solution. But what really constitutes "enterprise-grade" in today's slew of options? To get a second glance from enterprise IT, sync and share solutions must—at a minimum—include the basic business feature sets: security, integrations, roles and permissions, audit trails, remote wipe, comprehensive APIs, real-time …

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds