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…
Not long ago, I wrote a little Windows tool called QuickCrypto, for encrypting and decrypting text on my desktop. Part of what I use it for is to encrypt selected…