All Posts

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.

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).

Sending an anti-forgery token with ASP.NET Core MVC AJAX requests

Sending an anti-forgery token with ASP.NET Core MVC AJAX requests

Learn how to to submit anti-forgery tokens with ASP.NET Core MVC AJAX requests using jQuery, fetch, and axios.