Resource Page Description
Some extension methods for IDataRecord/IDataReader, as well as an extension to turn an IEnumerable<T> into an IDataReader for easy testing.
Program.cs contains sample usage code for the ToDataReader() extension method as well as a few of the GetNullable*() extension methods.