"[yield][1]" would come to my mind. Some of the Attributes like [[DefaultValue()]][2] are also among my favorites. The "[var][3]" keyword is a bit more known, but that you can use it in .net 2.0 Applications as well (as long as you [use the .net 3.5 Compiler][4] and set it to output 2.0 code) does not seem to be known very well. [1]: http://msdn.microsoft.com/en-us/library/9k7k7cf0(VS.80).aspx [2]: http://msdn.microsoft.com/en-us/library/9k7k7cf0(VS.80).aspx [3]: http://msdn.microsoft.com/en-us/library/bb383973.aspx [4]: http://blogs.msdn.com/msbuild/archive/2006/11/03/msbuild-orcas-and-multi-targeting.aspx