Skip to content

Conversation

@matthewreily
Copy link
Owner

Updating fork with latest remote

matthew.reily@interworks.com and others added 26 commits October 5, 2015 14:37
…ile moving the entire url on the same line
Fixed a broken link (Sphinx Style Guide) within the contributing.md
Blurb added to the Primer main document. Add more detailed document
in the documents.
Add Interoperability primer document
DNX documents are kept on docs.asp.net and updated there. After some careful
deliberation, we have decided that there is no need to keep the
documentation in both places, so this commit removes the DNX
docs from dotnet.readthedocs.org document set.
Adjusting the primer to advertise LINQ and link to a more in-depth
article.  This article covers the essential things to know about LINQ, why
LINQ is awesome, and provides numerous snippets of code to demonstrate its
capabilities.  Also briefly covers PLINQ.
The document lists out different .NET Editions that
are planned and their operating system support.
Add overview of .NET Editions
I think 'hkp://keyserver.ubuntu.com:80' would be better.
This fixes a bug in the sample code which used an overload that requires a
seed value.  The seed value is now provided.
Completed the unsafe code section to include a code sample from mscorlib
(StringBuilder).  Reworded the text to discourage the use of unsafe code
unless absolutely necessary.
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.
Add Async Programming Section
Fix dnx syntax in installing-core-linux.rst #81
Fix dnx syntax in installing-core-windows.rst #83
Fix dnx syntax in installing-core-osx.rst #82
Remove mono requirement for dnu under linux
matthewreily added a commit that referenced this pull request Nov 2, 2015
@matthewreily matthewreily merged commit fec1a4a into matthewreily:master Nov 2, 2015
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.

6 participants