Tagged articles
1 articles
Page 1 of 1
Wukong Talks Architecture
Wukong Talks Architecture
Apr 27, 2019 · Fundamentals

C# Multithreading Journey (2) – Creating and Starting Threads

This article explains how to create and start threads in C#, covering ThreadStart delegates, lambda expressions, passing parameters, naming threads, foreground/background distinctions, thread priority, and exception handling, with clear code examples and best‑practice recommendations.

Exception HandlingLambdaThread Priority
0 likes · 13 min read
C# Multithreading Journey (2) – Creating and Starting Threads