Learn Parallel Programming with C# and dot NET
Download Parallel Programming with C# and dot NET Free Udemy Course. Discover the core multithreading and parallelization concepts supported by the .NET framework.

Description of Parallel Programming with C# and dot NET

This course is about .NET Parallel Programming with C# and covers the core multithreading facilities in the .NET Framework, namely the Task Parallel Library (TPL) and Parallel LINQ (PLINQ).
This course will teach you about:
- Task Programming: how to create and run tasks, cancel them, wait on them, and handle exceptions that occur in tasks.
- Data Sharing and Synchronization, ensuring your access to shared data also happens in a safe and consistent manner.
- Concurrent Collections, such as ConcurrentBag, which operate correctly even when accessed from multiple threads.
- Task Coordination concepts, including the idea of continuations, as well as uses of synchronization primitives to coordinate tasks.
- Parallel Loops which let you easily iterate over a counter or collection while partitioning the data and processing it on separate threads.
- Parallel LINQ, the parallel version of .NET’s awesome Language-Integrated Query (LINQ) technology.
- Async/Await and .NET’s support for asynchronous programming.
This course is suitable for:
- Beginner and experienced .NET/C# developers
- Anyone interested in multi-threading, parallelism and asynchronous programming
The course consists of the following materials:
- Video lectures showing hands-on programming
- C# files that you can download and run
Before taking the Parallel Programming with C# and dot NET course, you should be comfortable with the C# programming language and familiar with multi-threading.
Who this course is for:
- Beginner and experienced .NET developers
- Computer Science students
- Anyone interested in modern approaches to multithreading/parallelism
What you’ll learn
- Create and run independent tasks
- Manage synchronized access to data
- Effectively use parallel collections
- Work with task continuations
- Write parallel loops
- Leverage the power of Parallel LINQ
- Master asynchronous programming (async/await)
Some Reviews
This was an awesome Parallel Programming with C# and dot NET course on Parallel programming. I got to learn a lot of insights of TPL which i am using quit often but never really got to know what’s happening in the background. Specially the Async / Await part was really an eye opener. How it works in the back end as Task continuation way. Well i have lots of things to say about this course but i will conclude with Nice Work Dmitri for sharing your knowledge with us and help us understanding these concepts.
Comprehensive course that quickly covers lots of parallel programming patterns using .Net TPL with simple examples.
Focusing on the syntax there is little information about the theoretical background of parallel programming, like guidelines for and pitfalls of data sharing or Task coordination. Nevertheless a good course.
Cons: The Parallel Programming with C# and dot NET course was recorded in 2017 and it was not updated since that time. There are not many hints on how to check your understanding of the materials.
Pros: all the recaps are brilliant! The author repeats the main ideas of each section from a little bit different angle, so it can be extremely useful, especially if you missed some points of a section.
Frankly speaking, I am a big fond of Dmitri’s courses because his explanation is concise. I recommend the Parallel Programming with C# and dot NET course for anyone who wants to know more about concurrency in modern applications, independent of a programming language.