Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed
Search Wiki:
Project Description
A SharePoint developer's utility designed to quickly transform your ideas into real-world components that you can deploy into a staging or production Web farm with confidence.

About STSDEV


STSDEV is a proof-of-concept utility application which demonstrates how to generate Visual Studio project files and solution files to facilitate the development and deployment of templates and components for the SharePoint 2007 platform including Windows SharePoint Services 3.0 (WSS) and Microsoft Office SharePoint Server 2007 (MOSS). Note that the current version of the stsdev utility only supports creating projects with the C# programming language.

UPDATE

4/29/08: An update is in the works that will address as many of the issues/bugs reported for the current release as possible. We are also planning to add direct Visual Studio integration as well as the ability to add new items to an existing project and possibly also support for VB.Net. Please continue to report bugs on the Issues List. Once our plans are set, we will post information as to the planned schedule here. Thanks for your interest in this tool.
Last edited Apr 29 at 5:41 PM  by dmann, version 7
Comments
bcjung wrote  Sep 12 at 7:07 PM  
First of all, I really appreciate your contribution in SharePoint society.
One of the biggest challenge of shaerpoint webpart development is Visual Design part that is very easy/convenient in common asp.net development with visual studio. As a workaround, people use WebParticles (see below url for the detail) which is UserControl + Wrapper class. I wonder if any way to use STSDEV with WebParticles approach or any suggestion for Visual Design part of webpart development. Also wonder when and wha'ts in 2.0 version of STSDev. Thanks a lot.
* WebParticles: http://www.codeproject.com/KB/sharepoint/WebParticles.aspx?display=Print

Updating...