Jon Skeet posted an interesting snippet of code on the DOTNET-CLR newsgroup a couple of days back related to modifying the values of interned strings in the string pool. The .NET CLR always returns a reference to the same string whenever the same literal string is encountered, this reference pointing...