Video description
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.
What You Will Learn
- Apply the core concept of parallel programming in .NET Core
- Build an application using Microsoft’s library for writing parallel code, Task Parallel Library (TPL)
- Design parallel execution flows using Parallel LINQ (PLINQ)
- Secure your parallel code from unexpected exceptions by applying efficient exception handling strategies
- Create parallel code using data structures that were specifically built for parallel execution optimization
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.
About The Author
Anton Selin: Anton Selin is an expert in software architecture, innovation, and IT management and has more than 10 years' experience in the industry. He is a keen IT enthusiast, and for the last 4 years he has been working as a software architect. He has worked in many international companies building sophisticated technology-based solutions and as an independent consultant helping startups to develop their ideas and bring them to life.
Table of contents
- Chapter 1 : Introduction to Parallel Programming in .NET Core
- Chapter 2 : Running Code in Parallel with the Task Parallel Library (TPL)
- Chapter 3 : Handling Exceptions in Parallel Code
- Chapter 4 : Performing Parallel Operations with Parallel LINQ (PLINQ)
- Chapter 5 : Data Structures for Parallel Programming
Product information
- Title: Hands-On Parallel Programming with C# 8 and .NET Core 3.0
- Author(s):
- Release date: October 2019
- Publisher(s): Packt Publishing
- ISBN: 9781789809749
You might also like
book
Hands-On Parallel Programming with C# 8 and .NET Core 3
Enhance your enterprise application development skills by mastering parallel programming techniques in .NET and C# Key …
book
Professional Parallel Programming with C#: Master Parallel Extensions With .NET 4
Expert guidance for those programming today's dual-core processors PCs As PC processors explode from one or …
video
C# 7 and .NET Core 2.0 Recipes
C# is a multi-paradigm programming language providing support for software engineering principles such as strong type …
video
C# 8 and .NET Core 3.1 Recipes - Second Edition
C# is a multi-paradigm programming language providing support for software engineering principles such as strong type …