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
Visual Basic .NET Threading Handbook

Visual Basic .NET Threading Handbook

List Price: $29.99
Your Price:
Product Info Reviews

<< 1 >>

Rating: 3 stars
Summary: With better examples it would have earned more stars
Review: Currently this is the only .NET book that addresses Threading and nothing else. Furthermore, it targets VB developers and as such, it is bound to be a success (although apart from the code listings there isn't much VB-specific about it). It deserves the handbook title as it comes in 240 smaller than A4 pages and I think it is good value for money. It must be said that there isn't much in the Threading namespace that isn't covered in the book, although not all classes/methods get the same coverage and the book could have been even smaller in my opinion.

It is divided in 7 chapters. The first chapter is a good introduction to threading but a lot more could be said on AppDomains. The second & third chapters are the core of the book introducing the threading namespace, the Thread class along with almost all of its methods and the synchronization techniques available (Monitor, ReadWriterLock, Manual and AutoResetEvent, Mutex and Interlocked). This is all good stuff and if it weren't for the very basic examples, it would be excellent.

Chapter 4 is titled Design Patterns but don't get your hopes high. Not only it does not include design patterns (according to the common definition of the term) but it discusses the STA & MTA threading models in such a way that the reader may be left confused. This includes factual errors and bad grammar. It then usefully introduces 3 threading models (Main & Worker, Peer, and Pipeline models) but they are really let down by the respective accompanying examples. The (many) authors have tried to describe a single code example by retrofitting the 3 models to it each time; they should have introduced a different example per threading model as applicable.

Chapter 5 describes the Thread Pool and makes good reading. I was looking forward to the 6th chapter on debugging/tracing threads but there was only a generic description of debugging for VS.NET, which in my opinion, could have been omitted altogether. The book ends with a complete example that uses the classes from the Net namespace.

Besides any criticism you find above and the 3 star rating that reflects the quality of the work, I do recommend this book to .NET developers who are new to threading.

Rating: 2 stars
Summary: Sloppy examples
Review: I don't hate this book because it taught me some good stuff about Thread. BIG HOWEVER, the examples in this book are SLOPPY. Wrox gathered 7 people to write this thin book. No wonder they went bankrupt. And with 7 people, this is the kind of quality of sample they can come up with? Please... I will take a note of these people so that I won't ask these people to write code in the future. They obviously didn't even try to compile the code before putting it in the book!

Rating: 5 stars
Summary: Awesome!
Review: I had no idea what threading was about before buying this book. I'm a self-taught programmer so I missed out on all the good stuff like this that you would have learned in college. This book gave me an AWESOME overview of how your programs are executed, and how you can boost performance with free threading in VB.NET. One reader appears to have given a bad review based on a poor code example. That's his oppinion, but the portion of the code that was important -- the threading part -- worked and worked well. To the authors -- THANK YOU whoever you are. I love this handbook series you are doing -- you should do more of them!

Rating: 3 stars
Summary: Not bad, but incomplete
Review: I like the concept of the handbook series, and this particular book certainly provides a lot of good information. However, I would have expected this book to give me a good overview over all threading aspects and provide at least a starting point for further investigation.

While I recognize the fact that a book of this size can't cover everything, I was still disappointed about coverage of fairly basic subjects, such as making Windows Forms thread-safe. I am also disappointed in the coverage about the thread-pool for instance.

Overall, a nice book, but there are a number of books that have a single chapter devoted to threading, yet cover more ground in that area...

Rating: 1 stars
Summary: The worst computer book I've EVER read
Review: If you have ANY understanding of what threads are about, avoid this book!!

While the topics are laid out in an intelligent manner, the code examples are just flat out wrong. For example, on page 61, there is a screen print of an app that prints prime numbers. The problem is, the app is printing out 25 & 49, not prime numbers the last time I checked! And sure enough, if you download their code, it prints out the same incorrect values.

If you have NO understanding of threads, this book is probably OK, although the help that ships with Visual Studio is probably just as good. But for my money, any book that puts forth an app that incorrectly calculates prime numbers(!!) shows a sorry lack of attention to detail.

Rating: 5 stars
Summary: Complete threading coverage
Review: The book is good and I recommend it for every serious .Net developer. No other .Net book covers threading in detail as this book. I learnt a lot about threading in this book. Especially Chapter 1 and Chapter 3 are detailed and helpful. The samples are very helpfulto getting started with Threading. Threading in .Net is not as easy as it is in Java. It is much intense.

Rating: 5 stars
Summary: Nice book, but some of code has errors
Review: The book is very good. Especially the Synchronization and the Scalability chapters. Chapter 1 is fine, but the code in chapter 1 is not edited properly. The editors haven't done a good job in correcting gramatical errors. But, I recommend this book if you want to learn threading in .Net. This book has some good end-to-end examples that show the importance of threading.

Rating: 3 stars
Summary: good: incomplete downloads
Review: the people who gave this book 3 starts are very close
The books does demonstrate the basics very well,
but when it comes to the interesting pieces the
download examples were missing

Rating: 5 stars
Summary: Worth the price
Review: This book is worth the price. Though the editors have not done their job well, the content is rich, especially the Synchronization and the Scalability topics. The end-to-end examples are also helpful.

Rating: 4 stars
Summary: Note
Review: This book was sold by Wrox to APress. The code download is available directly from APress at http://support.apress.com.


<< 1 >>

© 2004, ReviewFocus or its affiliates