Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
开发者_如何学PythonClosed 9 years ago.
Improve this questionI'm trying to compile a list of Must have tools/extensions for developing MOSS 2007 to build a dev machine. The dev os is Window 2008 R2 64 bit.
- MOSS 2007
- Visual Studio 2008
- Sharepoint Designer
- WSS/Office Server SDK
- Visual Studio 2008 Extensions for WSS 3.0
Is there any additional required/nice to have tools?
SharePointDevWiki.com covers this well:
Basic tools: Building a SharePoint Development environment
Then take your pick from this exhaustive list: SharePoint Development tools
My must-have items in my toolbox (some already mentioned) are:
- VMWare Player
- SharePoint Manager 2007
- Powershell
- SPWakeUp
- NotePad++
- SharePoint Inspector
- SharePoint Feature Manager
- SPDisposeCheck
- Application Pool Manager
- Beyond Compare 2
- STSADM Win
- ULS Viewer
- Imtech Fields Explorer
- Imtech List Generator
- Firefox and Firebug
- Stramit CamlViewer 2007
- CAML Intellisense
- U2U CAML Query Builder
- Fiddler
- Gary Lapointe's Custom STSADM Extensions
- Scott Hillier Features on Codeplex
- SharePoint Sushi
.Net Reflector
Fiddler2
CSS debugging tools like IE developer toolbar, FireBug etc
SharePoint Manager is updated for 2010, but the 2007 release is still available. It's a great tool for browsing the innards of a SharePoint site hierarchy.
SPM http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=spm&DownloadId=23663
On MOSS 2007 several people I respect use WSPBuilder and swear by it. For hard-core dev work you may find DbgView invaluable. Finally, a solid diff/merge tool like WinMerge often comes in handy. Of course, your mileage may vary.
I think STSDEV was a great tool and grants more fine-grained control over the WSP creation process than the Visual Studio Extensions. I admit that I gave up on the VSeWSS tools early on, so they might be awesome now, but using STSDEV has been a breeze to integrate into the build process. Also, since the source is available, it's easy to fix or extend on a whim!
I'd say IronPython is an invaluable tool for experiments with the SharePoint object model and short scripting tasks - of course, unless you already use Powershell.
How to begin - http://blog.glenc.net/2007/08/12/sharepoint-meet-python/
Here is another good list for SharePoint 2007 developer tools
精彩评论