Issue 487 · Week of May 09, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

Asynchronous Programming in C# - Part 1

Read full article Discuss
Writing code is hard. Writing asynchronous code is even harder. Luckily C# provides us with the `async` and `await` keywords to make asynchronous programming a little easier. This is the first of a series of posts in which I'll be going over writing asynchronous code in C# as well as a bit into the internals of how it works under the hood.