Skip to content
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

adding new tutorial links #1742

Merged
merged 1 commit into from
Mar 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
adding new tutorial links
  • Loading branch information
mairaw authored Mar 17, 2017
commit 2e889fdb450aeae28450ff90a79899a2caed83e5
5 changes: 4 additions & 1 deletion docs/core/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: .NET Core Tutorials
keywords: .NET, .NET Core
author: richlander
ms.author: mairaw
ms.date: 03/06/2017
ms.date: 03/16/2017
ms.topic: article
ms.prod: .net-core
ms.devlang: dotnet
Expand All @@ -24,6 +24,7 @@ The following tutorials are available for learning about .NET Core.
- [Testing a C# class library](../../csharp/getting-started/testing-library-with-visual-studio.md)
- [Consuming a C# class library with .NET Core](../../csharp/getting-started/consuming-library-with-visual-studio-2017.md)
- [Building a complete C# .NET Core solution on Windows](using-on-windows-full-solution.md)
- [NoSQL tutorial: Build a DocumentDB C# console application on .NET Core](https://docs.microsoft.com/azure/documentdb/documentdb-dotnetcore-get-started)

## Building applications with Visual Studio Code

Expand All @@ -37,6 +38,8 @@ The following tutorials are available for learning about .NET Core.
- [Getting started with F#](../../fsharp/tutorials/getting-started/getting-started-command-line.md)

## Other
- [Unit Testing in .NET Core using dotnet test](../testing/unit-testing-with-dotnet-test.md)
- [Unit testing with MSTest and .NET Core](../testing/unit-testing-with-mstest.md)
- [Developing Libraries with Cross Platform Tools](libraries.md)
- [How to Manage Package Dependency Versions for .NET Core 1.0](managing-package-dependency-versions.md)
- [Hosting .NET Core from native code](netcore-hosting.md)
Expand Down