Frage im Vorstellungsgespräch bei Geographic Solutions

In .NET why would you use StringBuilder over regular concatenation?

Antwort im Vorstellungsgespräch

Anonym

28. Mai 2011

It is designed for dynamic use, whereas the String class is very inefficient when changed often.

1