Skip to content

Commit

Permalink
Added links to Visual Studio 2017 topics (dotnet#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehoag authored Nov 22, 2016
1 parent f7dffe4 commit 5c05142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/core/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5c05142

Please sign in to comment.