Closed
Description
This issue tracks the creation of this topic: https://github.com/donet/core-docs/docs/csharp/tutorials/asynchronous-ui-programming.md
This tutorial should explain techniques for starting asynchronous tasks, monitoring those tasks, and updating the UI when those tasks complete.
Techniques for using the ICommand interface with asynchronous work should be explored.
Consider ValueTask, and caching completed Task results. Make sure to cover why async void is bad, and how to avoid using it in UI based scenarios.