[This topic](https://docs.microsoft.com/dotnet/csharp/programming-guide/strings/how-to-concatenate-multiple-strings) needs to be updated in a number of ways. Sub tasks: - [x] Add interpolated strings - [x] Discuss performance implications of `+` on strings. - [x] Discuss performance implications of `StringBuilder` and buffer re-allocations. - [x] Add a LINQ example using Accumulate - [x] link from C# Hello World Quick Start