"[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.

Edit: Thanks kokos for pointing out the ?? operator, that's indeed really useful. Since it's a bit hard to google for it (as ?? is just ignored), here is the Documentation Page for that operator: [http://msdn.microsoft.com/en-us/library/ms173224.aspx][5]


  [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
  [5]: http://msdn.microsoft.com/en-us/library/ms173224.aspx