Subscribe via email
Click Here to Subscribe
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...
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...