Community

Creating Strings with No Allocation Overhead Using String.Create

(Steve Gordon) In this post, I’ll continue my series about writing high-performance C# and .NET code. This time, I will focus on a new(ish) method available on the String type – String.Create.