You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/csharp/getting-started/index.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,21 @@ ms.custom: seoapril2019
9
9
---
10
10
# Get started with C\#
11
11
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.
13
13
14
14
The following topics are available:
15
15
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)
17
17
18
18
Provides an overview of the C# language and .NET.
19
19
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)
21
21
22
22
Visual Studio lets you code, compile, run, debug, profile, and publish your applications from an integrated development environment for Windows or Mac.
23
23
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.
25
25
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)
27
27
28
28
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).
0 commit comments