About      |       Articles      |      Services      |      Software      |      Contact

Latest Free SharePoint Software

ARB Security Solutions regularly releases free SharePoint software, including WebParts, Client Applications, Framework Extensions, and other Miscellaneous Components.
The most recent freeware is:

Title: Simple SharePoint Rollup WebPart
Date Published: 10/22/2009

Previous Two Free WebPart Releases:

SecureCenter For SharePoint

By SharePoint security integrators, for SharePoint security integrators.

SharePoint Security Assurance Program™

For externally facing SharePoint deployments, security is an acutely important deployment concern. Learn how through daily security scanning, you can ensure external business users and partners that they can collaborate in confidence!

Security Assurance WebPart:



Description The Microsoft.SharePoint.WebControls.SPMonthPickerControl class inherits from the Microsoft.SharePoint.WebControls.SPDatePickerControl class which is responsible for providing a Control using Microsoft.SharePoint.WebControls.DatePicker to build a date selection interface. The base SPDatePickerControl class supplies a majority of the functionality to the derived SPMonthPickerControl with base default functionality, however the selector options are constrained to mon


Continue Reading This Article...

Description The Microsoft.SharePoint.WebControls.DataSourceCollection inherits from the System.Collections.CollectionBase which provides the required mechanisms to produce a strongly typed collection of objects. In the DataSourceCollection class, the collection type is of System.Web.UI.IDataSource which represents an abstract datasource that we can couple with an arbitrary control that accepts databinding


Continue Reading This Article...

I used to reside in Minnesota in what seems like ages ago (did undergrad, etc. there), when in reality I have just moved every year for the last four so my view is somewhat distorted. When I was there, the market was somewhat tepid, but was still a good place to be in the SharePoint [...]


Continue Reading This Article...

1: namespace MyNewProfileHandler 2: { 3: public class MyUserProfileHandler : MySiteProfileHandler 4: { 5: public override void SetMySiteOwner(Microsoft.Office.Server.ServerContext context, UserProfile profile, string newOwner) 6: { 7: base .SetMySiteOwner(context, profile, newOwner); 8: } 9:   10: public override bool PreProfileDeleted(Microsoft.Office.Server.ServerContext context, UserProfile profile) 11: { 12: return base .PreProfileDeleted(context, profile); 13: } 14: } 15: } 16:   Installation steps: 1) Strong name this assembly and register it to GAC 2) Run the stsadm tool  with the below command and parameter stsadm -o profiledeletehandler -type “MyNewProfileHandler.MyUserProfileHandler, MyNewProfileHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6dc6c93b86ce3656″ 3) Reset the timer services   How to test this custom handler? 1) Do a full user profile import through SSP 2) Delete a user from Active Directory 3) Do an incremental import, you could see the custom handler gets called.   Enjoy..


Continue Reading This Article...

Description The Microsoft.SharePoint.WebControls.SPHtmlSelect class inherits from the System.Web.UI.HtmlControls.HtmlSelect class which provides a control congruent to the fundamental HTML selection tags ( / ). Such tags are ordinary when constructing primitive selection options, common when no to little server-side logic is mandated. The SPHtmlSelect class extends the HtmlSelect class by supplementing its behavior with custom JavaScript in order to provide proper Sh


Continue Reading This Article...