Skip to content

Commit

Permalink
Update glossary.md (#42721)
Browse files Browse the repository at this point in the history
Add .NET Aspire mention
  • Loading branch information
IEvangelist authored Sep 25, 2024
1 parent 1dd97f8 commit 5c77f8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/standard/glossary.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down Expand Up @@ -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).

Expand Down

0 comments on commit 5c77f8b

Please sign in to comment.