Hands-On Parallel Programming with C# 8 and .NET Core 3.0
Video description
Boost your .NET Core development with parallel programming concepts
About This Video
Designed to implement the most popular tools, libraries, and frameworks there are to build web apps in .NET Core 3
Hands-on videos to learn the important concepts of Task Parallel Library, Parallel LINQ, and Parallel Data Structures for .NET Core
Real-world projects showing how parallel programming should be used efficiently
In Detail
With …
Hands-On Parallel Programming with C# 8 and .NET Core 3.0
Video description
Boost your .NET Core development with parallel programming concepts
About This Video
Designed to implement the most popular tools, libraries, and frameworks there are to build web apps in .NET Core 3
Hands-on videos to learn the important concepts of Task Parallel Library, Parallel LINQ, and Parallel Data Structures for .NET Core
Real-world projects showing how parallel programming should be used efficiently
In Detail
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.
Audience
Developers and programmers who want to enhance the performance of their apps through parallel and concurrent programming will benefit from this course. Basic knowledge of C# and .NET Core is assumed.
Chapter 1 : Introduction to Parallel Programming in .NET Core
The Course Overview
Introduction to Parallel Programming
Parallel versus Async
.NET Core versus the Full .NET Platform
Chapter 2 : Running Code in Parallel with the Task Parallel Library (TPL)
Tasks in .NET Core
Task versus Facade
Waiting for a Task
Returning a Value from a Task
Composing Tasks
Chapter 3 : Handling Exceptions in Parallel Code
Handling Exceptions
Canceling a Task
Race Conditions
Chapter 4 : Performing Parallel Operations with Parallel LINQ (PLINQ)
PLINQ and Its Applications
Common Scenarios
PLINQ Query Performance
Identifying Potential Pitfalls
Chapter 5 : Data Structures for Parallel Programming
Purpose and Implementation of Data Structures
Concurrent Dictionary
Concurrent Queue and Concurrent Stack
Concurrent Bag
Async Streams in C# 8
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept