This code snippet made me chuckle:

public static dynamic SomeMethod()
{
  // ...
}

This is valid C# 4.0 code, it will compile. Just the notion that apparently something that’s static can be dynamic at the same time is funny (or so I think).