Jump to ratings and reviews
Rate this book

Threading in C#

Rate this book
Threading in C# supports parallel execution of code through multithreading. A thread is an independent execution path, able to run simultaneously with other threads. A C# client program (Console, WPF, or Windows Forms) starts in a single thread created automatically by the CLR and operating system (the “main” thread), and is made multithreaded by creating additional threads.

125 pages, ebook

First published January 1, 2006

3 people are currently reading
31 people want to read

About the author

Joseph Albahari

59 books16 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
12 (63%)
4 stars
5 (26%)
3 stars
2 (10%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
Profile Image for Gabrielam13.
172 reviews27 followers
February 13, 2025
Albahari exploră conceptele de paralelism și concurență (”concurrency”), explicându-le într-un mod destul de simplu și ilustrându-le prin exemple clare de cod. Chiar dacă cartea a fost publicată acum aproape 20 de ani și librăriile .NET au evoluat între timp, m-a ajutat să îmi antrenez modul de gândire în a lua în considerare pericolele și provocările care apar atunci când există mai multe fire de execuție (”multi-threaded”) într-un program.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.