Skip to content

Commit 4b98af0

Browse files
authored
update for #16046 (#16232)
1 parent befe77c commit 4b98af0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/csharp/getting-started/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ ms.custom: seoapril2019
99
---
1010
# Get started with C\#
1111

12-
This section provides short, simple tutorials that let you quickly build an application using C# and .NET Core. There are getting started topics for Visual Studio 2017 and Visual Studio Code. These articles assume some programming experience. If you are new to programming, try our [introduction to C#](../tutorials/intro-to-csharp/index.md) interactive tutorials.
12+
This section provides short, simple tutorials that let you quickly build an application using C# and .NET Core. There are getting started topics for Visual Studio and Visual Studio Code. These articles assume some programming experience. If you are new to programming, try our [introduction to C#](../tutorials/intro-to-csharp/index.md) interactive tutorials.
1313

1414
The following topics are available:
1515

16-
- [Introduction to the C# Language and the .NET Framework](introduction-to-the-csharp-language-and-the-net-framework.md)
16+
- [Introduction to the C# language and the .NET Framework](introduction-to-the-csharp-language-and-the-net-framework.md)
1717

1818
Provides an overview of the C# language and .NET.
1919

20-
- [Build a Hello World application with .NET Core in Visual Studio](../../core/tutorials/with-visual-studio.md)
20+
- [Create a C# Hello World application with .NET Core in Visual Studio](../../core/tutorials/with-visual-studio.md)
2121

2222
Visual Studio lets you code, compile, run, debug, profile, and publish your applications from an integrated development environment for Windows or Mac.
2323

24-
The topic lets you create and run a simple Hello World application and then modify it to run a slightly more interactive Hello World application. Once you've finished building and running your application, you can also learn how to [debug it](../../core/tutorials/debugging-with-visual-studio.md) and how to [publish it](../../core/tutorials/publishing-with-visual-studio.md) so that it can be run on any platform supported by .NET Core.
24+
The topic lets you create and run a simple Hello World application, and then modify it to run a slightly more interactive Hello World application. Once you've finished building and running your application, you can also learn how to [debug it](../../core/tutorials/debugging-with-visual-studio.md) and how to [publish it](../../core/tutorials/publishing-with-visual-studio.md) so that it can be run on any platform supported by .NET Core.
2525

26-
- [Build a class library with .NET Standard in Visual Studio](../../core/tutorials/library-with-visual-studio.md)
26+
- [Create a class library with C# and .NET Standard in Visual Studio](../../core/tutorials/library-with-visual-studio.md)
2727

2828
A class library lets you define types and type members that can be called from another application. This topic lets you create a class library with a single method that determines whether a string begins with an uppercase character. Once you've finished building the library, you can develop a [unit test](../../core/tutorials/testing-library-with-visual-studio.md) to ensure that it works as expected, and then you can make it available to [applications that want to consume it](../../core/tutorials/consuming-library-with-visual-studio.md).
2929

0 commit comments

Comments
 (0)