71 skills found · Page 1 of 3
jsakamoto / BlazorWasmPreRendering.BuildWhen you publish your Blazor Wasm app, this package pre-renders and saves the app as static HTML files in your public folder.
JeremyLikness / BlazorWasmEFCoreExampleExample of a Blazor WebAssembly project that uses Entity Framework Core on the server for data access.
stavroskasidis / BlazorWasmAntivirusProtectionAntivirus protection for Blazor Wasm projects
grantcolley / HeadwayA .NET 7.0 Blazor framework for building configurable applications fast. Supporting both hosting models, Blazor WebAssembly and Blazor Server, a WebApi for accessing data and an Identity Provider for authentication.
ledjon-behluli / BlazorWasmPOCContainerizing a complex system composed from multiple Blazor WASM apps, ASPNET Core Web Api, NGINX & Let's Encrypt SSL certificates.
VahidN / BlazorWasmDynamicPermissionsBlazor WASM Dynamic Permissions
erinnmclaughlin / BlazorWASMwithSignalRDemoBlazor WebAssembly app demonstrating real-time SignalR updates with drag and drop functionality.
codingdroplets / BlazorWasmAuthenticationAndAuthorizationNo description available
chrissainty / BlazorWasmWithDockerCompanion code sample for my blog post - Containerising a Blazor WebAssembly App
dcsoft-yyf / BlazorWASMPackagerA tool to compress all Blazor WASM files to a single JS file.
KevinDockx / BlazorWASMSecurityBestPracticesSample showing a best practice security approach for Blazor WASM apps via the BFF pattern
StefH / BlazorWasmGrpcWithAADAuthBlazor + Wasm + Grpc + Azure AD Authentication
LostBeard / BlazorWASMSIMDDetectExampleThis .Net 8 Blazor WASM project demonstrates a way of detecting SIMD support and using it if available.
Naveen512 / BlazorWasmSocialLoginCookieAuthDotnet 6 Blazor WebAssemblly Cookie Authentication Including Social Logins
LostBeard / BlazorWASMScriptLoaderBasic example of how to compile C# inside a Blazor WASM app
dgenezini / BlazorWasmSignalRNo description available
Naveen512 / .Net7 BlazorWasm Jwt AuthenticationDotnet 7 Blazor Wasm Jwt Authentication
d00lar / BlazorWasmAuthStateProvicerWindowsAuthAndJWTexample repo of how we can combine windows auth with jwt and AuthenticationStateProvider in blazor
sannlynnhtun-coding / BlazorWasm.SnakesC# .NET 8 Blazor Web Assembly
CodeMazeBlog / BlazorWasmJsInteropThis repo contains the souce code for the series of articles about JSInterop in Blazor WebAssembly, on Code Maze