Category Archives: Practices

Tips for organising your SharePoint project in Visual Studio

Becky Bertram recently blogged about Visual Studio project organisation for SharePoint. I agree with most of her points, and below are 3 additional conventions I’d suggest to others: 1. Always group SharePoint project items (SPI) into folders by project item … Continue reading

Posted in Practices, SharePoint, SharePoint 2010 | Leave a comment

Strategy for maintaining isolation and source code manageability for Framework libraries in SharePoint

Wow what a long post title! Let me explain.. Overview SharePoint apps on the same server shares a common GAC. How do we reuse Framework libraries across these apps, yet: Keep the Framework runtime code isolated for each client system to: Reduce risk and … Continue reading

Posted in Practices, SharePoint | Leave a comment