I Heart Strings

From all I’ve heard String.Concat does perform a bit better than String.Format and a lot better than “a”+“b”+“c” for patching together long strings. Obviously String.Format has it’s own advantages in many cases but if you just want to tie a bunch of strings together concat is a good option.