In this course you will learn how to use asynchronous programming and parallelism in C #.
We will look at both patterns and antipatterns of concurrency. That is, we will see what things we should do, but we will also see what things we should not do.
With asynchronous programming we can:
Run a set of I / O tasks at the same time
Prevent the UI of our applications from freezing
Scale up our ASP.NET and ASP.NET Core applications
Cancel tasks so that the user does not have to wait for their completion
Implement generic retry logic
Create asynchronous streams
With parallel programming we can:
Accelerate the execution of certain algorithms
Apply transformations to a set of images in parallel
Use synchronization mechanisms to avoid race conditions
Define the maximum degree of parallelism
Configure instances of a class by threads
Use LINQ in parallel
We will learn all of this in this course!
Specification: Introduction to Concurrency in C# – Async and Paralellism
|
1 review for Introduction to Concurrency in C# – Async and Paralellism
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $9.99 |
---|---|
Provider | |
Duration | 5 hours |
Year | 2021 |
Level | Beginner |
Language | English ... |
Certificate | Yes |
Quizzes | No |
$34.99 $9.99
Andre Steinmetz –
Sehr guter Kurs! Klasse erkl rt, mit vielen Beispielen