C# Short Circuit Demo
Today, we are going to look at doing a short circuit demo in C#. I really want to provide a solid example to help people…
Today, we are going to look at doing a short circuit demo in C#. I really want to provide a solid example to help people…
Recently, I have been digging in my old source code. I ran across an if statement that was not optimized. In this instance, it was…
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…
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…