Book Image

Hands-On Parallel Programming with C# 8 and .NET Core 3.0 [Video]

By : Anton Selin
Book Image

Hands-On Parallel Programming with C# 8 and .NET Core 3.0 [Video]

By: Anton Selin

Overview of this book

With the new industry standard of increasing the processing power of machines, the concept of parallel programming was introduced as well. Concurrency has always been considered a difficult task and not many developers are confident at writing concurrent code. This course will put an end to the myth and help you become a pro at writing thread-safe code. This course—fully comprising the latest C#8 and .NET Core 3.0 updates—will introduce you to the concepts of parallel programming in .NET Core and teach you how to take advantage of the hardware. You’ll implement TPL and PLINQ to take the best advantage of a processor and boost the speed and performance of your .NET Core applications. You’ll also apply parallel programming to your data structures. By the end of this course, you’ll be able to parallelize your code to increase its efficiency and distribute work across multiple processors. The code files for this course is available at - https://github.com/PacktPublishing/Hands-On-Parallel-Programming-with-C-8-and-.NET-Core-3.0
Table of Contents (5 chapters)
Chapter 4
Performing Parallel Operations with Parallel LINQ (PLINQ)
Content Locked
Section 3
PLINQ Query Performance
In some cases, PLINQ will slow down the code execution. In this video, we will learn how to measure the overall query execution time.