Skip to content

Commit befc20a

Browse files
authored
[11.0 P2] Cover new webworker template in WN (#36874)
1 parent aae76ec commit befc20a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

aspnetcore/release-notes/aspnetcore-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: wadepickett
55
description: Learn about the new features in ASP.NET Core in .NET 11.
66
ms.author: wpickett
77
ms.custom: mvc
8-
ms.date: 03/10/2026
8+
ms.date: 03/13/2026
99
uid: aspnetcore-11
1010
---
1111
# What's new in ASP.NET Core in .NET 11

aspnetcore/release-notes/aspnetcore-11/includes/blazor.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,8 @@ TempData is available when <xref:Microsoft.Extensions.DependencyInjection.RazorC
112112
public ITempData? TempData { get; set; }
113113
```
114114

115-
For more information, see <xref:blazor/state-management/server#server-side-storage>.
115+
For more information, see <xref:blazor/state-management/server?view=aspnetcore-11.0#server-side-storage>.
116+
117+
### New Web Worker template (`webworker`)
118+
119+
Blazor WebAssembly apps can perform heavy computing on the client, but doing so on the UI thread interferes with UI rendering and negatively affects the user experience. In .NET 10, we added an article with a sample app to make offloading heavy work from the UI thread to a Web Worker easier. For .NET 11, we've added the .NET Web Worker project template (`webworker`), which provides infrastructure for running .NET code in a Web Worker. For more information, see <xref:blazor/blazor-web-workers?view=aspnetcore-11.0>.

0 commit comments

Comments
 (0)