views:

247

answers:

5

Extension methods are awesome and make programming so much more fun that I am constantly scouring the internet for new ones.

Does anyone know if a web site exists that is dedicated to Extension methods, something similar to a code gallery but dedicated to C#/VB.NET Extension methods?

+8  A: 

http://extensionmethod.net/

Matt Hamilton
Fantastic thanks :)
Kane
+3  A: 

I would check out the Extension Methods API at CodePlex.

Andrew Hare
+2  A: 

morelinq and MiscUtil

Marc Gravell
+1  A: 

Mannex

Jon Skeet
A: 

Stackoverflow community has a lot of useful extensions:

http://stackoverflow.com/questions/271398/post-your-extension-goodies-for-c-net

Victor Rodrigues