Jeffrey Richter is one of the world's foremost experts on multithreading. This master class in advanced threading was one of the most popular classes at Microsoft for years, and it remains the gold standard for classes in concurrent programming. Learn what threads are, how they work, and how to use them to build apps that are scalable, responsive, and fast.
Course Title | Author | Duration | Topic(s) |
---|---|---|---|
Thread Fundamentals | Jeffrey Richter | 01:11:46 | .NET, Multithreading |
Performing Compute-Bound Asynchronous Operations | Jeffrey Richter | 01:21:10 | .NET, Multithreading |
Performing I/O-Bound Asynchronous Operations | Jeffrey Richter | 01:35:06 | .NET, Multithreading |
Thread Synchronization Primitives | Jeffrey Richter | 01:33:11 | .NET, Multithreading |
Thread Synchronization Locks | Jeffrey Richter | 01:26:59 | .NET, Multithreading |