Using gRPC-Web with Blazor WebAssembly
Jan 15, 2020
gRPC-Web is a convenient, high-performance alternative to JSON-over-HTTP for single-page applications Read More
Meet WebWindow, a cross-platform webview library for .NET Core
Nov 18, 2019
It's like Electron, but without bundling Node.js or Chromium, and without most of the the APIs. Read More
Exploring lighter alternatives to Electron for hosting a Blazor desktop app
Nov 1, 2019
Can we get the benefits of Electron for desktop apps built with web technology, with far less resource consumption? Read More
File uploads with Blazor
Sep 13, 2019
A component to simplify working with user-supplied files Read More
Integrating FluentValidation with Blazor
Sep 4, 2019
An example of integrating a custom third-party validation system with Blazor's forms Read More
Unit testing Blazor components - a prototype
Aug 29, 2019
A possible approach for testing Blazor components that's as fast as unit testing and as high-level as browser automation Read More