Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

.NET 2.0 Interoperability Recipes: A Problem-Solution Approach [Repost]

Posted By: AlenMiler
.NET 2.0 Interoperability Recipes: A Problem-Solution Approach [Repost]

.NET 2.0 Interoperability Recipes: A Problem-Solution Approach by Bruce Bukovics
Apress | March 31 2006 | ISBN: 1590596692 | Pages: 632 | PDF | 1.94 MB

.NET represents a new and improved way of developing software for the Windows platform. Given the chance, youd probably rewrite all of your existing code in the newer managed code environment that .NET provides. But it is difficult or impossible to throw out all existing legacy code and start over when a new technology arrives. Instead, you need to find a way to move forward with new .NET development while reusing existing pieces of tested, working code. You need a way to interoperate with the existing code until you have a chance to finally rewrite all of it in .NET.

The only recipe-style book on the subject, .NET 2.0 Interoperability Recipes: A Problem-Solution Approach guides Windows developers who are transitioning from native Windows code to .NET managed code. .NET tools will allow you to interoperate with existing code. But finding the appropriate tool for the task at hand can sometimes be a frustrating experience. So this book will guide you past myriad infrequently used interop options to focus on those youll use most often. Table of Contents Using C-Style APIs C-Style APIs: Structures, Classes, and Arrays Win32 API Using C++ Interop Using COM Exposing Managed Code to COM Marshaling to COM Clients COM+ Enterprise Services COM+ Enterprise Services Transactions.