All Posts

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.

URL based localization scheme for Blazor Server

URL based localization scheme for Blazor Server

Learn how to to create a localization scheme based on the URL path that works with Blazor Server (WebSockets).