Skip to content

Conversation

@cartermp
Copy link
Contributor

Addresses #23. This is the squased-merged version of #25 after I fixed things on my end. All discussion about this is there.

This section is comprised of an overview, a C#/VB model doc, and an F#
model doc.  The goal here is to bootstrap people with the information
they need to know so they can start writing async code in their language
of choice.

The overview is there to convince people that async code is worth their
time to learn.

The C#/VB doc gives an overview of the Task-based model with async/await
keywords, shows off a sample in each language, and elaborates on some
concepts that are worth knowing when writing async code in C#/VB.

The F# doc gives an overview of the F# model, provides ample code
samples, and compares/contrasts the the F# model with the C#/VB model.
@cartermp
Copy link
Contributor Author

Merging this in as per the resolution in #25.

cartermp added a commit that referenced this pull request Oct 23, 2015
Add Async Programming Section
@cartermp cartermp merged commit f213ab8 into dotnet:master Oct 23, 2015
@cartermp cartermp deleted the async-section branch January 15, 2016 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant