From 5c77f8beff015febf24aee27f7dbcf224605ed3b Mon Sep 17 00:00:00 2001 From: David Pine Date: Wed, 25 Sep 2024 12:09:33 -0500 Subject: [PATCH] Update glossary.md (#42721) Add .NET Aspire mention --- docs/standard/glossary.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/standard/glossary.md b/docs/standard/glossary.md index 76a13fed8be30..c86628f00355e 100644 --- a/docs/standard/glossary.md +++ b/docs/standard/glossary.md @@ -1,7 +1,7 @@ --- title: .NET glossary description: Find out the meaning of selected terms used in the .NET documentation. -ms.date: 04/03/2024 +ms.date: 09/25/2024 author: tdykstra ms.author: tdykstra ms.topic: reference @@ -22,6 +22,7 @@ See [CoreRT](#corert) and [.NET Native](#net-native). A [workload](#workload)-specific API. Here are some examples: +- .NET Aspire - ASP.NET - ASP.NET Web API - Entity Framework (EF) @@ -347,7 +348,7 @@ An [implementation of .NET](#implementation-of-net) that is used for building to ## workload -A type of app someone is building. More generic than [app model](#app-model). For example, at the top of every .NET documentation page, including this one, is a drop-down list for **Workloads**, which lets you switch to documentation for **Web**, **Mobile**, **Cloud**, **Desktop**, and **Machine Learning \& Data**. +A type of app someone is building. More generic than [app model](#app-model). For example, at the top of every .NET documentation page, including this one, is a drop-down list for **Workloads**, which lets you switch to documentation for **Web**, **Mobile**, **Cloud**, **Cloud-native**, and **Desktop**. In some contexts, *workload* refers to a collection of Visual Studio features that you can choose to install to support a particular type of app. For an example, see [Configure Visual Studio workloads](/visualstudio/install/modify-visual-studio).