Archive for February, 2008

Benefits of using the StringBuilder Class 

The old phrase, ‘Work Smarter, Not Harder’ is a good one to live by. As software developers, we often find ourselves writing code that build strings. We start out simple, with a few lines of code that concatenates different text together to create a new variable. It’s easy, quick and dirty.
string myString = […]