News

Continuing our discussion on working with strings efficiently, in this article we’ll look at how we can use the String.Create method to create strings with no resource overhead whatsoever.
Take advantage of the MethodImplAttribute class in C# to inline methods and improve the execution speed of your .NET applications.