Asynch a synchronous method with await async
- by Sahil Malik
SharePoint, WCF and Azure Trainings: more information
Stock this in “bag of tricks”, but very frequently we run into APIs that do not offer Asynch methods.But between C# ‘s amazing set of features, and asynch await keywords, there is a lot you can do. For instance, consider this code -
Read full article ....