ExtensionMethod.net – An Extension Methods Database
While surfing around tonight, I came across ExtensionMethod.net, a database of useful Extension Methods for C# 3.0 and VB 9. I thought it might be useful, so I added a few of my own extension methods.
There aren’t many there yet, but there are one or two on there from Scott Guthrie.
Have you got any code you could put up there? You could be one of the first if you go now.
This is my personal blog, where I express my thoughts and thinking about programming and software development.
Frank Quednau
5 Mar, 2008
Sweet, have submitted the ones I blogged about: 3.weeks().FromNow and friends as well as IComparable.Between
Richard Bushnell
5 Mar, 2008
IComparable.Between is an excellent idea! I like it.