Microsoft provides a sophisticated API/Object Model for programmatic access to the SharePoint from .NET custom code. Invariably, most calls to the object model begin with a call to the SPSite and SPWeb objects, which represent the site collection and web accessed accordingly. Developers must dispose the memory of any instance of SPSite and SPWeb. This [...]
Archive for July 11th, 2008
Helper Class for Avoiding Memory Leaks with SPSite and SPWeb Objects
Posted in Everything, Software Development, tagged Microsoft SharePoint on July 11, 2008 | 5 Comments »
