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

Sometimes, I am just so used to doing things a certain way that I don't look for new ways of doing it. Fault of my programming personality I suppose, but String.Compare is one of those things that I use religiously now. Let's take a quick example. We might go about retrieving a some SPUser objects [...]

  • Share/Bookmark

Continue Reading This Article...

Well, this is cool. A SharePoint blogger stepped through my chapter here:  http://marijnsomers.blogspot.com/2007/11/book-review-real-world-sharepoint-2007.html He gives an overview of what I covered in my chapter on SharePoint security. He pretty much hits all the points I was trying to get across, which is really nice, puts together a great summary on the concepts that are introduced. [...]

  • Share/Bookmark

Continue Reading This Article...

I was developing a custom web control that I planned on consuming in a WebPart, and I had some control properties that required a reference to an image. So I had: PLAIN TEXT C#: [Editor(typeof(ImageUrlEditor), typeof(UITypeEditor))] in my property decorations. Well, using the ImageUrlEditor class in order to prompt a UI for selecting an image [...]

  • Share/Bookmark

Continue Reading This Article...

I saw this post on the forums: http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2270146&SiteID=17 Where the user states (paraphrased): I've been tasked with delivering a custom auditing solution in Sharepoint 2007 and become a little stuck. Is there an easy way to translate a UserID (GUID) - returned from calling an instance of SPAuditEntry.UserID - into the corresponding SPUser.Name? i.e. string [...]

  • Share/Bookmark

Continue Reading This Article...