Community

An Experiment in Optimization

(Jim Mischel) When I needed a method to reverse a string, the first thing I did was check the .NET String class to see if it has such a thing. I was surprised to learn that there is no Reverse method for strings. At least, up until .NET 3.5, there wasn’t. In .NET 3.5, Reverse is an extension method-

Read More - Register for Free Membership