Two Simple Coding Tips to Save You Time Evaluating C# Strings

Cavemen working with C# strings
C# strings are so frequently used, methods to simplify them are often overlooked.

Every so often it’s good practice to review the methods available in your framework just in case there is an overlooked method already available for something you are trying to do — even if it is code you’ve repeated numerous times.  Actually especially when it is code you have repeated numerous times.

(more…)