2/7/2014
•
EN
ConfigureAwait in Task Parallel Library (TPL)
Explains the use of ConfigureAwait(false) in C# async programming to improve performance by avoiding unnecessary UI thread marshaling.