Multithreaded Programming in C#

Multithreaded Programming in C#

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 2h 03m | 339 MB

Threading is a powerful tool for developers, and having a solid grasp of how it works is key to creating high-performing applications. Threading—or multithreading—can help you create scalable applications that are more responsive to user input. In this course, learn from Microsoft MVP Chander Dhall how to write applications that perform multiple tasks at the same time. Chander covers basic threading concepts, including context switching and exception handling. He also discusses how to synchronize code, use a mutex and a semaphore, and more.

Topics include:

  • Debugging threads
  • Threads vs. processes
  • Using a thread pool
  • Tasks vs. threads
  • Tasks with IO
  • Using monitors and locks
  • Nested locks