I figure choices are usually a good thing. For instance, I recently fleshed out my Blazor form generation library with some nice, added features. The goal, in making those changes,…
Today I'll talk a bit about a redesign I did, for my forms generation library. Even though my first design worked, I wasn't happy with the overall outcome. I felt…
Last time I outlined a Wizard component I created, for Blazor projects. This time I'll explain how I created the component. The source for the project is available, for free,…
Lately, I've been researching how rendering works, in Blazor. For anyone who hasn't fallen down that particular rabbit hole, yet, let me provide a brief overview. In Blazor, Razor components…
One of the things I'm playing around with is the possibility of dynamically generating a Blazor form based on nothing more than an object. So, for instance, if an object…
Last time I wrote about a new plugin I created for putting a Blazor server-side website into maintenance mode. This time I thought I would walk through the internals of…
One of the Blazor plugins that I've written recently is one that enables me to quickly put a Blazor website into maintenance mode. Here is what that looks like, at…
Last time I laid out the justification and overall architecture for a REST based nanoservice, for converting between file extensions and mime types. This time I'll go into more detail…
Over the course of this three part series, I have laid out extensions I wrote for adding PRSIM like plugins to a standard Blazor application. I promised to finish things…
Last time I started walking through the development of some PRISM like plugins for Blazor. In that post, I outlined code to read a configuration and use it to inject…