Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1742 from dotnet/mairaw-patch-5
Browse files Browse the repository at this point in the history
adding new tutorial links
mairaw authored Mar 18, 2017
2 parents fa8b054 + 2e889fd commit a68a035
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/core/tutorials/index.md
Original file line number Diff line number Diff line change
@@ -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
@@ -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

@@ -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)

0 comments on commit a68a035

Please sign in to comment.