What are your most useful C# extension methods?
- by Edward Tanguay
Extension methods continually make the C# I work with more readable and intuitive to program.
I want to collect useful extension methods into a library so I always have them, such FormatWith by James Newton-King.
What are the most useful extension methods that you use?