Most Recent 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.

Introducing the .NET Interactive Notebooks Razor extension

Introducing the .NET Interactive Notebooks Razor extension

Using the Razor markup in .NET Interactive Notebooks.

Displaying HTML with values from variables in the dotnet kernel

Displaying HTML with values from variables in the dotnet kernel

How to display HTML with values from variables in the dotnet kernel in .NET Interactive Notebooks.

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.