This repo contains several experiments with building .NET Blazor applications.
Note that these applications are experiments and are not necessarily production ready code. Shortcuts or hacks may have been made to further the learning or experimentation process.
These projects are based on the Cofoundry SPA example application, ported from VueJs into Blazor.
- SPASite.BlazorServer: Blazor app using the interactive server-side rendering render mode and direct sever-side data access.
- SPASite.WebAssembly: Blazor app using the WebAssembly client-side rendering mode and minimal APIs for data access.
- Experiments.Blazor.MudBlazorAdmin This is a sandbox application for experimenting with MudBlazor components to build an admin panel interface.