Skip to content

adding new video #1154

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

Merged
merged 1 commit into from
Oct 17, 2016
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
5 changes: 3 additions & 2 deletions docs/core/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can get started developing .NET Core apps by following these step-by-step tu

* [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.
* [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.
* [Getting started with .NET Core using the command-line](tutorials/using-with-xplat-cli.md) - Use any code editor with the [.NET Core cross-platform command-line interface (CLI)](tools/index.md).


Expand All @@ -43,8 +43,9 @@ Install .NET Core on your distribution/version:

You can get started developing .NET Core apps by following these step-by-step tutorials.

* [Getting started with .NET Core on macOS, using Visual Studio Code](tutorials/using-on-macos.md) - Use [Visual Studio Code](https://www.visualstudio.com/products/code-vs), Microsoft's lightweight cross-platform code editor. This tutorial is written for macOS, but Visual Studio Code also works on Linux.
* [Getting started with .NET Core using the command-line](tutorials/using-with-xplat-cli.md) - Use any code editor with the [.NET Core cross-platform command-line interface (CLI)](tools/index.md).
* [Get started with VS Code using C# and .NET Core on Ubuntu](https://channel9.msdn.com/Blogs/dotnet/Get-started-with-VS-Code-Csharp-dotnet-Core-Ubuntu) - 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 on Ubuntu 14.04.
* [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 Linux for a tour of the steps and workflow to create a .NET Core Solution using VS Code.

.NET Core is supported by the Linux distributions and versions listed above in the installation links.

Expand Down