Which do I use, ConfigureAwait True or False? by @brianlagunas brianlagunas.com
In this video we answer the ever popular question “Which do I use, ConfigureAwait True or False?”.
The direct answer to this question is:
– If you are a writing code for the UI, use ConfigureAwait(true).