Kendrick Hang Narrative, code, and photos.

Posts from March 2010

Best Practices: Strings in C#

Some “best practices” I follow when working with strings in C#. No rocket science here, but strings are everywhere. In discovering these tidbits over the past year or so working in C#, I had to undo some old habits (accepted idioms from C++) and I wanted to share what I’ve learned. String Initialization DO initialize [...]