Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/csharp/language-reference/builtin-types/struct.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Structure types"
description: Learn about the struct type in C#
title: Structure Types
description: "Structure types (struct) give C# lightweight, data-centric value types. See how value semantics, copying, and boxing work, and when to choose a class instead."
ms.date: 01/14/2026
f1_keywords:
- "struct_CSharpKeyword"
Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/whats-new/csharp-12.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: What's new in C# 12
description: Get an overview of the new features in C# 12.
description: "Discover what's new in C# 12, including collection expressions, inline arrays, default lambda parameters, and interceptors. Try examples in your code."
ms.date: 03/19/2024
ms.topic: whats-new
---
Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/whats-new/csharp-13.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: What's new in C# 13
description: Get an overview of the new features in C# 13.
description: "Discover what's new in C# 13, including params collections, a new lock object, ref struct interfaces, partial properties, and more. Try examples in your code."
ms.date: 11/18/2025
ms.topic: whats-new
---
Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/whats-new/csharp-15.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: What's new in C# 15
description: Get an overview of the new features in C# 15. C# 15 ships with .NET 11.
description: "Discover what's new in C# 15, including features such as union types, the closed modifier, extension indexers, and pointer relaxations. Try examples in your code."
ms.date: 07/08/2026
ms.topic: whats-new
ms.update-cycle: 365-days
Expand Down
4 changes: 2 additions & 2 deletions docs/framework/get-started/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Get started with .NET Framework
description: Get started with .NET Framework, which is a runtime execution environment that manages apps. It contains a common language runtime (CLR) and an extensive class library.
title: Get Started with .NET Framework
description: Get started with .NET Framework, which is a runtime environment that manages apps. It contains a common language runtime (CLR) and an extensive class library.
ms.date: 10/21/2020
helpviewer_keywords:
- ".NET Framework, getting started"
Expand Down
4 changes: 2 additions & 2 deletions docs/standard/net-standard.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: .NET Standard
description: Learn about .NET Standard, its versions, and the .NET implementations that support it.
title: Microsoft .NET Standard Overview

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why Microsoft .NET Standard? Nobody calls it that.

description: Learn what .NET Standard is, which implementations support each version, and why .NET 5 and later versions simplify cross-platform code sharing.
ms.date: 11/06/2025
ms.service: dotnet
ms.subservice: standard-library
Expand Down
Loading