About Me
Alex is a SharePoint Consultant for OBS, part of The Nintex Group. He also acts as a Community Moderator for SharePoint Stack Exchange.SharePoint Stack Exchange
Join our free, community operated site!
-
Recent Posts
Recent Comments
- Guest on “The rows you modified could not be saved to the server due to validation errors”
- SPField DisplayName vs Internal Name « Niranjan Rao Julapelly's Blog Learning By Doing ;) on Internal name vs display name
- Alex Angas on Debugging file locking in the GAC
- Ryan Wheeler on Debugging file locking in the GAC
- Ryan on Debugging file locking in the GAC
Recent Tweets
- @JBoman32768 I first noticed it through the RSS feed, then found it still broken when I clicked through. Weird indeed! in reply to JBoman32768 2 days ago
- @JBoman32768 Looks like pictures are broken here http://t.co/HJEPfzYs 2 days ago
- Checked in at Big Day Out Adelaide 2012 http://t.co/Q53DfD2E 3 days ago
- @orangy Good for ppl that like throttling gadgets out of frustration in reply to orangy 5 days ago
- @mrhodes :( Hope you're better really soon. in reply to mrhodes 6 days ago
- More updates...
Tags
Categories
Archives
- November 2011 (1)
- September 2011 (4)
- March 2011 (1)
- November 2009 (1)
- September 2009 (1)
- August 2009 (2)
- July 2009 (4)
- June 2009 (1)
- November 2008 (3)
- October 2008 (1)
- September 2008 (4)
- July 2008 (1)
- February 2008 (1)
Find Me

Alex Angas Blog by Alex Angas is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at www.alexangas.com.
Tag Archives: development
Administrators! Stop before deploying that custom code!
Even with no development knowledge, there’s a simple and quick tool that SharePoint administrators can run before deploying a solution package or web part to get some idea on whether it could cause instability your farm! It’s SPDisposeCheck and is … Continue reading
Showing the bulleted links list view
A user recently took quite a shine to this lovely bulleted view of links in the list view web part: They wanted all of their existing links list to be changed over to use this view. What makes this case … Continue reading
Debugging file locking in the GAC
Do you ever find that your solution files have been “successfully deployed” according to SharePoint, yet the updated code isn’t taking effect? Perhaps you are trying to debug but breakpoints aren’t being hit when normally there’s no problem. Yet for … Continue reading
Programmatically retrieving the name of an SSP
This was asked on the new Stack Overflow programming questions site recently (which you should really check out and start using if you don’t already!). Getting the SSP name is something that I’ve needed to do to build the SSP … Continue reading
Posted in Project Server, SharePoint
Tagged development, Project Server, PSI, SharePoint, SSP
Leave a comment
Internal name vs display name
Anyone that’s done a reasonable amount of work with the SharePoint object model will soon come across its flaws. The one that I regularly come up against is when working with the SPField object that represents list columns. There are … Continue reading
Project Server ItemSwapper control
ItemSwapper hasn’t been documented by Microsoft so its behaviour may change between service packs – use at your own risk! With the 2007 version, Project Server is now a SharePoint application. One of the best things about this is the … Continue reading
