Common Pitfalls of COM Interoperability in .Net (not yet reviewed)
Discover some of the common pitfalls of using COM Interoperability in .NET as well as best practices that could help you steer clear of these pitfalls.
Discover some of the common pitfalls of using COM Interoperability in .NET as well as best practices that could help you steer clear of these pitfalls.
Learn how to use managed calls and events in unmanaged C++.
An attendee at Microsoft SOA and Business Process Conference 2006 gives you the inside scoop on preparing your organization to utilize the new Microsoft SOA and BPM development products.
Learn to programmatically administrate Indexing Server; for example, create a new Indexing catalog and then add folders to be indexed by this catalog.
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.
Implementing and utilizing extensible property sheets in your .NET classes has never been easier.
How to expose a .NET class library, including methods, properties, and events to a VB6 client.
A tutorial on consuming .NET components from COM-aware clients.