Monthly Archives: November 2010

How to export permission list for a group in SharePoint

When viewing a group in SharePoint, you can view a list of all permissions of that group across the site collection by going to Settings\View Group Permissions. Here is what that would look like: Today a colleague wanted to export … Continue reading

Posted in SharePoint | 4 Comments

Does iterating through SPList.Items using foreach affect performance?

Iterating through SPList.Items using a for (int i) loop is bad for performance, as each call to SPList.Items causes a trip to the DB and will retrieve all items. See http://blog.dynatrace.com/2009/01/11/the-wrong-way-to-iterate-through-sharepoint-splist-items/. I have always wondered whether using a foreach loop … Continue reading

Posted in SharePoint, TypeMock | Leave a comment

The IT-enabled future

I am doing a Master of Business Informatics at the University of Canberra and next week I have to do a 5min semi-formal presentation on what the IT-enabled future might look like. Adding my own speculation to research I have … Continue reading

Posted in Stuffs | Leave a comment