Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
Programming Distributed Applications with Com and Microsoft Visual Basic 6.0 (Programming/Visual Basic) Review by Habib El-Zoghbi
Excellent book on COM technology, a must for all COM develop
I had no idea about COM and this book helped me a lot to get me started. You should be familiar with object-oriented programming no matter C++, JAVA or Visual Basic. It explains how COM works and describes its threading model. This book also contains few chapters on MTS environment showing how life could be easier with MTS instead of writing complex code to deal with issues such as connection management, thread pooling, and transaction monitoring.
I don't know why Ted Pattison named this book "Programming Distributed Apps with COM and Microsoft VB 6", of course the author provided few sample code in VB but don't count on that to start developing COM components. Get the "Fitch & Mather" sample code from Microsoft site and study it, that would help be sure of that.
Even if you are a COM programmer you will still find a lot of tips to optimize your code. I've read this book many times and each time I find few things that helps me. IT'S A MUST for all COM programmers.
I would also recommend:
"Creating Lightweight Components with ATL". With these two books and some coding you will master COM and ATL.
"Inside COM+ Base Services" should be your next book if you want to continue, it will take you to the next stage of evolution of the COM programming model.
Enjoy it