Skip to content

Add .NET Platform getting started #1241

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 3 commits into from
Nov 16, 2016
Merged
Show file tree
Hide file tree
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
34 changes: 26 additions & 8 deletions docs/standard/getting-started.md
Original file line number Diff line number Diff line change
@@ -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.
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.
2 changes: 1 addition & 1 deletion docs/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Start of .NET Platform Guide -->
# [.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)
Expand Down