Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C# Tutorial: Asynchronous UI Programming #951

Closed
BillWagner opened this issue Aug 24, 2016 · 1 comment
Closed

C# Tutorial: Asynchronous UI Programming #951

BillWagner opened this issue Aug 24, 2016 · 1 comment
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

Comments

@BillWagner
Copy link
Member

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.

@BillWagner BillWagner added this to the Dev "15" RTM milestone Aug 24, 2016
@BillWagner BillWagner modified the milestones: Dev "15" RTM, 2017-Quarter 1 Nov 30, 2016
@mairaw mairaw modified the milestones: 2017-Quarter 1, 2017 - Quarter 2 Mar 29, 2017
@BillWagner BillWagner modified the milestones: 2017 - Quarter 2, Backlog Jun 14, 2017
@BillWagner BillWagner added the doc-idea Indicates issues that are suggestions for new topics [org][type][category] label Oct 3, 2019
@BillWagner
Copy link
Member Author

BillWagner commented Jan 21, 2021

This issue has been closed as part of the issue backlog grooming process outlined in #22351.

That automated process may have closed some issues that should be addressed. If you think this is one of them, reopen it with a comment explaining why. Tag the @dotnet/docs team for visibility.

@BillWagner BillWagner added the won't fix Issues that were closed as part of automated backlog grooming label Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants