C# Await
Await is a new keyword introduced with C# 5.0 to facilitate its new asynchronous programming model. In C3 5.0 asynchronous functions are declared with the new async keyword, and must contain one or more await expressions. In C# 5.0, await is used in conjunction with Tasks (parallel programming), in very general terms it allows you [...]
Read more



10:25 am by csharphelp