Skip to content

Commit 5c77f8b

Browse files
authored
Update glossary.md (#42721)
Add .NET Aspire mention
1 parent 1dd97f8 commit 5c77f8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/standard/glossary.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET glossary
33
description: Find out the meaning of selected terms used in the .NET documentation.
4-
ms.date: 04/03/2024
4+
ms.date: 09/25/2024
55
author: tdykstra
66
ms.author: tdykstra
77
ms.topic: reference
@@ -22,6 +22,7 @@ See [CoreRT](#corert) and [.NET Native](#net-native).
2222

2323
A [workload](#workload)-specific API. Here are some examples:
2424

25+
- .NET Aspire
2526
- ASP.NET
2627
- ASP.NET Web API
2728
- Entity Framework (EF)
@@ -347,7 +348,7 @@ An [implementation of .NET](#implementation-of-net) that is used for building to
347348

348349
## workload
349350

350-
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**.
351+
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**.
351352

352353
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).
353354

0 commit comments

Comments
 (0)