|
COM & .NET Interoperability
COM and .NET Interoperability provides a complete overview of the process of building .NET applications that interact (interoperate) with existing COM code. Before digging into that critical topic, author Andrew Troelsen offers a concise overview of the COM architecture and provides examples using various COM frameworks (C++, ATL, and VB 6.0) as well
as the core .NET managed languages (C# and VB .NET).
After covering the preliminaries, the book explores numerous issues that arise in interoperability, including interacting with the Win32 API, dynamically generating source code via System.CodeDOM, creating serviced (COM+) components using managed code, manually editing (and recompiling) .NET metadata, and the process of constructing custom COM/.NET conversion utilities. Both intermediate and advanced developers will welcome the practical information they need to quickly work with COM and COM+ in .NET applications, and learn how to create .NET components that are COM compatible.
* Chapter 1: Understanding Platform Invocation Services
* Chapter 2: The Anatomy of a COM Server
* Chapter 3: A Primer on COM Programming Frameworks
* Chapter 4: COM Type Information
* Chapter 5: The Anatomy of a .NET Server
* Chapter 6: .NET Types
* Chapter 7: .NET-to-COM Interoperability -- The Basics
* Chapter 8: .NET-to-COM Interoperability -- Intermediate Topics
* Chapter 9: .NET-to-COM Interoperability -- Advanced Topics
* Chapter 10: COM-to-.NET Interoperability -- The Basics
* Chapter 11: COM-to-.NET Interoperability -- Intermediate Topics
* Chapter 12: COM-to-.NET Interoperability -- Advanced Topics
* Chapter 13: Building Serviced Components (COM+ Interop)
|