Tuesday, February 12, 2013

Avoid memory leak issue in custom developed code

Many times we are involved in developing public SharePoint site and customer complaints about site loading slowly. This could be to due memory leakage problem in custom functionality integrated on the SharePoint site.

We all know that SharePoint objects can occupy huge memory. Thus SPDisposeCheck is nice tool that recognize where we forgot to dispose SharePoint objects and helps in avoiding any memory leaks in custom code.

Below is the link to download this tool

No comments:

Post a Comment