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:



THIS ONLY WORKS FOR .NET 2.0, AND IS NOT COMPATIBLE WITH ANY .NET FRAMEWORK 1.x distributions
So, I am currently shifting jobs (I am going to be at Shaw AFB as opposed to Eglin doing a SharePoint project for CENTAF) and I had some time to investigate using biometrics with SharePoint. I don't have any fancy [...]


Continue Reading This Article...

I am getting ready to move to a new AF base, from Eglin AFB where I worked for an acquisitions wing (the 328th Armament systems wing) to Shaw AFB for a similar project that I have been doing, but for USCENTAF (Central Command Air Forces). I am excited to be at Shaw for the period [...]


Continue Reading This Article...

Have you worked with SharePoint and SmartCards?
I have, as in most military / federal environments you will find that users generally access your SharePoint instance through the use of a CAC (Common Access Card) card. It is the same as any other SmartCard just a little more jazzed up in general with some other information [...]


Continue Reading This Article...

1: SPSite site = null ; 2: SPWeb web = null ; 3: site = new SPSite( "http://server:100/sites/DevSite/" ); 4: web = site.OpenWeb(); 5: SPRoleAssignment roleAssignment = new SPRoleAssignment( "domain\user" , "alias@domain.com" , "Nishand" , "Simple Test For You!" ); 6: SPRoleDefinition roleDefinition = web.RoleDefinitions.GetByType(SPRoleType.Contributor); 7: roleAssignment.RoleDefinitionBindings.Add(roleDefinition); 8: web.RoleAssignments.Add(roleAssignment);   Enjoy!!!


Continue Reading This Article...

I wanted to give everyone a quick sneek peak at what the CardSpace provider I am working on is shaping up to be. Its not real fancy right now, and is currently in testing with two companies I know that were interested in getting their SharePoint implementation up with CardSpace. Here is a large screenshot [...]


Continue Reading This Article...