Simple Custom Logging Setup in C#
It is surprising frequent that I have customers who do not like using third party libraries. They want to own all the code. As a…
It is surprising frequent that I have customers who do not like using third party libraries. They want to own all the code. As a…
Some errors are cryptic and it takes hours to fix, others tell you explicitly what is wrong but you have no idea what to do.…
Back in 2010, I met my first nemesis for the 2010’s it was the Art of Unit Testing from Manning. This is a combination of…
One of the questions, I got in my mailbag is a question on how to implement some blurb of code on multiple controls. For instance,…
I have gotten a couple of questions about how to do thing x with colors in WinForms. One of the weird things that always seem…
I got a funny little email, it was a plea to answer a question that had gotten them stuck. They wanted to pass information between…
When I started playing with my Garden App back in 2018, I figured out how to get SQLite to work with Entity Framework. It was…
If you have followed me at all over the years, on version 1, 2 or 3 of this site, you know I prefer WinForms over…