All Posts

FluentValidation with Blazor static server-side rendering (static SSR) on HTTP GET

FluentValidation with Blazor static server-side rendering (static SSR) on HTTP GET

Explore the application of FluentValidation with Blazor static server-side rendering (SSR) for HTTP GET requests. This blog post delves into the process of using FluentValidation for form validation during GET requests, a technique that proves useful when validating a model created from query string elements.

Inside Story: How I migrated a WinForm control library to a Blazor library using the HTML canvas tag

Inside Story: How I migrated a WinForm control library to a Blazor library using the HTML canvas tag

Follow me on my journey in migrating a WinForm control library using the System.Drawing.Graphics class to a Blazor library using the HTML canvas.

Turtle graphics library in Blazor using the HTML canvas tag

Turtle graphics library in Blazor using the HTML canvas tag

Sample usage of the TurtleGraphics.BlazorCanvas NuGet Package

Running a console application directly in your browser

Running a console application directly in your browser

Learn how to run a console application directly in your browser using Blazor WASM application.

Build a Blazor WebAssembly application using a rich text editor in a Flux-Redux architecture

Build a Blazor WebAssembly application using a rich text editor in a Flux-Redux architecture

Learn how to modify the content of a zipped dotnet project in a Blazor WebAssembly application using a rich text editor in a Flux/Redux architecture.

Listing zip file content in Blazor

Listing zip file content in Blazor

Learn how to enumerate and display zip file content in a Blazor WASM application.