C# Tutorial: Asynchronous UI Programming #951
Labels
async-task-programming/subsvc
doc-idea
Indicates issues that are suggestions for new topics [org][type][category]
dotnet-csharp/svc
Pri3
won't fix
Issues that were closed as part of automated backlog grooming
Milestone
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.
The text was updated successfully, but these errors were encountered: