When concatenating many strings, especially in a loop, using the StringBuilder class is usually more performant and uses less memory.

Read more of this post