MudBlazor is an open source UI library full of great Razor controls. Since the library is open source, it's fun and easy to extend. For instance, one of the things…
Last year I wrote an article about using the MudBlazor control library with a MAUI Blazor mobile app. I came away from that experience with the impression that yes, it…
Edit: In light of changes to MudBlazor, and MAUI, I've rewritten this walkthough HERE with a better outcome. Lately I've been familiarizing myself with .NET MAUI and .NET MAUI Blazor.…
Last time I had finished walking through the setup plugin. I had almost finished walking through the quick start sample, for the library, but I left the last part for…
Last time I laid out the justification for a library to generate UI screens, for editing the setup of a Blazor website. This time, I'll dive deeper into the overall…
I've been trying to develop a slightly better approach to application configuration. The process we all go through now works, as far as it goes, but I think it could…
I recently made a small change to my CG.Blazor.Forms._MudBlazor NUGET package. Specifically, I added a property called OptionsFunc to the MudSelectAttribute and MudRadioGroupAttribute attributes. For this article, I'll only discuss…
I made a quick change to my CG.Blazor.Forms library. It's a change I need for a project I'm building that makes good use of the dynamic form generation capabilities of…
Securing REST API's is something we all must learn to do. After all, releasing an API into the wild without some precautions is downright foolhardy. Still, I remember when I…