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…
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…
So I had a new problem recently that made me really have to work. I had someone who wanted to bulk copy multiple rows into…
As I was working the other day, I started thinking about the differences between String.Empty, string.Empty and “”. They are all empty strings but what…