Skip to content

Commit 0a458a5

Browse files
authored
Update sample download instructions (#34400)
1 parent 5c792fc commit 0a458a5

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

aspnetcore/blazor/fundamentals/index.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,19 +179,40 @@ Documentation sample apps are available for inspection and download:
179179

180180
Locate a sample app by first selecting the version folder that matches the version of .NET that you're working with.
181181

182-
:::moniker range=">= aspnetcore-8.0"
182+
:::moniker range=">= aspnetcore-9.0"
183+
184+
Samples apps in the repository:
185+
186+
* Blazor Web App
187+
* Blazor WebAssembly
188+
* Blazor Web App Movies tutorial sample (<xref:blazor/tutorials/movie-database-app/index>)
189+
* Blazor Web App with EF Core (<xref:blazor/blazor-ef-core>)
190+
* Blazor Web App with SignalR (<xref:blazor/tutorials/signalr-blazor>)
191+
* Two Blazor Web Apps and a Blazor WebAssembly app for calling web (server) APIs (<xref:blazor/call-web-api>)
192+
* Blazor Web App with OIDC (BFF and non-BFF patterns) (<xref:blazor/security/blazor-web-app-oidc>)
193+
* Blazor Web App with Entra (<xref:blazor/security/blazor-web-app-entra>)
194+
* Blazor WebAssembly scopes-enabled logging (<xref:blazor/fundamentals/logging#client-side-log-scopes>)
195+
* Blazor WebAssembly with ASP.NET Core Identity (<xref:blazor/security/webassembly/standalone-with-identity/index>)
196+
* .NET MAUI Blazor Hybrid app with a Blazor Web App and a shared UI provided by a Razor class library (RCL) (<xref:blazor/hybrid/tutorials/maui-blazor-web-app>)
197+
* Additional samples (see the [Blazor samples GitHub repository README file](https://github.com/dotnet/blazor-samples))
198+
199+
:::moniker-end
200+
201+
:::moniker range=">= aspnetcore-8.0 < aspnetcore-9.0"
183202

184203
Samples apps in the repository:
185204

186205
* Blazor Web App
187206
* Blazor WebAssembly
207+
* Blazor Web App Movies tutorial sample (<xref:blazor/tutorials/movie-database-app/index>)
188208
* Blazor Web App with EF Core (<xref:blazor/blazor-ef-core>)
189209
* Blazor Web App with SignalR (<xref:blazor/tutorials/signalr-blazor>)
190210
* Two Blazor Web Apps and a Blazor WebAssembly app for calling web (server) APIs (<xref:blazor/call-web-api>)
191211
* Blazor Web App with OIDC (BFF and non-BFF patterns) (<xref:blazor/security/blazor-web-app-oidc>)
192212
* Blazor WebAssembly scopes-enabled logging (<xref:blazor/fundamentals/logging#client-side-log-scopes>)
193213
* Blazor WebAssembly with ASP.NET Core Identity (<xref:blazor/security/webassembly/standalone-with-identity/index>)
194214
* .NET MAUI Blazor Hybrid app with a Blazor Web App and a shared UI provided by a Razor class library (RCL) (<xref:blazor/hybrid/tutorials/maui-blazor-web-app>)
215+
* Additional samples (see the [Blazor samples GitHub repository README file](https://github.com/dotnet/blazor-samples))
195216

196217
:::moniker-end
197218

@@ -207,19 +228,14 @@ The sample repo contains two types of samples:
207228

208229
:::moniker-end
209230

210-
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).
231+
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).
211232

212233
The ASP.NET Core repository's Basic Test App is also a helpful set of samples for various Blazor scenarios:
213234

214235
[`BasicTestApp` in ASP.NET Core reference source (`dotnet/aspnetcore`)](https://github.com/dotnet/aspnetcore/tree/main/src/Components/test/testassets/BasicTestApp)
215236

216237
[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)]
217238

218-
To download the sample apps:
219-
220-
* Download the [Blazor samples repository](https://github.com/dotnet/blazor-samples) ZIP file.
221-
* Unzip the file.
222-
223239
## Byte multiples
224240

225241
.NET byte sizes use metric prefixes for non-decimal multiples of bytes based on powers of 1024.

0 commit comments

Comments
 (0)