Skip to content

Async and Await in C#

Every page here is directly about asynchronous execution flow in C#.

FeatureIntroduced InWhy it belongs hereGuide
async/awaitC# 5.0Core language support for asynchronous methods.Guide
async MainC# 7.1Asynchronous program entry point built on await.Guide