Skip to content

Commit a00af75

Browse files
Add .NET Worker Services to app lifecycle index
.NET Worker Services are the most common answer for enterprise WPF/WinForms developers doing background processing but were absent from this page. Added as a row in the .NET features table. Fixes Gap 9 from ADO #568630. Co-authored-by: Copilot <[email protected]>
1 parent 078c2b4 commit a00af75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hub/apps/develop/app-lifecycle-and-system-services.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ The .NET SDK also provides APIs related to system services for WPF and Windows F
6262
|---------|-------------|
6363
| [Threading model (WPF)](/dotnet/framework/wpf/advanced/threading-model) | Learn about the threading model of WPF apps. |
6464
| [System information](/dotnet/framework/winforms/advanced/system-information-and-windows-forms) | Learn how to access system information in Windows Forms apps. |
65+
| [.NET Worker Services](/dotnet/core/extensions/workers) | A lightweight way to run long-running background workloads in .NET apps. No packaging required — works with any WPF, Windows Forms, or console app deployment model. |

0 commit comments

Comments
 (0)