C-Sharp-Async-Await-In-Detail icon indicating copy to clipboard operation
C-Sharp-Async-Await-In-Detail copied to clipboard

C# Async-Await In Detail - Code It Up Online Vol. 1

This repository contains the presentation and the demos from my event "C# Async-Await In Details - Code It Up Online Vol. 1". If you liked the event or the code, please consider giving me a star. Thank you!

Diamond sponsor:

Gold sponsor:

Table of contents:

  • About Code It Up
  • Why Bother With Async?
  • From Sync to Async
  • Asynchronous vs Multithreaded
  • Task & Task of T
  • The async & await Keywords
  • Is Async Faster Than Sync?
  • Gotchas & Antipatterns
  • Canceling Tasks
  • Tasks Behind The Scenes
  • async & await Behind The Scenes
  • The New ValueTask

If you'd like to support me and my projects, please consider:

Additional resources: