How to use Async/Await/Task in C#

Описание к видео How to use Async/Await/Task in C#

In this tutorial we take a look at how to use async, await and Task in C#. Primarily looking at good practices and how to avoid common pitfalls such as creating unecessary state machines, blocking threads, using ConfigureAwait when making libraries and how to avoid async in constructors.

Source: https://github.com/T0shik/raw-coding-...
Async/Await/Task Explained:    • C# Async/Await/Task Explained (Deep D...  

Patreon 🤝   / raw_coding  
Courses 📚 https://learning.raw-coding.dev
Shop 🛒 https://shop.raw-coding.dev

Discord 💬   / discord  
Twitter 📣   / anton_t0shik  
Twitch 🎥   / raw_coding  

👉 Try Rider
https://www.jetbrains.com/store/redeem/
RD5K9-4TXXW-KMV3G-NYWSF-3ZSTP

Study Material
Videos
Karel Zikmund    • Async demystified - Karel Zikmund  
Jeffrey Richter    • LTS Webinar “Performing Asynchronous ...  
Jeffrey Richter (with Demo at 41:55)    • Performing Asynchronous I/O Bound Ope...  
Adam Krieger (Good info on Thread Pool)    • Stealing Time with the .NET ThreadPool  

Articles
https://devblogs.microsoft.com/premie...
https://www.codeproject.com/Articles/...
https://ranjeet.dev/understanding-how...

#csharp

Комментарии

Информация по комментариям в разработке