Skip to content

C# Tutorial: Asynchronous UI Programming #951

Closed
@BillWagner

Description

@BillWagner

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions