Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Hands-On Parallel Programming with C# 8 and .NET Core 3.0
Rating: 4.1 out of 5(16 ratings)
145 students

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

Boost your .NET Core development with parallel programming concepts
Last updated 11/2019
English
English

What you'll 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

Course content

5 sections21 lectures1h 26m total length
  • The Course Overview2:17

    This video will give you an overview about the course.

  • Introduction to Parallel Programming3:40

    In this video, we will understand what parallelism is, and how it is reflected in modern application development.

       •  Evaluate modern systems problems

       •  Propose parallelism of code as a solution

       •  Identify how hardware is supporting parallel development of applications

  • Parallel versus Async8:09

    This video gives a clear introduction to the concept of concurrent execution of code. For example, we will see the difference between parallel and async code structure.

       •  Specify the core difference between parallel and async

       •  Implement code in parallel and async way

       •  Spot similarities and differences in parallel and async execution flows

  • .NET Core versus Full .NET Platform2:14

    In this video, we will see presentation of C# 8 and .NET Core 3.0. Then, we will see the .NET implementations structure. Finally, we will spot the similarity of .NET Core and .NET platform, in terms of code parallelism capabilities.

       •  Present new features of C# 8 and .NET Core 3.0

       •  Present the structure of different .NET framework implementations

       •  Spot the differences and similarities between .NET Core and .NET Full platform

  • Test Your Knowledge

Requirements

  • Basic knowledge of C# and .NET Core is assumed.

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.

About the Author

Anton Selin is an IT enthusiast and expert in the fields of software architecture, innovation, and IT management, with more than 10 years of experience in the industry. For the last four years, he has worked as a software architect. He has worked at many international companies building the most sophisticated products, and as an independent consultant helping startups to develop their ideas and bring them to life.

Who this course is for:

  • Developers and programmers who want to enhance the performance of their apps through parallel and concurrent programming will benefit from this course.