Threading in C#

CertificateOfCompletion_Threading-in-C

Course Details

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. This course teaches how to write applications that perform multiple tasks at the same time. It covers basic threading concepts, including context switching and exception handling. It also discusses how to synchronize code, use a mutex and a semaphore, and more.

Learning Objectives

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