Take off to Multithreaded Programming
With more and more CPU cores, multi-threaded programming gets more and more important. In this workshop you learn the important aspects of multi-threaded programming, errors that typically appear and how they can be avoided, how to use different multi-threaded technologies both with client- and server-applications.
- Multithreading Overview
- Threading Issues
- Thread Class
- ThreadPool
- Synchronization
- Task Parallel Library
- Parallel Class
- Parallel LINQ
- Synchronized Collections