Diving into the world of XAML

I’ve made progress reading a long book on WPF and XAML, and creating a WPF application to process Word and Excel documents, with a form interface.

XAML is quite fascinating, and I love declarative languages; the end-goal is to move to WinUI 3 instead of WPF (WinUI being much more modern), but I’m starting out with the latter as it’s more familiar to me. They both use XAML.

I hope to post some small utility programs built in WPF on my GitHub page eventually.