List price: $19.95 (that's 30% off!)
The book discusses group preparation and session planning, as well as sequencing and formatting. Each game is described in detail with suggestions for its presentation and sequencing. To help beginners with game selection, a chart lists the primary uses of each, but this is no standardized blueprint, 'play this to get that.' The games and exercises operate at both individual and group level, opening up new and sometimes challenging dimensions of identity. Game facilitators must stay alert to the shifting consciousness of the group and set aside their own agendas, selecting games to meet the group's changing needs. This reviewer has found selected games effective with adults, teens and children, provided the age groups are kept separate.
The author, Dr. David Earl Platts, has a doctorate in Educational Administration and Supervision. He served for several years both on faculty and administration at the Florida State University. Later, he was in charge of the Group Discovery Program at the Findhorn Foundation. He has graduated in Psychosynthesis Counseling and Therapy, and now directs his own management consultancy. His book is clear and well laid out, and touches the reader at levels both of mind and heart. Any one engaged in group processes will find it a very useful tool.
I also noticed that the book was originally OLE stuff that has been re-purposed for ActiveX.
There are nuggets of information if you want to wade through this book though.
List price: $39.99 (that's 50% off!)
It's a great history of his career. There is a detailed biography by David Leddick that is excellent. It's very informative and helpful if you are not familiar with Lynes work, or if you are just refreshing your knowledge of this man's great photography from the 30's & 40's. There was a certain innocent and raw beauty in photography back then that makes these images of his very classic. Lynes use of shadows and light make his models come right at you, in such stark realistic fashion.
This book would make a great gift, or a great addition to your collection, or coffee-table. A real visual experience from one of the best!
List price: $44.99 (that's 30% off!)
But actually the book does not flow particularly well. Some of the examples aren't well drawn. Subjects such as enumerators, collections, callbacks, and connection points are either not covered at all or mentioned in passing within another subject. Other topics are covered in a bits-and-pieces style that doesn't quite explain.
I don't believe that a COM novice would get too much out of this book. Only a COM knowledgeable person could fill in the gaps that this book leaves. But that's not who the book is for.
I'll recomment "Developer's Workshop to COM & ATL" by Troelsen for anyone wanting to learn COM/ATL. That book ranges from basics to full-blown coverage. It is the best out there.
List price: $24.99 (that's 50% off!)
I think 2 more books are needed for a healthy understanding of COM+. The next book should be an easy Visual Basic how-to guide, and the book after that should be a more hard core VC++ guide/reference book.
Explains the evolution of COM+ from COM/DCOM plus MTS and MSMQ, finally integrated into the operating system (Windows 2000).
It is an entertaining, easy to read book, that even your manager should be able to understand. Its almost as good as listening to a Don Box lecture! Highly recommended!
Bits of brillient philosophical insight are included. Read the epilogue and you can justify your comfy six-figure salary.
List price: $29.99 (that's 30% off!)
Still, the book is pleasant to read and by it's ironic style of humor it successfully hides it's strong ties with Microsoft. (And, .NET seems to be an intersting technology).
The four core chapters of the book - ".NET Object", "ASP.NET", ".NET Web Services" and "Windows Forms" give an overview of what each technology is and how you can put it to work right away. Each chapter talks about the "Problem Background", technology's "Solution Architecture" and always gives a "Simplest Example" - an ideal construct. The author then elaborates on the major particularities of each technology and explains how they all tie together. Written with no bias towards any part of .NET, after finishing this book you'll have a fair idea on which topic you want to read more. The generous 2" wide margins are full with conclusions and bookmarks (of the kind "The sample starts here", etc) to ease your search through the book. Frequent diagrams, screenshots as well as notes and warnings (on a gray background) add to the readability of this book.
The majority of the samples are in Visual Basic .NET and however much this may displease the C++/C# fans, let's admit it - this makes the samples just a few lines long, they fit nicely on one page and they reduce the size and weight of the book by a whole lot. The author has only included the relevant pieces of code in the book, leaving the rest for you to download from his website. If you ever read a book on Win32 with declaration of the same "WinMain" and "WinProc" on every fifth page then you'll find this simplification very useful.
You can familiarize yourself with the style of the book by downloading the source code and a chapter on ADO.NET from http://www.introducingmicrosoft.net/. Reading this chapter will give you an idea of where the book is headed.
You'll need the .NET Framework to run the samples, available on Microsoft's MSDN website. Visual Studio.NET is also available thereat if you have the MSDN Universal Subscription or (as of this writing) have it shipped to you for $12.95 (4 CDs).
An adaptation of the topic from this book on ".NET Objects - Interoperability with COM" was also published in the August 2001 issue of the MSDN Magazine, also available online on the MSDN website.
So, what I would like to say is that in this book, even though the author calls it an introduction, that is so very humble.
Any developer working on Micro$oft's toolset will realize that a book, which in its first chapter, goes through COM Interop and gives working samples of using COM components in .NET and vice verca cannot be called a manager's introduction.
Now, for those guys who still think that is a "manager's introduction", may I ask how many "typical development" managers can just go in and understand the ins and outs of a COM interop sample?
COM by default, has been hard, and from what I have seen, typically managers avoid understanding the "real" details of the same. (e.g. how IDispatch really works with or without type libraries or what are the 18 or so OLE interfaces used in an Activex control or how DCOM talks over internet and what is the difference between a COM+ component and an MTS component etc.)
Then the author gives very interesting and practical examples of using ASP.NET authentication/authorization and *encryption*. Again I guess most books on just this one topic ASP.NET may spend several times the volume of this complete book and still not cover this level of details effectively in such a small set of pages.
Then let me give another example. David in chapter 4 gives some excellent inside information about web services and gives a very interesting sample of using chunkiness in web services. Again, this is not for the light-hearted as most books on .NET with a lot more pages in them don't cover details any more than basic how to write a web service (Which is trivial as it can be made via a wizard or else one can write one in 5 minutes or lesser by hand!)
And btw, I love its samples because they are all very interesting considering that the author has worked closely with Microsoft on technical documentations.