What are your most useful C# extension methods?

Posted by Edward Tanguay on Stack Overflow See other posts from Stack Overflow or by Edward Tanguay
Published on 2010-05-06T05:25:28Z Indexed on 2010/05/06 5:28 UTC
Read the original article Hit count: 325

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about extension-methods