The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
279 views

SPSite and SPWeb object dispose inside foreach loop

I have a code that loops through all the Sites and Webs in a web application. My code uses for..each loop to navigate through each site and web object. I was wondering if we are required to dispose ...