Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

COM and .NET Interoperability Review by anonymous

Programmer traps missing

This book is definitely a good starting point. It covers most of the topics, a newcomer would like to see and enables both, the .NET programmer and the COM programmer (which is most likely a VB programmer) to find a way into the material.
What is missing from my point of view is a section which describes the problems that a typical user/writer of legacy code (which COM definitely is from Microsoft's perspective) will have to overcome before he can reuse COM components in the .NET framework and write COM-usable components within .NET.
Here it relies a bit to much on Microsoft's perspective, which is that "the Framework" will do everything for you.
This is however only partly true and many programmers have gone through hard times.
When you start with COM interop, it all seems to easy... but be assured, Microsoft has a lot of work to do for programmers to make it work seamlessly.