Today I finally \"got\" the Func<> delegate and saw how I could use it to make some of my less readable LINQ queries (hopefully) more readable.
Here\'s a simpl
I usually only do it when I want to reuse the delegate. Otherwise, not often.