Граф коммитов

685 Коммитов

Автор SHA1 Сообщение Дата
Wind4 b4de4c193e Fix API Reference table style (#663) 2016-06-26 19:49:59 -07:00
Tom Dykstra 3393951c21 add links to core getting-started tutorials (#660)
* add links to core getting-started tutorials

* add gs link to welcome.md
2016-06-26 19:20:22 -07:00
Maira Wenzel 0001f6e8ca Revert "Bringing back essentials topics" (#661) 2016-06-26 17:59:39 -07:00
Steve Hoag 60605a957b Bringing back essentials topics (#659)
* Fixed references to RC2, OS X, and Update 2

* Files were removed from master

* Bringing back essentials topics

Previously reviewed and feedback addressed - should be ready to merge
2016-06-26 17:27:32 -07:00
Tom Dykstra 66d4817582 fix links, remove extraneous text (#657) 2016-06-26 16:35:01 -07:00
Maira Wenzel 4897a38f4e fixed generic links (#658) 2016-06-26 16:20:19 -07:00
Rich Lander ac9640cb63 Update Core wording (#656)
* Update Core wording

* Update per feedback
2016-06-26 16:01:04 -07:00
Phillip Carter b3040ca050 Porting articles: 3rd party dependencies (#316)
* Add third party dependencies article

This addreses #314 and depends on #315.

Covers how to deal with 3rd party dependencies when porting, both for NuGet packages and dependencies which aren't NuGet packages.

* address feedback

* address feedback

* adjust third party deps to be netstandard-friendly

* feedback

* Address feedback

* Move third party deps

* Remove wrench from TOC
2016-06-26 12:36:59 -07:00
Maira Wenzel 60635a3df0 Revert 629 apilinks (#655)
* Revert "Converted absolute URLs to API syntax"

* updated tasks link
2016-06-26 11:33:49 -07:00
Maira Wenzel e5fc341176 Converted absolute URLs to API syntax (#629)
* Converted absolute URLs to API syntax
2016-06-26 11:15:32 -07:00
Tom Dykstra 433cd9b3d6 fix broken links (#651)
* fix links

* typo
2016-06-26 10:58:55 -07:00
Bill Wagner fb7c061734 Round 2 broken links (#653)
* fix links to async in depth, and from samples

* found one typo while testing
2016-06-26 10:44:49 -07:00
Tom Dykstra 0bb197df2e adjustments to core guide tutorials and deploying toc (#645)
* adjustments to core guide tutorials and deploying toc

* fix guid

* writing-->developing
2016-06-26 09:52:42 -07:00
Bill Wagner 3e28396de9 update broken links where samples moved. (#649)
They are now all under /samples in the repo.
2016-06-26 09:43:35 -07:00
brady gaster 55cdfbacf9 repaired links to async-in-depth article 2016-06-26 09:35:53 -07:00
brady gaster 773cdb97ca repaired api links 2016-06-26 09:29:21 -07:00
brady gaster 58cb78af0c repaired api links 2016-06-26 09:25:16 -07:00
brady gaster 30bca1ca8e removed anchor
The anchor was 404'ing because the target is missing so i removed the link
2016-06-26 09:19:22 -07:00
brady gaster 41c7f19e52 fixed indexers sample link
WIP (do not merge yet)
2016-06-26 09:16:10 -07:00
Rich Lander 59394afc23 move f# to root folder (#647) 2016-06-26 11:43:44 -04:00
Bill Wagner b1afae13ad Promote csharp from languages (#644)
* git move C# content

* fix C# links after file move

* update the Learn C# homepage to match locations

* remove note to update C# index

since that's been done
2016-06-26 08:30:56 -07:00
Phillip Carter a357771db7 Libraries changes (#643)
* Libraries changes

* Stripped the NuGet Package component out of libraries tutorial and moved it to deploying
* Added package trimming to deploying
* Added dependency version management to deploying
* renamed trimming and dependency version management to be more appropriate
* Modified some content inside to represent the above change

* update library name in nuget article

* fix title

* change TOC title for aspnet to not collide with other TOC work

* Address feedback
2016-06-25 23:24:47 -07:00
brady gaster d976092963 articles url segment (#632)
* articles url segment

test to see if we like the approach of using "articles" over "core" for the conceptual side.

* fix for articles url segment in toc

* Update welcome.md

* fixed api link due to /articles url change

* added index segment to fix url

* fixed toc with for articles

* added index segment to fix url

* fixing toc

* fixing toc
2016-06-25 22:51:08 -07:00
Tom Dykstra 3d9e836572 bring porting docs to core guide (#642)
* bring porting docs to core guide

* fix links

* add wrenches
2016-06-25 16:39:30 -07:00
Tom Dykstra 74dd5328bf move asp.net from level 1 in toc to core/tutorials (#641)
* move asp.net from level 1 in toc to core/tutorials

* move asp.net to tutorials
2016-06-25 15:55:59 -07:00
Tom Dykstra 3b98f68126 coordinate titles between toc and articles for core guide (#640)
* coordinate titles between toc and articles for core guide

* add Core to title
2016-06-25 15:30:01 -07:00
Rich Lander 1f9f489595 Update getting started call to action (#639) 2016-06-25 15:15:53 -07:00
Richard Lander 693d0be60d Correct heading 2016-06-25 14:33:35 -07:00
Phillip Carter e8781f27f7 Porting Articles: Overview and Structure (#315)
* Add overview of the porting process

Also added a new file, Analyzing your third party dependencies.  The original TOC did not include this, but it is an essential part of the porting process.

* address mairaw feedback

* address mairaw feedback

* Address @richlander feedback and remove non-porting info

* reword porting and remove project system details
2016-06-25 14:20:01 -07:00
Tom Dykstra 9382a9e012 exceptions feedback (#637) 2016-06-25 14:05:10 -07:00
Tom Dykstra 3f08fbcd80 add metadata (#636) 2016-06-25 14:02:15 -07:00
Bill Wagner abfb9b1d7e Update samples and tutorials locations (#633)
* Remove duplicates in TOC

step 0 in moving samples and tutorial code, and linking correctly
between code and documents.

* Update Console Apps tutorial

* put back the advanced tutorial reference

This now relies on PR #630

* Update the Unit testing tutorial links.

* Add cross -platform tutorial.

* Move C# Tutorial Sample Code

* Add C# getting started tutorials

* Add C# Tutorials.

* update links and locations for delegates events

* add event sample

* add expression trees.

* Update the indexers topic.

* Add Iterators article

* add C# LINQ samples.
2016-06-25 16:42:16 -04:00
Tom Dykstra 8918755a65 promote getting-started content (#634)
* promote getting-started content

* fix link
2016-06-25 13:39:24 -07:00
Tom Dykstra 8d3fc221aa make index.md for collections and threadsafe folders (#635) 2016-06-25 13:37:11 -07:00
Richard Lander 2d6af7af4a Add and correct links 2016-06-25 13:26:57 -07:00
Tom Dykstra 3e82b5d48a move async docs (#631)
* move async docs

* fix link

* add links to async docs
2016-06-25 11:46:23 -07:00
Rich Lander 916a8d76ec Add .NET characteristics (#626)
* Add .NET characteristics

* Update per feedback
2016-06-25 11:45:16 -07:00
Richard Lander c04cfb116f Correct spelling mistake 2016-06-25 11:18:26 -07:00
Tom Dykstra 7f069d56a3 restore doc stub for advanced cli tutorial (#630) 2016-06-25 12:56:40 -04:00
Richard Lander c1c8a73556 Correct headings 2016-06-25 07:54:46 -07:00
Petr Onderka 7452b3eabf Fixed links (#628) 2016-06-25 08:50:38 -04:00
Richard Lander 708f7b7942 Update TOC for tutorials 2016-06-24 20:44:57 -07:00
Richard Lander 8172a47fff Add Tutorials index 2016-06-24 20:32:49 -07:00
Richard Lander e90d48bcde Update link to .NET Core 2016-06-24 20:09:10 -07:00
Richard Lander 865a5a13e2 Re-order TOC 2016-06-24 20:07:19 -07:00
Richard Lander 79fec8fc21 Update 'standard' TOC 2016-06-24 20:04:05 -07:00
Richard Lander ee70db6565 Remove 'scenarios' and replace with 'tutorials' 2016-06-24 19:48:08 -07:00
Petr Onderka 2c94b4b5fe Fixed links in TOC (#624) 2016-06-24 19:29:24 -07:00
Rich Lander 553c62dfba Update Async Docs (#214)
* Refactor for tutorial

* finish structure of in depth article

* Flesh out in depth article

* PR Feedback

* Rewording and prepping for diagrams

* Update sync topic

* Add diagrams and make small changes to wording and sample code

* small fixes and code snippet fix

* small fixes

* Update overview

* Respond to feedback

* feedback

* feedback

* feedback
2016-06-24 19:28:57 -07:00
Richard Lander 166b2b5475 Remove 'Getting Started' node from TOC 2016-06-24 18:14:44 -07:00