From dba8efb5c0df875a2a94bb6d5954a5d9321d73a4 Mon Sep 17 00:00:00 2001 From: Steve Hoag Date: Tue, 22 Nov 2016 09:35:01 -0800 Subject: [PATCH] Added links to Visual Studio 2017 topics --- docs/core/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/core/getting-started.md b/docs/core/getting-started.md index 22e4c1b15c126..6ef3240a552d9 100644 --- a/docs/core/getting-started.md +++ b/docs/core/getting-started.md @@ -22,6 +22,8 @@ Install .NET Core on [Windows](https://www.microsoft.com/net/core#windows). You can get started developing .NET Core apps by following these step-by-step tutorials. +* [Building a C# Hello World Application with .NET Core in Visual Studio 2017 RC](../csharp/getting-started/with-visual-studio-2017.md) - Learn to to build, debug, and publish a simple .NET Core console application using Visual Studio 2017 RC. +* [Building a class library with C# and .NET Core in Visual Studio 2017 RC](../csharp/getting-started/library-with-visual-studio-2017.md) - Learn how to build a class library written in C# using Visual Studio 2017 RC * [Getting started with .NET Core on Windows, using Visual Studio 2015](tutorials/using-on-windows.md) - Learn how to use [Visual Studio](https://www.visualstudio.com/), the full-featured integrated development environment (IDE) for Windows, for different .NET Core scenarios. * [Get started with Visual Studio Code using C# and .NET Core on Windows](https://channel9.msdn.com/Blogs/dotnet/Get-started-with-VS-Code-using-CSharp-and-NET-Core) - This Channel9 video shows you how to install and use [Visual Studio Code](https://www.visualstudio.com/products/code-vs), Microsoft's lightweight cross-platform code editor, to create your first console application in .NET Core. * [Getting started with .NET Core on macOS, using Visual Studio Code](tutorials/using-on-macos.md) - This tutorial is mainly written for macOS, but you can follow the steps on Windows for a tour of the steps and workflow to create a .NET Core Solution using VS Code.