14 used & new from $57.01

Have one to sell? Sell yours here
 
 
C# Threading Handbook
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

C# Threading Handbook [ILLUSTRATED] (Paperback)

~ Tobin Titus (Author), Sandra Gopikrishna (Author), Tejaswi Redkar (Author), Srinivasa Sivakumar (Author), Fabio Claudio Ferracchiati (Author)
2.7 out of 5 stars  See all reviews (6 customer reviews)


Available from these sellers.


4 new from $62.50 10 used from $57.01

Customers Who Bought This Item Also Bought

Foundations of F# (Expert's Voice in .Net)

Foundations of F# (Expert's Voice in .Net)

by Robert Pickering
3.2 out of 5 stars (13)  $51.99
Concurrent Programming on Windows

Concurrent Programming on Windows

by Joe Duffy
4.5 out of 5 stars (13)  $44.50
.NET Multithreading

.NET Multithreading

by Alan Dennis
More Effective C#: 50 Specific Ways to Improve Your C#

More Effective C#: 50 Specific Ways to Improve Your C#

by Bill Wagner
4.4 out of 5 stars (12)  $31.49
Effective C#: 50 Specific Ways to Improve Your C#

Effective C#: 50 Specific Ways to Improve Your C#

by Bill Wagner
4.3 out of 5 stars (30)  $37.11
Explore similar items

Editorial Reviews

Product Description

This book addresses the fundamental units of Windows and .NET programming - threads. A strong understanding of the role threads play in program execution, how multiple threads can interact in order to make efficient programs, and the pitfalls to beware of when developing multithreaded applications, are all core to a developer's ability to develop effective C# programs. This book will cover how .NET applications are executed, the life cycle of a thread in .NET, how the .NET Framework uses threads, how threads work in an event-driven environment, how we can avoid race conditions and deadlocks, how the activity of multiple threads can be synchronized, and how to debug multithreaded applications. We finish it off by describing the creation of a multithreaded network application.

What is great about this book?

Threads are fundamental to the way GUI and server applications operate; if your code is running in a GUI, then you're already writing code in a threaded environment. An ASP.NET page also runs in a threaded environment. This book aims to cover the tricky issues of threading in .NET, and particularly to do so from the perspective of C# developers. Threading is by nature not easy to grasp, but a necessary step towards mastery of programming for the .NET platform.



From the Publisher

This book is aimed at practicing c# developers who need to ensure that their applications can utilize the threading capabilities of the .NET Framework.

Product Details

  • Paperback: 300 pages
  • Publisher: Wrox Press; illustrated edition edition (February 2003)
  • Language: English
  • ISBN-10: 1861008295
  • ISBN-13: 978-1861008299
  • Product Dimensions: 9.1 x 6 x 0.6 inches
  • Shipping Weight: 13.6 ounces
  • Average Customer Review: 2.7 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon.com Sales Rank: #1,576,116 in Books (See Bestsellers in Books)


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(99)
(75)
(26)
(29)
(23)
(20)
(17)
(18)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

6 Reviews
5 star:    (0)
4 star:
 (2)
3 star:
 (1)
2 star:
 (2)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
2.7 out of 5 stars (6 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
16 of 19 people found the following review helpful:
4.0 out of 5 stars Code Unavailable, March 23, 2003
By A Customer
WROX put together another practical readable handbook. Only one problem - the code is unavailable for download. And maybe that would not be so bad if the authors covered all of the code in the text (and they don't).
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
7 of 9 people found the following review helpful:
4.0 out of 5 stars Good book to learn about multi-threading and related issues, July 29, 2005
Some of the most complex problems in commercial programming arise when you use multiple threads in your application. This book deals with the various ways in which you could spawn new threads and create a more responsive application. However, like every experienced programmer knows, that is the easy part. The real difficulty is in making your code thread-safe. This is also known as thread synchronization. This book has excellent coverage of those aspects too.

It, however, assumes that you are familiar with C# and does indeed jump directly to the topic of the book. If you need help with C#, definitely look somewhere else (C# and the .NET platform, 2nd Edition by Andrew Troelsen is a fantastic book for that purpose). I also felt that the book skimps on some of the more detailed areas of .NET multithreading such as Thread Pools and some specialized classes such as AutoResetEvent, ManualResetEvent, etc. However, this in no way reduces the usefulness of this book.

I found it to be a great primer to learning more about these topics, which paved a path for further investigations using MSDN or other web resources.

Whether it is for your day-to-day job, or for an interview, if you are looking for a book that covers .NET threading in detail, you are likely to be satisfied with this book.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
3.0 out of 5 stars Needs to be more Application Oriented, March 20, 2006
This is a good book to get started on .NET threading. However some of the examples are syntax oriented rather than application oriented. For example, the chapter on synchronization covers all the synchronization mechanisms available in .NET but the examples appear to be rushed i.e concentrating on how to use them syntactically rather than providing concrete examples. I also found the book a little unorganized. Some of the snippets are incomplete or improperly explained. Nonetheless, this book helps in getting up to speed in a short time. It covers almost all aspects of .NET Threading. Good reference but not great. 3 stars.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

2.0 out of 5 stars unbelievable! no code for download!
I am new to .net threading and this is the book i could find which is about .net threading. Since there are not much choices,comparisons are almost unlikely. Read more
Published on March 19, 2006 by Goh Siang Hwee

2.0 out of 5 stars Give at a miss
I've sat and read the book till chapter 3 and it's so academic it smacks of not being able to think in real programming scenarios. Read more
Published on August 27, 2004 by Mr. Ab Sumner

1.0 out of 5 stars no code support
the vb.net has code support but the c# has not.
it is diificult to review the book without
translating the vb version to c# to see if the code works
Published on March 31, 2003 by .Net learner

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.