其他工具创建一个表,以开发和管理的SharePoint更容易一些。全部都是免费的,除非另有注明。
Visual Studio开发环境扩展
CodeRush/Refactor Tools for SharePoint Developers
http://andrewconnell.com/blog/articles/ProductivityToolsForSharePointDevelopers.aspx
Extensions to CodeRush/Refactor to assist SharePoint development.
http://blog.mastykarz.nl/imtech-fields-explorer-visual-studio-2008-plugin/
Quickly find the field names needed for CAML queries and controls.
http://spdevexplorer.codeplex.com/
Allows editing of SharePoint content (e.g. page layouts) from within Visual Studio.
http://www.codeplex.com/SPDevMod
Collection of STSADM extensions and plugins for Visual Studio.
IDEs(集成开发环境)
http://www.boldbrick.com/Mossquito
Development environment with focus on SharePoint site modeling, deployment and provisioning with plenty of productivity tools. Mossquito unites the benefits of CAML and Object Model approach to site structure creation. Feature-rich UI, deployment based on compare & merge principle, DAO generator, command line for common tasks automation and more.
网络监测工具
http://www.fiddlertool.com/fiddler/
Examines the network traffic of pages as they load. Check the size of pages. Recommended for deploying public facing websites.
http://getfirebug.com/
Net console provides network statistics.
http://code.google.com/speed/page-speed/
Analyses page performance and provides network statistics.
http://developer.yahoo.com/yslow/
Analyses page performance and provides network statistics.
Can analyze all network traffic. Handy for seeing what network traffic is really flowing.
Web Service 测试
http://sharepointsearchserv.codeplex.com/
Test tool for WSS V3's Query web service. Allows you to generate the request XML and send it to the web service.
http://storm.codeplex.com/
Tests any web service (including SharePoint).
http://www.codeplex.com/sct
A number of tools and code samples that have been contributed to enhance the Microsoft search experience (Microsoft Office SharePoint Server 2007 (MOSS) Search, Search Server 2008 and Search Server 2008 Express).
http://www.codeplex.com/SharePointSearchServ
Web service client that can explore the scopes and managed properties of a given SharePoint Search SSP, build queries in either Keyword or SQL Syntax, submit queries, and examine the raw web service results.
http://www.codeplex.com/MOSSSearchCoder
Allows graphical building of queries and examination and testing of the SQL generated by the object model.
http://www.mapilab.com/sharepoint/spy/
According to the vendor, it provides "Browser for examining SharePoint object model" and "Context scripts on C#"
http://www.red-gate.com/products/reflector/
Allows exploration of any .NET assembly, including those provided by SharePoint. Shows where and how methods and objects are used. Find feature for fields, properties, and methods.
http://www.codeplex.com/spi
See SharePoint farm objects, get their properties by reflection, activate/deactivate SharePoint features, add/remove event receivers, manage the recycle bin.
http://www.codeplex.com/spm
SharePoint object model explorer for inspecting your SharePoint environment. Can browse every site on the local farm and view every web, list, event receiver, etc... Enables the changing of properties.
http://www.codeplex.com/camldotnet
Set of .NET language-based tools for creating dynamic, reusable CAML query components. Build CAML queries dynamically in code while preserving the syntactic structure of the native CAML language.
http://www.codeplex.com/SPCamlViewer
Assists in the creation of CAML queries. Allows testing against your SharePoint farm.
http://www.u2u.be/res/Tools/CamlQueryBuilder.aspx
Build CAML queries and test them on a SharePoint site. User interface helps you to build queries against any list in your SharePoint farm.
http://www.ideseg.com/SharePointYetAnotherCAMLQueryTool2.aspx
Converts SQL-like queries into CAML.
http://blog.mastykarz.nl/generating-list-instances-xml-imtech-listinstance-generator/
Generates the ListInstance based on the List Template from a particular Feature.
http://www.codeplex.com/features
Large collection of SharePoint features designed for developers and administrators. Provides assistance for debugging, logs, field and content type development, publishing sites, event receivers, and many more.
http://www.codeplex.com/smarttools
Collection of SharePoint features such as What's New, Autocomplete Text Field, Enhanced Site Actions, and more.
http://www.andrewconnell.com/blog/articles/MossStsadmWcmCommands.aspx
STSADM extensions for publishing sites and generating content type and column features.
http://blog.mastykarz.nl/export-publishing-pages-features-imtech-ocd-export-page/
Simplifies the process of provisioning Publishing Pages by extracting existing pages to XML. The files generated allow you to wrap your Publishing Pages in a Feature.
http://stsadm.blogspot.com
List of almost 100 STSADM extensions that cover a variety of development and administrative tasks.
http://blogs.msdn.com/ronalus/archive/2007/01/04/stsadmwin-has-an-2007-version.aspx
Provides a Windows UI version of the STSADM tool.
http://www.codeplex.com/SPPSExtensions
Provides functionality for working with the SPWeb object.
http://stsadm.blogspot.com
Extensions that assist in the use of working with the SharePoint object model from Powershell.
http://www.codeplex.com/SPoshMod
Framework for SharePoint PowerShell scripts.
http://www.codeplex.com/LINQtoSharePoint
Provides a custom query provider for LINQ that allows the querying of SharePoint lists using LINQ syntax.
http://www.codeplex.com/SPConfigStore
Provides the framework for using a SharePoint list for application configuration values.
http://code.msdn.microsoft.com/SPDisposeCheck
Helps to check that unmanaged SharePoint objects are correctly disposed of in code.
SharePoint Tips Utility Pack
http://www.codeplex.com/spstipsUtilityPack
Collection of tools including recursively delete sites, create and modify lists in multiple sites at once, and push a web part to multiple sites at once.
http://www.codeplex.com/SPConfigurator
Automates the process of deploying MOSS site settings in all or selected sites in a server farm. Includes applying master pages, web titles, audit controls and expiration policies.
http://www.codeplex.com/SPDeploymentWizard
Allows a granular selection of content to be exported from site collections, webs, lists, folders, and list items to a .cmp file (Content Migration Package) which can be copied to other servers for import.
http://www.codeplex.com/sushi
Performs common administrative tasks. Can backup sites, copy views between sites, bulk create sites, apply themes just to name a few functions
http://blog.mastykarz.nl/go/bookmarklets
Great set of bookmarks to make navigating a SharePoint Web Site easier.
http://blog.mastykarz.nl/imtech-test-content-generator-v1300-free-sharepoint-2007-tool/
Creating a given number of publishing pages with the desired page layout and content.
http://www.codeplex.com/sptdatapop
Capacity planning and performance te
诊断工具
Excellent tool that pops up in start bar with errors in ULS logs based on filters. Very handy to have running whilst developing! Quicker than notepad viewing!
http://sptraceview.codeplex.com/
http://www.harbar.net/articles/APM.aspx
Taskbar application that allows quick recycling of application pools.