C# Asynchronous Programming - Async - Await - Task and Deadlock Fix by ConfigureAwait

C# Asynchronous Programming - Async - Await - Task and Deadlock Fix by ConfigureAwait

Software Engineering Courses - SE Courses via YouTube Direct link

Introduction Task, Async, Await and composing the demo application

1 of 9

1 of 9

Introduction Task, Async, Await and composing the demo application

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

C# Asynchronous Programming - Async - Await - Task and Deadlock Fix by ConfigureAwait

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Introduction Task, Async, Await and composing the demo application
  2. 2 Generating Async deadlock causing example
  3. 3 How to see thread IDs during the runtime
  4. 4 How to fix deadlock
  5. 5 How to use ConfigureAwait properly
  6. 6 How to make UI responsive with proper Async Await usage
  7. 7 How to make async but main thread blocking code with TaskFactory.StartNew and Task.Wait
  8. 8 How to make fully asynchronous and non-blocking UI with TaskFactory and ContinueWith
  9. 9 How to update UI thread from sub-thread with Dispatcher

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.