Product Details
.NET Multithreading

.NET Multithreading
By Dennis

Price:

This item is not available for purchase from this store.
Click here to go to Amazon to see other purchasing options.


5 new or used available from £49.45

Average customer review:

Product Description

Multithreaded development is often a difficult and tedious process. The Microsoft .NET framework greatly simplifies multithreaded development. This book attempts to explain multithreaded concepts, applications, and constraints in a way that the typical experienced developer can understand. No multithreaded development background is required. Multithreaded development is often a challenging experience. By understanding the .NET framework, stable and robust multithreaded applications can be developed with minimal effort. The topics relating to multithreaded development are covered completely.  

  • The book not only focuses on how a task is performed, but the more important question of why. The strengths and weaknesses of each approach to multithreading are analyzed and explained so that the reader can choose the appropriate approach based on their constraints. The larger architectural issues of multithreaded development are addressed based to a large part on the experiences of the author as well as software engineering techniques.
  • All examples in the book are available in both Visual Basic .NET and C#. The examples alternate between the two languages throughout the book. The primary purpose of this is to avoid confusing language constructs with framework capabilities.
  • Since multithreading support is supplied by the .NET framework, not by one of the languages, the reader learns the objects of the framework in a language they are comfortable in. By providing concrete examples of using multithreading with various technologies the reader is able to relate the new concepts to those they are familiar with.


Product Details

  • Amazon Sales Rank: #898720 in Books
  • Published on: 2002-12-11
  • Format: Illustrated
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 360 pages

Editorial Reviews

About the Author
Alan Dennis is a consultant living in the Dallas/Fort Worth area. He designs solutions utilizing Microsoft technologies. His education background includes a masters degree in Computer Science and a bachelors degree in Business Administration. He is a Microsoft Certified Solution Developer. He has developed numerous multithreaded applications using C++, Java, and ..NET.


Customer Reviews

An Excellent Coverage of Multi-threading5
Put simply, this book covers everything you need to know about multithreading but were afraid to ask, or didn't even know to ask.

Packed with lots of great tips and background info on the common pitfalls of this great/explosive dotnet aspect.

By the end I found that I had lots of post-it notes stuck to each chapter.

I sometimes find myself re-reading an intro paragraph in MSDN to get the gist of a new part of the framework but not in Dennis' book - his little definitions are easy to digest.