I Heart Strings

String.Format…woooonderful stuff, I agree. What’s even better is being able to specify your formats in the web.config for greater maintainability.

IE:

Name: {0} {1}

can easily be changed to:

Name: {1}, {0}

…if you put the format string in the x.config. I’m a huge fan of stuff like this.