Introduction to Concurrency in C# - Async and Paralellism




Introduction to Concurrency in C# - Async and Paralellism

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!

Learn to develop scalable and fast applications using concurrency

Url: View Details

What you will learn
  • Use asynchronous programming in C#
  • Improve the speed of your programs with parallelism
  • Patterns and antipatterns of asynchronous programming and parallelism

Rating: 4.63043

Level: Beginner Level

Duration: 5 hours

Instructor: Felipe Gavilán


Courses By:   0-9  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

About US

The display of third-party trademarks and trade names on this site does not necessarily indicate any affiliation or endorsement of coursescompany.com.


© 2021 coursescompany.com. All rights reserved.
View Sitemap