From c7ad494bc541c47dc2831223a45e5150132f2026 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:27:44 -0500 Subject: [PATCH 1/3] Update sample download instructions --- aspnetcore/blazor/fundamentals/index.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/aspnetcore/blazor/fundamentals/index.md b/aspnetcore/blazor/fundamentals/index.md index 7fe074617b1f..1046628cfe4c 100644 --- a/aspnetcore/blazor/fundamentals/index.md +++ b/aspnetcore/blazor/fundamentals/index.md @@ -207,7 +207,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.md 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 +215,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. From 8dbe6f2866d80a042e65c4d2b0311c846a04da1b Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:34:26 -0500 Subject: [PATCH 2/3] Updates --- aspnetcore/blazor/fundamentals/index.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/aspnetcore/blazor/fundamentals/index.md b/aspnetcore/blazor/fundamentals/index.md index 1046628cfe4c..8342c0514d18 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 samples repository README file) + +:::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 samples repository README file) :::moniker-end From 5db63522889dae5c776553cd71edf19c761e6580 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:36:18 -0500 Subject: [PATCH 3/3] Updates --- aspnetcore/blazor/fundamentals/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetcore/blazor/fundamentals/index.md b/aspnetcore/blazor/fundamentals/index.md index 8342c0514d18..18882eae41db 100644 --- a/aspnetcore/blazor/fundamentals/index.md +++ b/aspnetcore/blazor/fundamentals/index.md @@ -194,7 +194,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 samples repository README file) +* Additional samples (see the [Blazor samples GitHub repository README file](https://github.com/dotnet/blazor-samples)) :::moniker-end @@ -212,7 +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 samples repository README file) +* Additional samples (see the [Blazor samples GitHub repository README file](https://github.com/dotnet/blazor-samples)) :::moniker-end @@ -228,7 +228,7 @@ The sample repo contains two types of samples: :::moniker-end -For more information, a list of the samples in the repository, and download instructions, 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: