With extension methods, we can write handy LINQ operators which solve generic problems.
I want to hear which methods or overloads you are missing in the System.Linq namespace and how you implemented them.
Clean and elegant implementations, maybe using existing methods, are preferred.
Append & Prepend
(These have been added to .NET since this answer was written.)