Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.05 KB

File metadata and controls

16 lines (9 loc) · 1.05 KB

Experiments.Blazor

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.

SPA Site

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