I was wondering if there was some sort of cheat sheet for which objects go well with the using statement... SQLConnection, MemoryStream, etc.
SQLConnection
MemoryStream
Microsoft FxCop has a rule checking that you use an IDisposbale in a using block.