I have read a couple of articles about the using statement to try and understand when it should be used. It sound like most people reckon it should be used as much as possib
You would never be wrong if you use using for every IDisposable that you use. There is no limit of how many nested using blocks you use.