forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Updating with remote #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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
First draft of LINQ Article
Remove DNX documents
I think 'hkp://keyserver.ubuntu.com:80' would be better.
update apt-key
This fixes a bug in the sample code which used an overload that requires a seed value. The seed value is now provided.
Fix Aggregate example
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.
Complete Unsafe section of primer
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updating fork with latest remote