Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
Designing Solutions with COM+ Technologies (Pro - Developer) Review by Robert Walker
Real-world COM+ solutions laid bare
An excellent book. The early chapters reveal solid solutions to oft-encountered COM problems - error handling, string manipulation, smart pointers, multiple-reader single-writer locks, streaming and marshal-by-value etc. The later chapters concentrate mainly on design techniques for building scalable applications. In my (humble) opinion, chapter 13: The MTS Revolution is worth the price of the book alone. This chapter describes the evolution of technologies for building scalable systems, introduces the single-concurrent-client model and explains how to write scalable systems keeping code maintainable and in the general case, lock-free. All would-be COM+/MTS developers should read this chapter! I've read both this and Tim Ewald's Transactional COM+ - both excellent books and compliment each other very well. In my opinion, Brown's chapter 13 is far superior to Ewald's chapter 1. Both attempt to acheive the same thing, coaxing the regular developer into the COM+ mindset, but Brown's offers logical facts and reasoning as opposed to Ewald's non-real-world convoluted IPerson examples.