Community

Speed Test: String Concatenation

C# and the .NET framework provide several ways in which strings may be concatenated by appending the contents of one string to those of another. Some methods use immutable strings directly, others use mutable data to achieve faster performance.

Read More - Register for Free Membership