ASP.NET Core Blazor Routing NavigationManager – 404 Not Found ForceLoad Hack
Use Blazor’s forceLoad parameter on NavigationManager’s NavigateTo method to run server-side code in .cshtml files and overcome 404 Not Found.
Use Blazor’s forceLoad parameter on NavigationManager’s NavigateTo method to run server-side code in .cshtml files and overcome 404 Not Found.
Workaround a configuration shortcoming in Blazor WebAssembly standalone deployments to Azure App Services.
Make changes to open source Blazor components with this quick primer on the steps required to be an open source contributor.
Using Blazor WebAssembly to dynamically swap layout pages and CSS classes via a data-driven approach.
How to take a simple Excel file containing translated values and convert that data to a resource file (.resx) for use in a .NET application.
How to create solutions that support multiple languages, known as globalization support, in a Blazor WebAssembly application. This quick tutorial provides an example that is easy to follow.
Sending email from a Blazor PWA can be done using an old-school trick. There are, of course, limitations that a progressive web app has when it comes to sending email.
In this session, we dive into how to architect your Blazor line-of-business (LOB) application so it can easily grow and adapt to changes in requirements over time. Paul will share lessons learned and code samples developed over months of his own “trailblazing” with Blazor. In the era of 5G, this exciting technology will supplant the need for many native mobile applications.
Does Blazor live up to the hype? Come see for yourself why there is so much buzz around this technology!
This post contains information about reducing the size of serialized object graphs. It compares using JSON and YAML output formats. Newtonsoft Json.NET YamlDotNet This post also highlights the output file size difference between using classes in the System.IO.Compression namespace versus the DotNetZip NuGet package. System.IO.Compression DotNetZip Straight to the Point Simplistic testing results indicate that …
Size Matters: JSON vs. YAML and System.IO.Compression vs. DotNetZip Read More »