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

Loading...
Loading...

About the author

Joseph Albahari

59 books15 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 (60%)
4 stars
6 (30%)
3 stars
2 (10%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
Profile Image for Gabrielam13.
179 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