❔ To learn about concurrency
Hello 🙂
Anyone has a good source to learn all about async/await; multithreading; concurrency in .NET/C# ? ( maybe not all about, but the necessary things ).
Maybe videos/blog posts that I should definitely look into if I wanted to learn basics and necessary things about this topic.
I'll look into this. https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/
I also have Jon Skeet C# in depth book. I think I'll read his chapter on concurrency as well.
Anything else that you guys found helpful/useful?
Asynchronous programming in C#
An overview of the C# language support for asynchronous programming using async, await, Task, and Task
3 Replies
i wouldnt avoid avoiding that
in fact i would recommend avoiding avoiding avoiding it
probably caused by a race condition
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.