Category Archives: General

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

Crimbo

Happy Christmas and a prosperous New Year to all! 🙂

Posted in General | Leave a comment

My Development Configuration

Just wanting to share the utilities, custom scripts and applications that I use when developing for SharePoint. Besides the obvious, Visual Studio, SharePoint Designer and InfoPath, the following is what I find makes developing and debugging that little bit easier. … Continue reading

Posted in General | Tagged | Leave a comment

Merry Christmas

Happy Christmas and a prosperous New Year, I hope 2013 is everything you expect and more!

Posted in General | Leave a comment

Impersonating Current App Pool User

Using SharePoint it’s easy to run a block of code with elevated permissions: SPSecurity.RunWithElevatedPrivileges(()=> { using (SPSite elevatedSite = new SPSite(siteId)) { using (SPWeb elevatedWeb = elevatedSite.OpenWeb(wedId)) { // operations using elevated SPWeb object… } } });SPSecurity.RunWithElevatedPrivileges(()=> { using (SPSite … Continue reading

Posted in General | Tagged | Leave a comment