diff --git a/docs/standard/getting-started.md b/docs/standard/getting-started.md index 78734491a3396..c8b8f583b4ef6 100644 --- a/docs/standard/getting-started.md +++ b/docs/standard/getting-started.md @@ -1,18 +1,36 @@ --- -title: Getting Started -description: Getting started with .NET -keywords: .NET, .NET Core +title: Getting Started with .NET +description: Lists various articles for getting started with .NET, both from a language and platform perspective. +keywords: .NET, Getting Started, C#, F#, Visual Basic author: cartermp manager: wpickett -ms.date: 10/17/2016 +ms.author: phcart +ms.date: 11/16/2016 ms.topic: article -ms.prod: .net-core +ms.prod: .net ms.technology: .net-core-technologies ms.devlang: dotnet -ms.assetid: bbfe6465-329d-4982-869d-472e7ef85d93 +ms.assetid: 81c07080-acdf-4aef-a66d-0ab52fab2c04 --- # Getting Started -> [!NOTE] -This article is in-progress. \ No newline at end of file +There are a number of ways to get started with .NET. Because .NET is a massive platform, there are multiple articles in this documentation which show how you can get started with .NET, each from a different perspective. + +## Getting started using .NET languages + +* The [C# Getting Started](../csharp/getting-started/index.md) articles and [C# Tutorials](../csharp/tutorials/index.md) provide a number of ways to get started in a C#-centric way. + +* The [F# Getting Started](../fsharp/tutorials/getting-started/index.md) tutorials provide three primary ways you can use F#: with Visual Studio, Visual Studio Code, or command-line tools. + +* The [Visual Basic Getting Started](../visual-basic/getting-started/index.md) articles provide guides for using Visual Basic in Visual Studio, and provide a number of other learning resources. + +## Getting started using .NET core + +* [Getting Started with .NET Core](../core/getting-started.md) provides an overview of articles which show how to get started with .NET Core on different operating systems and using different tools. + +* The [.NET Core Tutorials](../core/tutorials/index.md) detail a number of ways you can get started with .NET Core using your operating system and tooling of choice. + +## Getting started using Docker on .NET Framework + +The [Docker on .NET Framework](../framework/docker/index.md) shows how you can use .NET Framework on Windows Docker containers. \ No newline at end of file diff --git a/docs/toc.md b/docs/toc.md index 6cb6e741c2664..15f0b14540c31 100644 --- a/docs/toc.md +++ b/docs/toc.md @@ -2,7 +2,7 @@ # [.NET Platform Guide](standard/index.md) -## [Getting Started](standard/getting-started.md) +## [Getting Started with .NET](standard/getting-started.md) ## [Tour of .NET](standard/tour.md) ## [.NET Concepts](standard/concepts.md) ## [.NET Standard Library](standard/library.md)