All Projects → ivaylokenov → C Sharp Async Await In Detail

ivaylokenov / C Sharp Async Await In Detail

Licence: cc0-1.0

Programming Languages

javascript
184084 projects - #8 most used programming language

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].