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…
Since .NET has gone to RC1, I've been playing around with the new framework. As a result, I've been running into lots of bugs and 'features', with the new codebase.…
Last time I covered the code for all the view-models. This time I'll cover the last few classes, from the root of the project, and wrap everything up with this…
In the last few articles we have walked through how to put together a complete .NET MAUI cryptography tool. Along the way, I have added code for most of the…
Last time I started walking through the project, populating the various folders and files with C# and XAML code. I'll continue that effort now. Let's start with the "Events" folder.…
Last time I laid out a new .NET MAUI based version of my CG.Tools.QuickCrypto tool. This time I'll cover the internals with a walkthrough. The complete project source code can…
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.…
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…
Last time I wrote about changes I recently made to my alert library. This time I'll demonstrate how to override a "standard" alert type. Let's start by defining a custom…
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,…