String.Join performance has improved in .NET 6

In C#, String.Join is very useful to get a delimiter separated string from a string list. This is another method that’s significantly faster in .NET 6 compared to .NET 5.

Anyone using String.Join in a large loop?

Leave a Reply

Your email address will not be published. Required fields are marked *