COM and .Net Interoperability
β Scribed by Andrew Troelsen
- Publisher
- Apress
- Year
- 2002
- Tongue
- English
- Leaves
- 769
- Edition
- 1st
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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 how to make interoperability practical, Andrew Troelsen gives you a concise overview of the COM and .NET architectures, and provides examples using various COM frameworks (raw C++, ATL, and Visual Basic 6) as well as the core .NET managed languages(C# and Visual Basic .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.
β¦ Subjects
ΠΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ°;ΠΠΎΠΌΠΏΡΡΡΠ΅ΡΠ½Π°Ρ Π»ΠΈΡΠ΅ΡΠ°ΡΡΡΠ°;ActiveX / OLE / COM;
π SIMILAR VOLUMES
<p><p><i>COM and .NET Interoperability</i> 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 <strong>Andrew Troelsen</strong> offers a concise overview of the COM architecture
.NET/COM interoperability in depth: comprehensive techniques and strategies* The most in-depth guide to .NET/COM interoperability ever published!* Covers every .NET/COM interop option, "gotcha," and workaround* Offers practical strategies for .NET migration and long-term .NET/COM coexistence* Compar
<span><span><span><span><p>.NET/COM interoperability in depth: comprehensive techniques and<br>strategies</p><li><p>The most in-depth guide to .NET/COM interoperability ever<br>published!</p></li><li><p>Covers every .NET/COM interop option, "gotcha," and<br>workaround</p></li><li><p>Offers practical
The focus of the book is on COM Interoperability (since it's a much larger subject), and the heart of the discussion is broken down into four parts:Using COM Components Within the .NET FrameworkUsing .NET Framework Components from COMDesigning Good .NET Framework Components for COM ClientsDesigning