Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
COM and .NET Component Services (O'Reilly Windows)

COM and .NET Component Services (O'Reilly Windows)

List Price: $39.95
Your Price: $26.37
Product Info Reviews

<< 1 2 >>

Rating: 5 stars
Summary: Awesome book!
Review: Come on, techies like us know that .NET uses COM+ to provide the Component services like Transaction Management, Queued components and the like. Hence it is natural that COM+ be covered first in detail. Then the author explains how to use it from .NET components. Very well laid out. Buy this book!

Rating: 1 stars
Summary: Disapointed !
Review: Disapointed perhaps its a very good book on COM+ but for .NET dont waste your money.

344 pages for COM+
and only 40 pages for .NET components.

thanks a lot!

Rating: 3 stars
Summary: Beware...COM Services and some pages about .NET
Review: Don't get me wrong!! It's a great book, for understanding COM+ and use it, without all the headache of learning "why".
But i think many people would believe is a good about .NET and how to use COM Services, but you will get only a few pages about implementing both technologies together.
But, like i've said, it's a good book about COM Services.

Rating: 3 stars
Summary: Beware...COM Services and some pages about .NET
Review: Don't get me wrong!! It's a great book, for understanding COM+ and use it, without all the headache of learning "why".
But i think many people would believe is a good about .NET and how to use COM Services, but you will get only a few pages about implementing both technologies together.
But, like i've said, it's a good book about COM Services.

Rating: 5 stars
Summary: Excellent, straight to the point
Review: Don't worry about the slight .Net presence in the book; there is no "new generation" of COM+ in .Net, .Net simply includes COM+ (of course there is a new name for it: Enterprise Services, but this is just pure marketing matter)!
I haven't finished the book yet, but I can say Juval found the right way in explaining most of the COM+ features and why are they indispensable in building enterprise apps by focusing on the business logic and not on the plumbing (object pooling for supporting scalability, transaction management, synchronization etc). The writing style is clear, the content is exhaustive enough for covering all the aspects of COM+/.Net Enterprise Services and, the last but not the least, the book has less than 400 pages.
Other recommended books about COM+:
-Transactional COM+, by Tim Ewald: if you need to know more COM+ internals about contexts, apartments etc.
-Programming Distributed Apps with COM+ and VB6, by Ted Pattison: excellent lecture, easy and explains very well the "why"s.
- Visual Basic and COM+ Programming: by Peishu Li. Very similar style with Juval's book, except that the code is VB instead of C++.

Rating: 5 stars
Summary: Excellent, straight to the point
Review: Don't worry about the slight .Net presence in the book; there is no "new generation" of COM+ in .Net, .Net simply includes COM+ (of course there is a new name for it: Enterprise Services, but this is just pure marketing matter)!
I haven't finished the book yet, but I can say Juval found the right way in explaining most of the COM+ features and why are they indispensable in building enterprise apps by focusing on the business logic and not on the plumbing (object pooling for supporting scalability, transaction management, synchronization etc). The writing style is clear, the content is exhaustive enough for covering all the aspects of COM+/.Net Enterprise Services and, the last but not the least, the book has less than 400 pages.
Other recommended books about COM+:
-Transactional COM+, by Tim Ewald: if you need to know more COM+ internals about contexts, apartments etc.
-Programming Distributed Apps with COM+ and VB6, by Ted Pattison: excellent lecture, easy and explains very well the "why"s.
- Visual Basic and COM+ Programming: by Peishu Li. Very similar style with Juval's book, except that the code is VB instead of C++.

Rating: 5 stars
Summary: Amazing explanations of COM+ Services
Review: I have read several books now on COM+ and MTS before it, and I have never quite understood how everything ties together and works together. So I have been stumbling in the dark on this for years. My components work, but I never knew if they worked optimally.

This book changed all that. Finally, it all makes sense. This is by far the best book on this subject that I have read. Every piece of COM+ is explained clearly and with enough detail to get the point across without bogging down the reader. It even answered some difficult mysteries for me such as "Why is the JITA checkbox greyed out for my transactional components?" I couldn't even find an answer for that one on the newsgroups.

The .NET coverage is brief and was probably an afterthought (in that it appears in a chapter at the end rather than integrated throughout the book), but it is enough to get started. I am looking forward to a second edition of this book that focuses on .NET and has all the code examples in C#. Juval, please write that!

Rating: 5 stars
Summary: Excellent Coverage of COM+
Review: If anyone thinks that COM+ is going away, they are misguided. .NET will still rely on all of the infrastructure for transactional applications that COM+ provides.
Lowy has provided an excellent explanation of COM+ and its architecture and then how .NET will fit in. The chapter on XP is also excellent. Anyone who reads this book could definitely put it in the category of blend between Pattison's ease of reading and Ewald's technical explanations.
All of the code is in ATL 7.0, and although that isn't any really big leap from ATL 3.0, the environment does take some getting used to.
Additionally, the Logger project in Appendix A is worth the price of the book.

Rating: 5 stars
Summary: Excellent Coverage of COM+
Review: If anyone thinks that COM+ is going away, they are misguided. .NET will still rely on all of the infrastructure for transactional applications that COM+ provides.
Lowy has provided an excellent explanation of COM+ and its architecture and then how .NET will fit in. The chapter on XP is also excellent. Anyone who reads this book could definitely put it in the category of blend between Pattison's ease of reading and Ewald's technical explanations.
All of the code is in ATL 7.0, and although that isn't any really big leap from ATL 3.0, the environment does take some getting used to.
Additionally, the Logger project in Appendix A is worth the price of the book.

Rating: 5 stars
Summary: This book succeeds in demystifying COM+ component services.
Review: More than just a how-to book, this book clearly explains the fundamental concepts behind component-based distributed development, and provides an appreciation for why a component infrastructure like COM+ is a God-send to COM and .NET component developers.

In addition to describing COM+ features and their use, from developer and administrative perspectives, Lowy provides motivation to take advantage of COM+ features by presenting relevant real-world examples. Furthermore, Lowy points out common pitfalls that can be encountered when dealing with each COM+ feature. The techniques described for avoiding some of these pitfalls are alone worth more than the price of the book.

All key COM+ concepts and technologies are thoroughly covered. Included in the book are chapters on: object context, instance management, transactions, concurrency, the COM+ catalog, security, queued components, events, and COM+ component services as they apply to .NET, where COM+ component services (called Enterprise Services in .NET) are just as critical to successful enterprise application development. The appendices provide a useful log component, as well as a preview of Microsoft's next release of COM+.


<< 1 2 >>

© 2004, ReviewFocus or its affiliates