I've played with closures a bit in C# and even written them in production-spec apps, however, nothing has really shouted at me that this problem must be, or can only be, solved with the use of a closure.
Is there any problem where closures are particularly useful for solving? Also, is there any gotcha with closures in C# 4.0?
Thanks