SharePoint User Manager

5PM.zip (839 kB)
This project provides a tool that allows SharePoint admins connect to their local SharePoint farms and produce reports against their SharePoint applications

7-Up: PowerShell Scripts for Upgrading SharePoint 2007 to 2010

7up.zip (1,2 MB)
PowerShell scripts to automate the upgrade of SharePoint 2007 to SharePoint 2010 using a content database or hybrid upgrade approach.

Active Directory Browser web part for SharePoint

ADBrowser.zip (107 kB)
Have you ever needed to know what the membership of a particular Active Directory group is before granting the whole group access to a SharePoint site or list? This SharePoint web part allows end users to view all of the Active Directory users in each AD group under a specified LDAP path. This is a read only view of the group members.

Add web part page quick search extension for SharePoint Server 2007

This small solution provide quick search feature on add web part page in SharePoint Server 2007. Now you can easy and fast search nesessary webpart - you need write only a first letters the name's webpart without any large page scrolling.

Advanced Alert for SharePoint

Advanced Alert is a Windows Sharepoint Services 3.0 solution which allows users having the ManageAlerts permission to create alerts on list or item for SharePoint groups.

Ajaxify MOSS

stsadm commands for adding/removing needed web.config entries to MOSS Web Applications for ASP.NET AJAX 1.0 extensions.

ASP.NET Controls Library

A collection of ASP.NET Controls/Classes that can be reused on different projects (including MOSS 2007, ASP.NET 2.0/3.0/3.5 Web Applications, Web Services, etc).

SharePoint Audience Migration

This project has the pupose of overcoming the horror of using audience targeting in SharePoint when you move a web application to another farm or set it to be hosted by another SSP.

Basic MOSS Publishing Site Definition

This site definition is not as minimal as the Minimal Publishing Site. On the other hand, it doesn't deploy all the branding elements of the BLANKINTERNET site definitions. This site definition is explained in detail as part of the upcoming MOSS Web Content Management video course from AppDev by Doug Ware and Matt Ranlett. The source is included here with AppDev's permission.

SharePoint Batch Query Test Tool

A windows form based tool which can automatically send query strings from a text file to Microsoft Office SharePoint Server/Microsoft Search Server, and then save multi query results to XML files on the disk.

BDCToolkit - BDC DAL & Webservice generator

The MOSS BDC & DAL generator is a tool that generates typed webservices and a typed c# data access layer from an BDC application definition. It also ensures that the code that has been generated is used on the correct application definition.

Best Bet Import Tool for Microsoft Search

bestbets.zip (4,0 MB)
Import Best Bets into Microsoft Search Server 2008 (MSS) or Microsoft Office SharePoint Server 2007 from an XML file.

Sharepoint Silverlight Photoviewer WebPart

bjsspv.zip (127 kB)
This is a Sharepoint Webpart project started on binaryjam.com that uses silverlight to display the contents of a sharepoint image library list. The initial release works with the Silverlight RC1 and Alpha Refresh of the same time period. The Webpart was designed for Sharepoint 2003 but will work in MOSS 2007.

MOSS 2007 Farm-Wide BLOB Cache Flushing Solution

The MOSS 2007 Farm-Wide BLOB Cache Flushing Solution (or BlobCacheFarmFlush) provides SharePoint site collection administrators with a UI-based mechanism to flush the contents of MOSS publishing site BLOB cache folders (or disk based cache) on all servers in a farm at once.

Block SharePoint Designer HttpModule

Block SharePoint Designer access for an entire web application except for a designated Active Directory group. You can restrict SPD users of any permission level, including site collection owners and even the SharePoint service account! Two .wsp files add & deploy an HttpModule.

bluePortal

blueportal.zip (2,0 MB)
BluePortal is a video sharing and collaborative platform that is a front end to a video streaming platform (Silverlight Streaming, Homemade streaming, CDN streaming server). BluePortal is based on three main components: BluePortal Core System -Video metadata (tag, categories, channel) -Video UGC (playlist, comments) -Video encoding -Video uploading to a streaming platform BluePortal StarterKit : Sample website “you tube” like. -User management (share, friends) -Windows live authentication -BluePortal service platform: Set of APIs that expose the core system features. Web Service API -Media RSS API BluePortal can be deployed as a standalone web site (mode starter kit) or as service for an existing website (mode services).

SharePoint Branding Tool (Themes, Master pages, Site Logos...)

Aim: To have a tool that can help ease up the effort required to manually change branding on multiple sites. Functionality: This tool can be used modify the following for multiple sites: * Themes * CustomMasterUrl/MasterUrl (Master Page) * CSS and SiteImage Paths * ...and more

CAML.NET

camldotnet.zip (1,9 MB)
A set of .NET language-based tools for creating dynamic, reusable CAML query components. CAML.NET leverages the power and flexibility of the .NET Common Language Runtime (CLR) to build CAML queries dynamically in code while preserving the syntactic structure of the native CAML language. The power of CAML lies in its flexibility, but that flexibility comes at a cost. Typically, the cost is measured in lost productivity because it forces developers to work without the tools they need to ensure their code meets solution requirements. It also makes it difficult to effectively extend the efforts of others through the encapsulation and data abstraction that would be possible with a stronly-typed managed language like C#. CAML.NET addresses this problem by providing a rich set of static methods for easily expressing CAML queries and a corresponding set of wrapper classes for executing queries and then binding the results to any .Net object or data structure. Using CAML.NET, developers can build reusable query libraries and derive new queries from existing ones, adding value to their teams with each new assignment.

SharePoint CAML Query Builder (POCO to CAML)

POCO to CAML simplifies creation of SharePoint CAML queries by using expression trees.

SharePoint Cascading Drop Down List (With Filter) Field Type

This project is an extension of the cascading dropdown field type created by DataCogs and further enhanced by Patrick Tisseghem.