.NET 2.0 Interoperability Recipes: A Problem-Solution Approach (Volume 0)
โ Scribed by Bruce Bukovics
- Publisher
- Apress
- Year
- 2006
- Tongue
- English
- Leaves
- 632
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Yes, from what Ive read in this book it is indeed excellent.
Why 'from what I've read?' Because the book, as it states, is in the form of recipes and I used this book to get specific info.
Reading the book from cover to cover wasn't necessary.
Simply target a recipe for your problem, and go. Sometimes I also had to read other recipes since some are related to get the big picture. This worked really well for me.
The information is accurate and concise. The example code (downloadable) is in VB and C#
Well worth the money.
โฆ Table of Contents
.NET 2.0 Interoperability Recipes: A Problem-Solution Approach......Page 1
Contents......Page 8
CHAPTER 1 Using C-Style APIs......Page 22
CHAPTER 2 C-Style APIs: Structures, Classes, and Arrays......Page 108
CHAPTER 3 Win32 API......Page 162
CHAPTER 4 Using C++ Interop......Page 212
CHAPTER 5 Using COM......Page 256
CHAPTER 6 Exposing Managed Code to COM......Page 348
CHAPTER 7 Marshaling to COM Clients......Page 400
CHAPTER 8 COM+ Enterprise Services......Page 462
CHAPTER 9 COM+ Enterprise Services Transactions......Page 524
INDEX......Page 604
๐ SIMILAR VOLUMES
.NET represents a new and improved way of developing software for the Windows platform. Given the chance, youะขd 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
Instead of reading this book from front to back I read the sections as needed. PHP isn't the only language I dabble in so I haven't had many opportunities to go through the book but the sections I have read are very well written, informative and easy to read. I would say this book could be utilize
Instead of reading this book from front to back I read the sections as needed. PHP isn't the only language I dabble in so I haven't had many opportunities to go through the book but the sections I have read are very well written, informative and easy to read. I would say this book could be utilize
In general I like the Apress Recipes books but this one was pretty weak. It contained no info about 2D games which is far more likely where non-professional Game Programmers would be starting and went into lengthy discussions explaining 3D position and camera orientation which is what I'd expect in