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:
- My mentorship program on Patreon
- Become a backer or sponsor on OpenCollective
- One-time donation via PayPal
- One-time donation via Buy Me A Coffee
- One-time donation via cryptocurrencies:
- BTC (Bitcoin) - 3P49XMiGXxqR2Dq1HdqHpkCa6UD848rpBU
- BCH (Bitcoin Cash) - qqgyjlvmuydf6gtfhfdypyw2u8utmc3uqg4nwma3y4
- ETH (Ethereum) - 0x2bc55e4b1B9b296B751738631CD24b2f701E588F
- LTC (Litecoin) - MQ1GJum1QuqAuUsc6LarE3Z6TQQJ3rJwsA
Additional resources:
- My YouTube channel is a great place to learn advanced C# concepts. Make sure you subscribe and turn on the bell notifications - Code It Up with Ivo
- C# Multithreading - Code It Up Workshop Vol. 1 - Workshop about C# Multithreading
- Domain Driven Design With ASP.NET Core - Code It Up Workshop Vol. 2 - Workshop about Domain Driven Design and Clean Architecture with ASP.NET Core