I'm building my own libraries, but I'm wondering what's already available for extending string, numeric types, most importantly, IEnumerable. What am I missing out?
Asked
Active
Viewed 1,671 times
4
-
I will go play with Extension Overflow and .NET extension library. I'll let you know how it goes! – Adriano Carneiro Apr 18 '11 at 20:53
2 Answers
2
There are some on Codeplex, including Extension Overflow, which is based on the question, What are your favorite extension methods for C#? (codeplex.com/extensionoverflow) .

Community
- 1
- 1

Mark Cidade
- 98,437
- 31
- 224
- 236
-
Nice! Did not find this one before asking because I did not use the word 'favorite', which is kind of discriminated in questions. – Adriano Carneiro Apr 18 '11 at 19:02
1
CodePlex is a good place to look for this sort of thing, for example:
This one is probably a bit out of date now given recent .NET 4.0 advances: