Latest Free SharePoint Software

The most recent SharePoint freeware is:

Title: SimpleChart (Org Chart WebPart) For SharePoint
Date Published: 10/22/2009

Previous WebPart Release:

DSAG - DoD / SharePoint Guide

SharePoint DoD Logo

The Department Of Defense SharePoint Architecture Guide (DSAG) is an attempt to align collaborative tooling through an ever growing series of targeted documentation in accordance with major DoD initiatives, primarily Defense Information Enterprise Architecture 1.0.

Part 1, Part 2, Part 3, Part 4, Part 5, Part 6, Part 7, Part 8, Part 9, Part 10, Part 11, Part 12, Part 13

In the development newsgroups there was a question then when performing a foreach loop for SPLists in a SPListCollection whether there was a way that the return could be controlled to a specific type. More importantly, not to just a SPBaseType, but also to a BaseTemplate by passing in the ID that corresponds to the [...]

  • Share/Bookmark

Continue Reading This Article...

Sometimes you will want to build a query worthy collection of SharePoint objects, something like you want to iterate through all SPList objects that are currently selected in a ListView control (via a checking the ListViewItem.Checked property) in a WinForm application and then perform some operation on them. I don't event think that last sentence [...]

  • Share/Bookmark

Continue Reading This Article...

Has anyone else accidentally pulled their respective USB drive out virtual images were running under? I did this weekend when I was working on a book, and all of a sudden the drive comes back and corruptible and unreadable. Now I am sad. Because all my work is on there. It doesn't mean that I [...]

  • Share/Bookmark

Continue Reading This Article...

There was a question that was posted in the SharePoint development newsgroups as to how one would go about building the URL properties of SPFile objects into a string array. Here is a solution that seems to work just fine: PLAIN TEXT C#: SPFolder Folder;   int counter = Folder.Files.Count; string[] array = new string[counter [...]

  • Share/Bookmark

Continue Reading This Article...

Recently, I posted 18 articles to help people get started on InfoPath development. If you are really bored, you can read what I wrote here: Mastering InfoPath Development Series Index You will be enthralled; laughing, crying, etc. throughout the entire series, it is an emotional ride of epic proportions rivaled only by a deep spiritual [...]

  • Share/Bookmark

Continue Reading This Article...