Most Recent Posts

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.

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.