-
I would like to reference to an old post that appeared in 2007 on http://blogs.msdn.com/sharepoint , that mentions the SharePoint debugger feature. I use it quite a lot and i am sure a lot of people don't know about its existance. Its a relatively simple feature that shows up in the SiteActions menu...
-
SPDisposeCheck is a tool to help you to check your assemblies that use the SharePoint API so that you can build better code. It provides assistance in correctly disposing of certain SharePoint objects to help you follow published best practice. This tool may not show all memory leaks in your code. Further...