Pessimists, we're told, look at a glass containing 50% air and 50% water and see it as half empty. Optimists, in contrast, see it as half full. Engineers, of course, understand the glass is twice as big as it needs to be. --Bob Lewis
Posts in c#
Posted
Thursday, Oct 10, 2019 by
Steve.
Views: 19,692 Today: 9
Appending strings is a common and repetitive task in C#. You'll be surprised how much time and energy this little extension method saves you. Continue...
Snippet
C#
Text
Posted
Monday, May 28, 2018 by
Steve.
Views: 30,252 Today: 7
Enums in C# are very useful, but it can seem difficult to work with them at times. In truth, they're pretty easy, but a generic helper class can make our lives a lot easier. Continue...
Snippet
Developer
C#