Behind the .NET 4.5 Async Scene: The performance impact of Asynchronous programming in C#
Associated with
Gergely Kalapos Gergely Kalapos
Posted Oct 9, 2014 12 min read
Behind the .NET 4.5 Async Scene: The performance impact of Asynchronous programming in C#

The C# language has two new keywords: async & await. They support asynchronisity in C# meaning that we avoid threads that just wait for ongoing operations

More Ways to Read:
🧃 Summarize The key takeaways that can be read in under a minute
Sign up to unlock