C# Concurrency (Manning)
Wednesday, 12 March 2025

This book shows how to write effective multithreaded and asynchronous software in C#. Nir Dobovizki demonstrates practical techniques, real-world examples, and useful code samples to cut through the confusion around async/await and help you write rapid, reliable, and bug-free code. The book focuses on the practical use of the C# async-await feature to simplify asynchronous tasks. It teaches how to avoid common pitfalls, addresses classic multithreading issues like deadlocks and race conditions, and advanced topics such as controlling thread of execution and using thread-safe collections.

<ASIN:1633438651 >

 

Author: Nir Dobovizki
Publisher: Manning
Date: February 2025
Pages: 284
ISBN: 978-1633438651
Print: 1633438651
Kindle: B0DTJBN5YN
Audience: C# developers
Level: Intermediate/Advanced
Category: C#

cconc

Topics include: 

  • Take full advantage of async/await
  • Write bug-free multithreaded code every time
  • Create multithreaded code that delivers real performance improvements
  • Grok C# and .NET multithreading and asynchronous primitives
  • Know when to use concurrency techniques—and when not to use them

For recommendations of C# books see C# Books - Pick of the Shelf  in our Programmer's Bookshelf section.

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner


Functional Programming in C#, 2nd Ed (Manning)

Author: Enrico Buonanno
Publisher: Manning
Date: February 2022
Pages: 448
ISBN: 978-1617299827
Print: 1617299820
Kindle: B09P1Z2PPB
Audience: C# developers
Rating: 5
Reviewer: Mike James
Is C# a good language for functional programming?



Learn Enough JavaScript to Be Dangerous

Author: Michael Hartl
Publisher: Addison-Wesley
Date: June 2022
Pages: 304
ISBN: 978-0137843749
Print: 0137843747
Kindle: B09RDSVV7N
Audience: Would-be JavaScript developers
Rating: 2
Reviewer: Mike James
To be dangerous? Is this a good ambition?


More Reviews