Multithreading

Developers are allowed to create multiple threads within a process and manage them throughout the program's execution. This allows us to focus on the application logic instead of managing threads. However, starting with .NET Framework 4, we can create multithreaded programs using the following methods:

  • TPL
  • Parallel Language-Integrated Query(PLINQ)

To understand both of these features, we need to talk about parallel programming.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.225.72.245