MasterHead

💡 Deep Dive into C# Asynchronous Programming

❔Why does this repository exist

When I started learning the Asynchronous programming in C# I appealed to Microsoft official documentation as usual and the problem I encountered with was the lack of information about What asynchronous programming in C# essentially is 🔦. Official documentation doesn't really provide much information about what are the processes behind the basic async/await constructions that allow C# manipulate with threads and execute asynchronous programming. Obviously, there are some decent use cases described in Microsoft documentation, but it is not enough for curious programmers that want to know their tool as deep as possible. I hope this 🔭 Deep Dive 🔭 will help you to figure out what processes are hidden behind the scene of 🔀 C# Asynchronous Programming 🔀.

Now let's begin our amusing trip from basics to bring you up to date!

✅ Contents:

📚 Sources:

💎 Contributors: