J4JCommandLine: Major Release
Using the library in a number of projects made me realize it was too hard to configure. That was mostly the result of it trying to do too much of
Using the library in a number of projects made me realize it was too hard to configure. That was mostly the result of it trying to do too much of
Earlier versions of J4JLogger tried to “simplify” defining and configuring channels/sinks. However, as I continued to use the library — and learned more about Serilog — I came to realize
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,
Or at least the Windows desktop version of it :). This is an app I wrote to re-familiarize myself with Windows Presentation Foundation (WPF) and because I got tired of
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