by Chad Green
24. November 2008 06:07
I’m a big fan of extension methods and I have been using them for since .NET 3.5 was released. One of the things I have been thinking about doing for quite some time is to publish my library of extension methods I have built. Today I’m proud to announce the initial release of my Extension Library project on CodePlex.
This library includes useful extensions to the following types:
-
DataRow
-
DataSet
-
DateTime
-
IDataReader
-
Integer
-
ListControl
-
Object
-
String
-
WebControl
One of things I wanted, which is part of the reasons why it took me so long to get this project published, is full documentation. You can download that here: ExtensionLibrary.dll (31.00 kb)

9ba7ccf5-2326-47eb-b244-b38adbc88c70|0|.0
Tags: