Friday, 15 June 2007

Disposing of SPSite and SPWeb Objects

Wherever you use the SPWeb and SPSite objects, you must always dispose them after use. You can do this by either explicitly disposing of the by calling the dispose method, or encasing them in a "using" statement, "scope".  .If you do not dispose of the objects then memory can quickly be consumed and eventually, dependent on the scale of your architecture, your environment will grind to a halt.

So how do we Dispose or Scope ?  Bear in mind that both of these methods are as efficient as each other.

Friday, 1 June 2007

Welcome

Welcome to the GEMSolution Blog Site.

This Blog will be geared towards the SharePoint development and customisation world, and the problems and fun that this brings to people's lives.

Please feel free to register and add posts to this blog site with your problems, questions and comments and hopefully this can build up to be another source of information for people venturing into the world of SharePoint.

happy SharePoint'ing