<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
.Net and COM Interoperability Handbook
โ Scribed by Alan Gordon
- Publisher
- Prentice Hall PTR
- Year
- 2002
- Tongue
- English
- Leaves
- 720
- Series
- Integrated .Net Series from Object Innovations and Prentice Hall Ptr
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
.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 Compares .NET to COM and Java Addresses many advanced issues, including Interop marshaling, Primary Interop Assemblies, using ActiveX Controls from managed code, using COM+ Services from managed code, converting your COM+ Applications to XML Web Services and .NET RemotingThe .NET and COM Interoperability Handbook will help you move your Windows(-based software into the future without abandoning the investments you've already made. Writing from the perspective of the experienced COM/COM+ developer, Alan Gordon offers the most realistic, in-depth coverage of .NET/COM interoperability ever presented. He illuminates all your .NET/COM interoperability options, offering practical advice for both migration and long-term coexistence. Coverage includes: * What COM/COM+ developers must know first about .NET/COM interoperability Using the .NET/COM interoperability resources built into Visual Studio .NET Calling COM/COM+ components from .NET Calling .NET components from Win32/COM applications Using COM+ Services from .NET applications Turning your COM+ applications into an XML Web Service without writing any code Understanding the impact of COM apartment threading on .NET performance Overcoming mismatches between COM reference counting and .NET garba* Interop marshaling, ActiveX controls, .NET remoting, and much more"
๐ 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
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
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