diff --git a/aspnetcore/blazor/fundamentals/index.md b/aspnetcore/blazor/fundamentals/index.md index 7fe074617b1f..18882eae41db 100644 --- a/aspnetcore/blazor/fundamentals/index.md +++ b/aspnetcore/blazor/fundamentals/index.md @@ -179,12 +179,32 @@ Documentation sample apps are available for inspection and download: Locate a sample app by first selecting the version folder that matches the version of .NET that you're working with. -:::moniker range=">= aspnetcore-8.0" +:::moniker range=">= aspnetcore-9.0" + +Samples apps in the repository: + +* Blazor Web App +* Blazor WebAssembly +* Blazor Web App Movies tutorial sample () +* Blazor Web App with EF Core () +* Blazor Web App with SignalR () +* Two Blazor Web Apps and a Blazor WebAssembly app for calling web (server) APIs () +* Blazor Web App with OIDC (BFF and non-BFF patterns) () +* Blazor Web App with Entra () +* Blazor WebAssembly scopes-enabled logging () +* Blazor WebAssembly with ASP.NET Core Identity () +* .NET MAUI Blazor Hybrid app with a Blazor Web App and a shared UI provided by a Razor class library (RCL) () +* Additional samples (see the [Blazor samples GitHub repository README file](https://github.com/dotnet/blazor-samples)) + +:::moniker-end + +:::moniker range=">= aspnetcore-8.0 < aspnetcore-9.0" Samples apps in the repository: * Blazor Web App * Blazor WebAssembly +* Blazor Web App Movies tutorial sample () * Blazor Web App with EF Core () * Blazor Web App with SignalR () * Two Blazor Web Apps and a Blazor WebAssembly app for calling web (server) APIs () @@ -192,6 +212,7 @@ Samples apps in the repository: * Blazor WebAssembly scopes-enabled logging () * Blazor WebAssembly with ASP.NET Core Identity () * .NET MAUI Blazor Hybrid app with a Blazor Web App and a shared UI provided by a Razor class library (RCL) () +* Additional samples (see the [Blazor samples GitHub repository README file](https://github.com/dotnet/blazor-samples)) :::moniker-end @@ -207,7 +228,7 @@ The sample repo contains two types of samples: :::moniker-end -For more information and a list of the samples in the repository, see the [Blazor samples GitHub repository README.md file](https://github.com/dotnet/blazor-samples). +For more information, a list of the samples in the repository, and download instructions, see the [Blazor samples GitHub repository README file](https://github.com/dotnet/blazor-samples). The ASP.NET Core repository's Basic Test App is also a helpful set of samples for various Blazor scenarios: @@ -215,11 +236,6 @@ The ASP.NET Core repository's Basic Test App is also a helpful set of samples fo [!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)] -To download the sample apps: - -* Download the [Blazor samples repository](https://github.com/dotnet/blazor-samples) ZIP file. -* Unzip the file. - ## Byte multiples .NET byte sizes use metric prefixes for non-decimal multiples of bytes based on powers of 1024.