Author Archives: Stu

Provider-Hosted Development Setup

Setting up a development environment for SharePoint is relatively straight forward when it comes to on premise solutions. Everything is running on the same server and normally on one IIS website. Moving to a hybrid model, be that either SharePoint … Continue reading

Posted in Configuration, Installation, SharePoint | Tagged , , , , | Leave a comment

New Certifications

It’s been a while and that’s an understatement!! I really do need to get back into the habit of blogging more about my experiences and sharing my knowledge of SharePoint and the related technologies. I recently decided to sit some … Continue reading

Posted in General, SharePoint | Tagged | Leave a comment

Add ECB to View Columns

Some code to add the ECB menu to the specified columns of a view: Code should be pretty self explanatory, happy coding! 🙂

Posted in SharePoint | Tagged , | Leave a comment

Performance Monitoring Class

Thought I’d share a class I use for performance monitoring to help identify areas of code that are causing bottlenecks or take a lengthy time to execute. In SharePoint we can use the SPMonitoredScope class to wrap areas of code … Continue reading

Posted in SharePoint | Tagged , | Leave a comment

Restart Services Script

Looking for a PowerShell script to restart important services across a SharePoint farm? Look no further because all you need is here 🙂 The script below, initiated by calling the Restart-Services function, restarts the following services on all SharePoint servers … Continue reading

Posted in SharePoint | Tagged , | Leave a comment