You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/blazor/fundamentals/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn foundational concepts of the Blazor application framework.
5
5
monikerRange: '>= aspnetcore-3.1'
6
6
ms.author: wpickett
7
7
ms.custom: mvc
8
-
ms.date: 11/12/2024
8
+
ms.date: 10/27/2025
9
9
uid: blazor/fundamentals/index
10
10
---
11
11
# ASP.NET Core Blazor fundamentals
@@ -179,6 +179,8 @@ Documentation sample apps are available for inspection and download:
179
179
180
180
Locate a sample app by first selecting the version folder that matches the version of .NET that you're working with.
181
181
182
+
Sample apps only contain a subset of article examples for Blazor feature demonstrations. When a code example shown by an article isn't in one or more of the sample apps, you can usually place the example code into a local test app for a demonstration.
0 commit comments