WinUI3: Non-Local Converters
I recently wrote a Windows App/WinUI3 application to start learning what will hopefully be Microsoft’s Windows desktop UI framework for some years. I come from having some familiarity with Windows
I recently wrote a Windows App/WinUI3 application to start learning what will hopefully be Microsoft’s Windows desktop UI framework for some years. I come from having some familiarity with Windows
I recently wrote my first Windows App/WinUI 3 application, to start learning what will hopefully be Microsoft’s core desktop framework for some time. Because you can never have enough programming
There’s a famous Sherlock Holmes story whose resolution depends on Holmes recognizing that a dog not barking in the night during a break-in was a critical piece of information. Because
Being somewhat lazy I find it convenient to manage my small home LAN from my desktop. Most of the machines are Windows 10 systems, along with a Debian-based Raspberry Pi,
I hope you’ve found this little journey helpful. It was definitely a fun “let’s get re-acquainted” experience for me! A few final thoughts and takeaways: Happy coding!
WPF exposes a lot of UI events…most of which cannot be directly tied to RelayCommands because the events are not ICommands1. But there is a workaround. Provided you add the