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.

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.

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.

String literal types in C#

String literal types in C#

Learn how to to guarantee the value of strings at compile time.