Back in 2007, I took some SharePoint training from Todd Bleaker (MVP, owner of MindSharp, and SharePoint guru). At one point he posed a question about the performance of the following methods: public string OptionOne() { string str = "Hello World" ; return str; } public string OptionTwo() ...