Skip to content

Use of depricated asynchronous pattern #3

@JesHansen

Description

@JesHansen

The use of the old asynchronous BeginX/EndX pattern is best avoided. Especially in code meant to teach new or junior programmers. Instead it would be better to teach how to use a Task-based pattern instead, as that is what is going to be used in production code.

Would you be interested in a proof-of-concept implementation of this approach for you to look at?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions