RE: Strings are immutable
Sahil has a good post that explains why you should use StringBuilder to concatenate strings instead of just doing “string a” + “string b”
Sahil has a good post that explains why you should use StringBuilder to concatenate strings instead of just doing “string a” + “string b”
I’ve always wanted to maintain one of these, but don’t have the time… this one looks great though. http://shsc.info/UsefulWindowsSoftware
Here’s a handy link to formatting strings in C#, courtesy of Steve Tibbett’s blog.
Here’s a cool site that has a lot of reference information for Delphi.
If you want a refreshing take on the current state of Google, Microsoft, Flikr, and of course, Open Source, you have to read this rant from causticTech.