.NET 2.0 Interoperability Recipes: A Problem-Solution Approach

Bruce Bukovics

  • 出版商: Apress
  • 出版日期: 2006-03-31
  • 售價: $2,090
  • 貴賓價: 9.5$1,986
  • 語言: 英文
  • 頁數: 611
  • 裝訂: Hardcover
  • ISBN: 1590596692
  • ISBN-13: 9781590596692
  • 相關分類: .NET
  • 已過版

買這商品的人也買了...

商品描述

Description

.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. The book

  • Explains new interop features in .NET 2.0 and VS .NET 2005
  • Covers PInvoke, COM, and COM+ (other books dont cover all three areas)
  • Features most of its example code in C# and VB .NET, and also includes some managed C++/CLI
  • Is written by a working developer with first-hand experience

.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.