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…
I thought today I would write about a new .NET MAUI project I wrote. The project source code can be found HERE. The project is a reimagining of my old…
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…