|
1 | 1 | ---
|
2 |
| -title: .NET Guide |
3 |
| -description: Learn about .NET. |
| 2 | +title: .NET guide |
| 3 | +description: Learn about .NET and .NET Standard. |
4 | 4 | author: cartermp
|
5 |
| -ms.date: 05/02/2017 |
| 5 | +ms.date: 12/27/2019 |
6 | 6 | ms.technology: dotnet-standard
|
7 | 7 | ms.assetid: bbfe6465-329d-4982-869d-472e7ef85d93
|
8 | 8 | ---
|
9 |
| -# .NET Guide |
| 9 | +# .NET guide |
10 | 10 |
|
11 |
| -The .NET Guide provides a large amount of information about .NET. Depending on your familiarity with .NET, you may wish to explore different sections of this guide and other sections of the .NET documentation. |
| 11 | +The .NET guide provides information about .NET. Depending on your familiarity with .NET, you may wish to explore different sections of this guide and other guides such as [.NET Core](../core/index.md) or [.NET Framework](../framework/index.md). |
12 | 12 |
|
13 | 13 | ## New to .NET
|
14 | 14 |
|
15 |
| -If you want a high-level overview about .NET, check out [What is .NET?](https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet). |
| 15 | +If you want a high-level overview of .NET, see [What is .NET?](https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet). |
16 | 16 |
|
17 |
| -If you're new to .NET, check out the [Get Started](get-started.md) article. |
| 17 | +If you're new to .NET, see [Get started](get-started.md). |
18 | 18 |
|
19 |
| -If you prefer to have a guided tour through major features of .NET, check out the [Tour of .NET](tour.md). |
| 19 | +If you prefer to have a guided tour through major features of .NET, see [Tour of .NET](tour.md). |
20 | 20 |
|
21 |
| -You can also read about [.NET Architectural Components](components.md) to get an overview of the various "pieces" of .NET and how they fit together. |
| 21 | +For an overview of the various pieces of .NET and how they fit together, see [.NET architectural components](components.md). |
22 | 22 |
|
23 | 23 | ## New to .NET Core
|
24 | 24 |
|
25 |
| -If you're new to .NET Core, check out [Get Started with .NET Core](../core/get-started.md). |
| 25 | +If you're new to .NET Core, check out [Get started with .NET Core](../core/get-started.md). |
26 | 26 |
|
27 | 27 | ## New to .NET Standard
|
28 | 28 |
|
29 | 29 | If you're new to .NET Standard, check out [.NET Standard](net-standard.md).
|
30 | 30 |
|
31 |
| -## Porting .NET Framework Code to .NET Core |
| 31 | +## Port .NET Framework code to .NET Standard or .NET Core |
32 | 32 |
|
33 |
| -If you're looking to port an application, service, or some component of a system to .NET Core, check out [Porting to .NET Core from .NET Framework](../core/porting/index.md). |
| 33 | +To port an application, service, component, or NuGet package to .NET Standard or .NET Core, see [Port to .NET Core from .NET Framework](../core/porting/index.md). Tooling for .NET Standard and .NET Core is shared, so the content is relevant for porting to both frameworks. |
34 | 34 |
|
35 |
| -## Porting a NuGet package from .NET Framework to .NET Standard or .NET Core |
| 35 | +## .NET concepts |
36 | 36 |
|
37 |
| -If you're looking to port a NuGet package to .NET Standard, check out [Porting to .NET Core from .NET Framework](../core/porting/index.md). Tooling for .NET Standard and .NET Core are shared, so the content will be relevant for porting to .NET Standard as well as .NET Core. |
| 37 | +For more information about the major concepts of .NET, see: |
38 | 38 |
|
39 |
| -## Interested in Major .NET Concepts |
40 |
| - |
41 |
| -If you're interested in some of the major concepts of .NET, check out: |
42 |
| - |
43 |
| -* [.NET Architectural Components](components.md) |
| 39 | +* [.NET architectural components](components.md) |
44 | 40 | * [.NET Standard](net-standard.md)
|
45 |
| -* [Native Interoperability](native-interop/index.md) |
46 |
| -* [Garbage Collection](garbage-collection/index.md) |
47 |
| -* [Base Types in .NET](base-types/index.md) |
| 41 | +* [Native interoperability](native-interop/index.md) |
| 42 | +* [Garbage collection](garbage-collection/index.md) |
| 43 | +* [Base types in .NET](base-types/index.md) |
48 | 44 | * [Collections](collections/index.md)
|
49 | 45 | * [Dates, times, and time zones](datetime/index.md)
|
50 |
| -* [Asynchronous Programming](async.md) |
| 46 | +* [Asynchronous programming](async.md) |
51 | 47 |
|
52 |
| -Additionally, check out each language guide to learn about the three major .NET languages: |
| 48 | +For information about the three major .NET languages, see: |
53 | 49 |
|
54 |
| -* [C# Guide](../csharp/index.yml) |
55 |
| -* [F# Guide](../fsharp/index.yml) |
56 |
| -* [Visual Basic Guide](../visual-basic/index.yml) |
| 50 | +* [C# guide](../csharp/index.yml) |
| 51 | +* [F# guide](../fsharp/index.yml) |
| 52 | +* [Visual Basic guide](../visual-basic/index.yml) |
57 | 53 |
|
58 |
| -## API Reference |
| 54 | +## API reference |
59 | 55 |
|
60 |
| -Check out the [.NET API Reference](../../api/index.md) to see the breadth of APIs available. |
| 56 | +For detailed information about all of the APIs that are available in .NET, see [.NET API reference](../../api/index.md). |
0 commit comments