Tag Archives: best practices
Prevent memory leaks in your SharePoint custom solutions
If you developed sharepoint (and not only) custom solutions for a while you already know that disposing SP objects especially large ones like SPWeb and SPSite is a standard practice. Mainly because you don’t want to troubleshooting performance and other … Continue reading
Four practices on improving you custom web and SharePoint application security
Published on SSWUG today: Four practices on improving you custom web and SharePoint application security Definately something to check on and make sure you`re not making those mistakes I did once
Posted in MOSS, sharepoint, wss
Tagged best practices, custom applications, layouts pages, security, sharepoint, webparts
Comments Off
SharePoint Custom Solution Deployment: approach to more maintainable implementations
Here is one of my latest SSWUG articles, this time around best practices to SharePoint custom solution deployment available here: SharePoint Custom Solution Deployment: approach to more maintainable implementations