.NETTER Code Starter Pack

codebox.zip (5,7 MB)
This is a gallery of *Visual Studio 2010* solutions leveraging latest and new technologies released by Microsoft. Each Visual Studio solution included here is focused to provide a very simple starting point for cutting edge development technologies and framework.

Office Workflow Add-ins for SharePoint and beyond

desktopWeb.zip (31,7 MB)
desktopWeb - Office Workflow extensions for the desktop and the web.

Easy tasklist for sharepoint

This webpart for sharepoint allows users to see in a grid what their workflow tasks are, what the properties of the document are, and what tasks are assigned to groups they are member of. It's also possible to see which groupmember claimed the task.

iLove SharePoint

SharePoint Tools: Lookup Field with Picker, PowerShell Scripts, SharePoint Designer Actions, PowerActivity, PowerWebPart, PowerEventReceiver, Sandboxed Solutions... ...you will love it too.

IPY4SPD - IronPython for SharePoint Designer Workflow

ipy4spd.zip (823 kB)
IPY4SPD - When the need to get it done overwhelms the need to do it right! This project adds an IronPython script activity to SharePoint Designer giving developers added flexibility in their workflows.

Kaldeera SharePoint Solutions Library

Kaldeera.zip (255 kB)
In this project you can find a free SharePoint solutions variety developed by Kaldeera.

SharePoint Code Snippets by Tobias Lekman

lekman.zip (14,6 MB)
Contains various classes, templates, components, solutions and other resources used within SharePoint development.

MOSS Designer Workflow Activities

There are a number of Sharepoint Designer activities that I think should be available within the Designer, but they are not currently there.

SharePoint Workflow with Replicator Activity Example

Example of SharePoint workflow with replicator activity.

SharePoint PLM

plm.zip (112,4 MB)
SharePoint PLM is a kit that delivers enterprise Product Life Cycle Management (PLM) software with product intelligence functionality inside SharePoint – Parts, Bill of Materials (BOM), engineering change, ISO quality compliance, product costing, dashboards, scorecards, and more

QuickFlow - SharePoint Workflow Enhancement and Flowchart Designer

QuickFlow.zip (64,6 MB)
A simple and powerfull workflow engine on SharePoint. It provider a flowchart flowcontainer to make the development of complex sharepoint workflow more easy. It's based on WF3.5 not WF4.

Referential Integrity in SharePoint 2007 (MOSS)

Referential integrity for lookup columns is a very neat feature in SharePoint 2010. I came across a requirement to provide referential integrity in MOSS. I used SharePoint designer workflow to get this feature. I am going to explain how we can achieve “Restrict delete” in MOSS.

Sense/Net ECM - Enterprise CMS

sensenet.zip (3,1 GB)
ECMS with extreme customization possibilities and brutal performance, benchmarked with 100 million documents, an alternative to expensive closed-source suites.

SharePoint 2013 Approval Workflow

SharePoint 2013 Custom Workflow, that would help to enable approval/publishing approval process on any list or library. (For Web Apps based on Windows Auth)

Site Creation and Approval Workflow

This project contains a Windows Workflow Foundation workflow that can be deployed onto a Site Collection within SharePoint to enforce an approval process for all new sites that are provisioned within that site collection.

Simple Recruitment solution for SharePoint 2010

Our Recruitment solution for SharePoint 2010 helps track open positions, candidates, and automate recruitment processes. Users can easily customize recruitment workflows right from the app without any advanced skills.

Sharepoint 2010 Workflow History & Task Custom SPField Column

This project was inspired by Marc D Anderson while attending Office365 Saturday event in Redmond, WA on February 25, 2012. While giving his presentation he mentioned that he created a solution to show tasks for a workflow via a jQuery dialog. Although I liked his idea, I hated that his solution was tailored for one client only, and could not be easily applied to any out of the box SPList. This is how this project came to be and I hope you can find it useful.

SPAspTaskForm the simple way to create Sharepoint workflow taskforms

This project aims at making the creation of sharepoint workflow taskforms in ASP.NET as simple as possible. Imagine having a ASP.NET developer with limited sharepoint experience and NO workflow knowledge. Now it's simple to create task forms, just create a UserControl and access WF-data using string someCustomData = SPAspTaskFormContainer.Current.Field["SomeCustomData"]; And save the data back to the workflow using SPAspTaskFormContainer.Current.Save() The save-method will actually do a redirect and navigate the user back to wherever you decide.

Visual Studio SharePoint Debugging Assistant

This is a handy Visual Studio add-in that will save you time by automating the SharePoint (or any other server-side code running under IIS hood) debugging.

Useful Sharepoint Designer Custom Workflow Activities

This project takes aim at making it easier to create advanced workflows using Sharepoint Designer by providing a set of custom workflow activities.