SqlDataReader.Dispose( [I think]true ) ;
I've finally started doing some application development again (it's been a while), and had to construct a bunch of DataTier methods and classes. I did lots of data access but, one of the things that I noticed was that I didn't use a single data reader! Maybe I'm missing something, and maybe (likely) I've just constructed a poor app. but, I just couldn't think of a single place to use one.
I wonder how often those things do get used?