Strings are Immutable!
Working with strings is a common task in most apps but there are several ‘gotchas’ that can arise due to the immutable nature of a String in .NET. Immutable simply means that once created it doesn’t change. This seems strange at first since the value of a string variable can indeed be altered : string [...]
Read more



5:29 am by csharphelp