Skip to content

Commit

Permalink
New .NET MAUI BWA with shared UI article (#32390)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex committed May 2, 2024
1 parent d943b22 commit bd1aa07
Show file tree
Hide file tree
Showing 3 changed files with 446 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aspnetcore/blazor/fundamentals/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,11 @@ Samples apps in the repository:
* Blazor WebAssembly
* Blazor Web App with EF Core (<xref:blazor/blazor-ef-core>)
* Blazor Web App with SignalR (<xref:blazor/tutorials/signalr-blazor>)
* Blazor Web App with OIDC (<xref:blazor/security/blazor-web-app-oidc>)
* Two Blazor Web Apps and a Blazor WebAssembly app for calling web (server) APIs (<xref:blazor/call-web-api>)
* Blazor Web App with OIDC (BFF and non-BFF patterns) (<xref:blazor/security/blazor-web-app-oidc>)
* Blazor WebAssembly scopes-enabled logging (<xref:blazor/fundamentals/logging#client-side-log-scopes>)
* Blazor WebAssembly with ASP.NET Core Identity (<xref:blazor/security/webassembly/standalone-with-identity>)
* .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>)

:::moniker-end

Expand Down

0 comments on commit bd1aa07

Please sign in to comment.