Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This addresses #176 and #69.
The previous set of async articles had a focus which no longer works with the current TOC and overall set of principles. I've augmented the async file under the C# tutorials to now have a focus on how to write async code in C# (both I/O and CPU-bound code). There are some links to a more in-depth article which contains deeper dives into the
Task
andTask<T>
types, explains how they're relevant for client/server scenarios, and some more potential deeper information.Current issues to be addressed:
/cc @richlander @BethMassi @blackdwarf @mairaw @stevehoag @matthewreily