lunes, 1 de noviembre de 2010

Herramientas para desarrolladores SharePoint (lectura obligada)

Artículo de lectura obligada para todos aquellos que se dediquen al desarrollo en el mundo SharePoint. Es una lista que enumera todas aquellas herramientas que hacen un poco más feliz la vida de los desarrolladores y administradores SharePoint.

Proveniente de SharePointDevWiki.com. Transcribo el contenido, pero les recomiendo acceder al enlace original ya que seguro se actualiza con frecuencia: http://sharepointdevwiki.com/display/public/SharePoint+Development+Tools.

image

Transcripción:

Visual Studio Development Environment Extensions

CodeRush/Refactor Tools for SharePoint Developers

http://andrewconnell.com/blog/articles/ProductivityToolsForSharePointDevelopers.aspxalt
Extensions to CodeRush/Refactor to assist SharePoint development.

Imtech Fields Explorer Visual Studio 2008 plugin

http://blog.mastykarz.nl/imtech-fields-explorer-visual-studio-2008-plugin/alt
Quickly find the field names needed for CAML queries and controls.

SharePoint Developer Explorer

http://spdevexplorer.codeplex.com/alt
Allows editing of SharePoint content (e.g. page layouts) from within Visual Studio.

SharePoint Development Environment Modifications (SPDevMod)

http://www.codeplex.com/SPDevModalt
Collection of STSADM extensions and plugins for Visual Studio.

 

IDEs (Integrated Development Environments)

Mossquito 2009

http://www.boldbrick.com/Mossquitoalt
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.

 

Network Inspection Tools

Fiddler

http://www.fiddlertool.com/fiddler/alt
Examines the network traffic of pages as they load. Check the size of pages. Recommended for deploying public facing websites.

Firebug for Firefox

http://getfirebug.com/alt
Net console provides network statistics.

Google Page Speed for Firebug for Firefox

http://code.google.com/speed/page-speed/alt
Analyses page performance and provides network statistics.

Yahoo! YSlow for Firebug for Firefox

http://developer.yahoo.com/yslow/alt
Analyses page performance and provides network statistics.

Wireshark

http://www.wireshark.org/alt

Can analyze all network traffic. Handy for seeing what network traffic is really flowing.

Web Service Testers

SharePoint Query Web Service Test Tool

http://sharepointsearchserv.codeplex.com/alt
Test tool for WSS V3's Query web service. Allows you to generate the request XML and send it to the web service.

STORM

http://storm.codeplex.com/alt
Tests any web service (including SharePoint).

Search Test Tools

Search Commmunity Toolkit

http://www.codeplex.com/sctalt
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).

SharePoint Search Service Tool

http://www.codeplex.com/SharePointSearchServalt
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.

zevenseas SharePoint SearchCoder

http://www.codeplex.com/MOSSSearchCoderalt
Allows graphical building of queries and examination and testing of the SQL generated by the object model.

Object Model Viewers

MAPILab Spy for Microsoft® SharePoint

http://www.mapilab.com/sharepoint/spy/alt
According to the vendor, it provides "Browser for examining SharePoint object model" and "Context scripts on C#"

RedGate Reflector

http://www.red-gate.com/products/reflector/alt
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.

SharePoint Inspector

http://www.codeplex.com/spialt
See SharePoint farm objects, get their properties by reflection, activate/deactivate SharePoint features, add/remove event receivers, manage the recycle bin.

SharePoint Manager

http://www.codeplex.com/spmalt
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.

CAML Tools

CAML.NET

http://www.codeplex.com/camldotnetalt
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.

Stramit Caml Viewer 2007

http://www.codeplex.com/SPCamlVieweralt
Assists in the creation of CAML queries. Allows testing against your SharePoint farm.

U2U Caml Query Builder 2007

http://www.u2u.be/res/Tools/CamlQueryBuilder.aspxalt
Build CAML queries and test them on a SharePoint site. User interface helps you to build queries against any list in your SharePoint farm.

Yet Another CAML Query Tool

http://www.ideseg.com/SharePointYetAnotherCAMLQueryTool2.aspxalt
Converts SQL-like queries into CAML.

Imtech ListInstance Generator

http://blog.mastykarz.nl/generating-list-instances-xml-imtech-listinstance-generator/alt
Generates the ListInstance based on the List Template from a particular Feature.

SharePoint Features

SharePoint 2007 Features

http://www.codeplex.com/featuresalt
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.

SmartTools for SharePoint

http://www.codeplex.com/smarttoolsalt
Collection of SharePoint features such as What's New, Autocomplete Text Field, Enhanced Site Actions, and more.

STSADM Extensions

AC's WCM Custom Commands for STSADM.EXE

http://www.andrewconnell.com/blog/articles/MossStsadmWcmCommands.aspxalt
STSADM extensions for publishing sites and generating content type and column features.

Imtech OCD Export

http://blog.mastykarz.nl/export-publishing-pages-features-imtech-ocd-export-page/alt
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.

SharePoint Automation

http://stsadm.blogspot.comalt
List of almost 100 STSADM extensions that cover a variety of development and administrative tasks.

stsadmWin 2007

http://blogs.msdn.com/ronalus/archive/2007/01/04/stsadmwin-has-an-2007-version.aspxalt
Provides a Windows UI version of the STSADM tool.

PowerShell Extensions

PowerShell Extensions for SharePoint

http://www.codeplex.com/SPPSExtensionsalt
Provides functionality for working with the SPWeb object.

SharePoint Automation

http://stsadm.blogspot.comalt
Extensions that assist in the use of working with the SharePoint object model from Powershell.

The SharePoint PowerShell Module (SPoshMod)

http://www.codeplex.com/SPoshModalt
Framework for SharePoint PowerShell scripts.

Programming Tools

LINQ to SharePoint

http://www.codeplex.com/LINQtoSharePointalt
Provides a custom query provider for LINQ that allows the querying of SharePoint lists using LINQ syntax.

SharePoint config store

http://www.codeplex.com/SPConfigStorealt
Provides the framework for using a SharePoint list for application configuration values.

SharePoint Dispose Checker Tool

http://code.msdn.microsoft.com/SPDisposeCheckalt
Helps to check that unmanaged SharePoint objects are correctly disposed of in code.

Administration Tools

SharePoint Tips Utility Pack

http://www.codeplex.com/spstipsUtilityPackalt
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.

SharePoint Cross-site Configurator

http://www.codeplex.com/SPConfiguratoralt
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.

SharePoint Content Deployment Wizard

http://www.codeplex.com/SPDeploymentWizardalt
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.

Sushi

http://www.codeplex.com/sushialt
Performs common administrative tasks. Can backup sites, copy views between sites, bulk create sites, apply themes just to name a few functions

SharePoint Developer Bookmarklets

http://blog.mastykarz.nl/go/bookmarkletsalt
Great set of bookmarks to make navigating a SharePoint Web Site easier.

Test Data Generation Tools

Imtech Test Content Generator v1.3.0.0

http://blog.mastykarz.nl/imtech-test-content-generator-v1300-free-sharepoint-2007-tool/alt
Creating a given number of publishing pages with the desired page layout and content.

SharePoint 2007 Test Data Population Tool

http://www.codeplex.com/sptdatapopalt
Capacity planning and performance testing tool that populates data for testing SharePoint deployments.

Diagnostic Tools

SPTraceView

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! alt

http://sptraceview.codeplex.com/alt

Miscellaneous Tools

Application Pool Recycle Utility

http://www.harbar.net/articles/APM.aspxalt
Taskbar application that allows quick recycling of application pools.

Que lo disfruten y les sea útil!!

0 comentarios:

Publicar un comentario