About 64 results
Open links in new tab
  1. Using threads and threading - .NET | Microsoft Learn

    Mar 19, 2026 · Learn about using threads and threading in .NET, so you can write applications to perform many operations at the same time (multithreading).

  2. Threads and threading - .NET | Microsoft Learn

    Mar 11, 2022 · Learn about threading, such as processes & threads, when to use multiple threads, & how to use multithreading to increase responsiveness or throughput in .NET.

  3. Threading objects and features - .NET | Microsoft Learn

    Sep 15, 2021 · Learn more about: Threading objects and features Along with the System.Threading.Thread class, .NET provides a number of classes that help you develop …

  4. Threading config settings - .NET | Microsoft Learn

    Nov 22, 2025 · Learn about the settings that configure threading for .NET apps.

  5. System.Threading.Thread class - .NET | Microsoft Learn

    Jan 9, 2024 · Learn about the System.Threading.Thread class. You start a thread by supplying a delegate that represents the method the thread is to execute in its class constructor. You then call …

  6. Processes and Threads - Win32 apps | Microsoft Learn

    Jul 14, 2025 · Implement multitasking, schedule priorities, and work with processes, threads, thread pools, job objects, and fibers. Use user-mode scheduling to schedule threads.

  7. Managed Threading Best Practices - .NET | Microsoft Learn

    Jun 2, 2017 · Learn managed threading best practices in .NET. Work with difficult situations such as coordinating many threads or handling blocking threads.

  8. Thread Class (System.Threading) | Microsoft Learn

    Creates and controls a thread, sets its priority, and gets its status.

  9. Asynchronous programming - C# | Microsoft Learn

    Jul 16, 2025 · Explore an overview of the C# language support for asynchronous programming by using async, await, Task, and Task.

  10. ThreadPool Class (System.Threading) | Microsoft Learn

    Thread pool threads execute callbacks from the System.Threading.Timer class and raise events from the System.Timers.Timer class. When you use registered wait handles, a system thread monitors the …

  11. System.Threading Namespace | Microsoft Learn

    Provides classes and interfaces that enable multithreaded programming. In addition to classes for synchronizing thread activities and access to data (Mutex, Monitor, Interlocked, AutoResetEvent, and …