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: 329
c#
|extension-methods
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