I already read the document about disposal about 10 times in the last 3 years. But my question is different.
Why wouldnt I always use SPContext.Site and .Web
instead of always creating an object instance? using (SPSite site =
I suppose it has to do with the kind of operations you are going to do with the objects? As far as I know creating an instance its more resource intensive, so the more I use the Context object the better?