-
Notifications
You must be signed in to change notification settings - Fork 6k
Style guide-ish improvements #16419
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
Style guide-ish improvements #16419
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
e6c299e
Style guide-ish improvements
gewarren d55b42c
Apply suggestions from Youssef
gewarren 187082f
Add .NET Standard link
gewarren cc0a74a
Feedback from Youssef
gewarren a61b30d
Apply suggestions from Maira
gewarren 5737fdd
more feedback from maira
gewarren 9f6d2b3
fix link
gewarren 788ced8
Feedback from Maira
gewarren File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,56 @@ | ||
--- | ||
title: .NET Guide | ||
description: Learn about .NET. | ||
title: .NET guide | ||
description: Learn about .NET and .NET Standard. | ||
author: cartermp | ||
ms.date: 05/02/2017 | ||
ms.date: 12/27/2019 | ||
ms.technology: dotnet-standard | ||
ms.assetid: bbfe6465-329d-4982-869d-472e7ef85d93 | ||
--- | ||
# .NET Guide | ||
# .NET guide | ||
|
||
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. | ||
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). | ||
|
||
## New to .NET | ||
|
||
If you want a high-level overview about .NET, check out [What is .NET?](https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet). | ||
If you want a high-level overview of .NET, see [What is .NET?](https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet). | ||
|
||
If you're new to .NET, check out the [Get Started](get-started.md) article. | ||
If you're new to .NET, see [Get started](get-started.md). | ||
|
||
If you prefer to have a guided tour through major features of .NET, check out the [Tour of .NET](tour.md). | ||
If you prefer to have a guided tour through major features of .NET, see [Tour of .NET](tour.md). | ||
|
||
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. | ||
For an overview of the various pieces of .NET and how they fit together, see [.NET architectural components](components.md). | ||
|
||
## New to .NET Core | ||
gewarren marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
If you're new to .NET Core, check out [Get Started with .NET Core](../core/get-started.md). | ||
If you're new to .NET Core, check out [Get started with .NET Core](../core/get-started.md). | ||
|
||
## New to .NET Standard | ||
|
||
If you're new to .NET Standard, check out [.NET Standard](net-standard.md). | ||
|
||
## Porting .NET Framework Code to .NET Core | ||
## Port .NET Framework code to .NET Standard or .NET Core | ||
|
||
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). | ||
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. | ||
|
||
## Porting a NuGet package from .NET Framework to .NET Standard or .NET Core | ||
## .NET concepts | ||
|
||
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. | ||
For more information about the major concepts of .NET, see: | ||
|
||
## Interested in Major .NET Concepts | ||
|
||
If you're interested in some of the major concepts of .NET, check out: | ||
|
||
* [.NET Architectural Components](components.md) | ||
* [.NET architectural components](components.md) | ||
* [.NET Standard](net-standard.md) | ||
* [Native Interoperability](native-interop/index.md) | ||
* [Garbage Collection](garbage-collection/index.md) | ||
* [Base Types in .NET](base-types/index.md) | ||
* [Native interoperability](native-interop/index.md) | ||
* [Garbage collection](garbage-collection/index.md) | ||
* [Base types in .NET](base-types/index.md) | ||
* [Collections](collections/index.md) | ||
* [Dates, times, and time zones](datetime/index.md) | ||
* [Asynchronous Programming](async.md) | ||
* [Asynchronous programming](async.md) | ||
|
||
Additionally, check out each language guide to learn about the three major .NET languages: | ||
For information about the three major .NET languages, see: | ||
|
||
* [C# Guide](../csharp/index.yml) | ||
* [F# Guide](../fsharp/index.yml) | ||
* [Visual Basic Guide](../visual-basic/index.yml) | ||
* [C# guide](../csharp/index.yml) | ||
* [F# guide](../fsharp/index.yml) | ||
* [Visual Basic guide](../visual-basic/index.yml) | ||
|
||
## API Reference | ||
## API reference | ||
|
||
Check out the [.NET API Reference](../../api/index.md) to see the breadth of APIs available. | ||
For detailed information about all of the APIs that are available in .NET, see [.NET API reference](../../api/index.md). |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.