Skip to content

Commit 797f7e7

Browse files
guardrexRon Petrusha
authored andcommitted
SEO Updates (dotnet#2708)
* SEO Updates Added files * React to feedback * React to feedback
1 parent 1119ddf commit 797f7e7

23 files changed

+29
-29
lines changed

docs/core/tutorials/aspnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Getting started with ASP.NET Core | Microsoft Docs
3-
description: Getting started with ASP.NET Core
3+
description: Learn more about ASP.NET Core with tutorials in the ASP.NET Core documentation.
44
keywords: .NET, .NET Core
55
author: tdykstra
66
ms.author: tdykstra

docs/csharp/async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Asynchronous programming | Microsoft Docs
3-
description: Asynchronous programming
3+
description: Learn about the C# language-level asynchronous programming model provided by .NET Core.
44
keywords: .NET, .NET Core
55
author: cartermp
66
ms.author: wiwagn

docs/csharp/codedoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Documenting your code with XML comments | Microsoft Docs
3-
description: Documenting your code
3+
description: Learn how to document your code with XML documentation comments and generate an XML documentation file at compile time.
44
keywords: .NET, .NET Core
55
author: BillWagner
66
ms.author: wiwagn

docs/csharp/delegate-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: System.Delegate and the `delegate` keyword | Microsoft Docs
3-
description: System.Delegate and the `delegate` keyword
3+
description: Learn about the classes in the .NET Framework that support delegates and how those map to the 'delegate' keyword.
44
keywords: .NET, .NET Core
55
author: BillWagner
66
ms.author: wiwagn

docs/csharp/delegates-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Delegates & events | Microsoft Docs
3-
description: Delegates & events
3+
description: See where to find information on delegates and events in the .NET Core documentation.
44
keywords: .NET, .NET Core
55
author: BillWagner
66
ms.author: wiwagn
@@ -41,7 +41,7 @@ ol {
4141

4242
This article covers an overview of events in .NET.
4343

44-
6. [The .NET Event Pattern](event-pattern.md)
44+
6. [Standard .NET event patterns](event-pattern.md)
4545

4646
This article covers the standard event pattern in .NET.
4747

docs/csharp/delegates-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Introduction to Delegates | Microsoft Docs
3-
description: Introduction to Delegates
3+
description: Learn about delegates in this overview topic that introduces basic concepts and discusses language design goals for delegates.
44
keywords: .NET, .NET Core
55
author: BillWagner
66
ms.author: wiwagn

docs/csharp/delegates-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Common Patterns for Delegates | Microsoft Docs
3-
description: Common Patterns for Delegates
3+
description: Learn about common patterns for using delegates in your code to avoid strong coupling between your components.
44
keywords: .NET, .NET Core
55
author: BillWagner
66
ms.author: wiwagn

docs/csharp/delegates-strongly-typed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Strongly Typed Delegates | Microsoft Docs
3-
description: Strongly Typed Delegates
3+
description: Learn how to use generic delegate types to declare custom types when creating a feature requiring delegates.
44
keywords: .NET, .NET Core
55
author: BillWagner
66
ms.author: wiwagn

docs/csharp/distinguish-delegates-events.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Distinguising Delegates and Events | Microsoft Docs
3-
description: Distinguising Delegates and Events
2+
title: Distinguishing Delegates and Events | Microsoft Docs
3+
description: Learn the difference between delegates and events and when to use each of these features of .NET Core.
44
keywords: .NET, .NET Core
55
author: BillWagner
66
ms.author: wiwagn
@@ -12,7 +12,7 @@ ms.devlang: csharp
1212
ms.assetid: 0fdc8629-2fdb-4a7c-a433-5b9d04eaf911
1313
---
1414

15-
# Distinguising Delegates and Events
15+
# Distinguishing Delegates and Events
1616

1717
[Previous](modern-events.md)
1818

docs/csharp/event-pattern.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: The Standard .NET Event Pattern | Microsoft Docs
3-
description: The Standard .NET Event Pattern
2+
title: Standard .NET event patterns | Microsoft Docs
3+
description: Learn about .NET event patterns and how to create standard event sources and subscribe and process standard events in your code.
44
keywords: .NET, .NET Core
55
author: BillWagner
66
ms.author: wiwagn
@@ -12,7 +12,7 @@ ms.devlang: csharp
1212
ms.assetid: 8a3133d6-4ef2-46f9-9c8d-a8ea8898e4c9
1313
---
1414

15-
# The Standard .NET Event Pattern
15+
# Standard .NET event patterns
1616

1717
[Previous](events-overview.md)
1818

0 commit comments

Comments
 (0)