C# Asynchronous Programming - Async - Await - Task and Deadlock Fix by ConfigureAwait
Software Engineering Courses - SE Courses via YouTube
Overview
Syllabus
Introduction Task, Async, Await and composing the demo application
Generating Async deadlock causing example
How to see thread IDs during the runtime
How to fix deadlock
How to use ConfigureAwait properly
How to make UI responsive with proper Async Await usage
How to make async but main thread blocking code with TaskFactory.StartNew and Task.Wait
How to make fully asynchronous and non-blocking UI with TaskFactory and ContinueWith
How to update UI thread from sub-thread with Dispatcher
Taught by
Software Engineering Courses - SE Courses