vote up 14 vote down star
29

I have only been doing development work in SharePoint the last 6 months. Coming from a client server background the tooling situation in SharePoint was a rude surprise, but I think that I have by now picked up the majority of the Must Have tools.

Which tools should be in every SharePoint developers toolbox in your opinion ?

My list so far includes:

flag

9 Answers

vote up 8 vote down check

I am sure that you also use Visual Studio, but beside from this I have a couple of additional tools that I would include in my toolbox:

link|flag
vote up 5 vote down

My best tools are:

SPCamlViewer

CAML Query Builder

Sharepoint Variation Editor

link|flag
vote up 6 vote down

STSDEV in my view is good tool for creating solutions, like WSPBuilder and better than VSeWSSv12.

link|flag
vote up 1 vote down

If you are doing anything with Search, then I can recommend our SearchCoder toolset: SearchCoder

link|flag
vote up 6 vote down

Another great tool for SP developers:

SharePoint Manager 2007

It is a SharePoint object model explorer which exposes pretty much everything.

link|flag
vote up 5 vote down

WSPBuilder for automated builds.

WSS SDK for quick offline WSS documentation, samples, white papers, etc.

MOSS SDK for quick offline MOSS documentation, samples, white papers, etc.

SharePoint Solution Installer for easy deployment of WSP packages

Imtech Fields Explorer for auto generating content type-based Page Layouts and features.

SharePoint Dispose Checker Tool for checking for potentially undisposed webs/sites.

Get SharePoint to Validate to make those ugly HTML-table based web part zones into XHTML.

YACAMLQT for us who can't be bother with how to nest CAML into valid statements.

SPSReport for generating reports of the farm when an error is hard to track down.

SmartPart for hosting web user controls inside web parts without a line of code.

Typemock Isolator for writing Unit Tests in SharePoint

Fiddler for tracking what's going on between client and server

IIS Diagnostics Toolkit for easily enabling SSL (and other stuff)

link|flag
vote up 1 vote down

Should check out the list of tools on the SharePointDevWiki.com page 'Other Development Tools'.

link|flag
vote up 0 vote down

SPVisualDev from CodePlex is another excellent tool to try out.

link|flag
vote up 1 vote down

In addition to being a great persisted object browser, MAPILab Spy for Microsoft SharePoint is a fantastic tool learning the SharePoint object model and how types interrelate. Many of the one-off command line applications that are needed to read, set, or observe object instances can be avoided with this tool.

MAPILab Spy does run $69, so something like SharePoint Manager 2007 (mentioned above in both Kasper's question and Tudor Olariu's reply) gets you some of the same functionality for much less (that is, for free!) For me, though, it's been worth the money for the tool in the development work I've done ... and no, I'm not a spokesperson (paid or otherwise) -- just a satisfied user :-)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.