InfoQ

News

SharePoint Development Improves in Visual Studio 2010

Posted by Al Tenhundfeld on Nov 26, 2008 03:49 PM

Community
.NET
Topics
Web Frameworks ,
.NET Framework ,
Application Servers
Tags
SharePoint ,
Microsoft Office SharePoint Server 2007

Jason Zander, General Manager for Visual Studio, recently announced Visual Studio 2010 Tools for Sharepoint. The focus of the tooling is to automate tedious tasks, enhance the debugging experience, and provide a GUI surface for visually exploring deployment and feature packaging.

This enhanced tool support has been long-awaited by SharePoint developers. These tools will replace the much-derided SharePoint Designer, a descendant of MS FrontPage. Many within the .NET community view inadequate tool support and poor developer experience as the last major hurdles for SharePoint to overcome. If the VS 2010 Tools for SharePoint deliver on their promise, many expect MOSS, Microsoft Office SharePoint Server, to become the predominant web application framework within Microsoft IT departments and an increasingly prevalent choice for public-facing .NET websites. Certainly, with increased Visual Studio integration, traditional .NET developers will find it easier to use the OS-embedded Windows SharePoint Services, which is the foundation for MOSS.

Items addressed in Zander's TechEd EMEA keynote:

  • Building and Debugging

    Visual Studio will be able to building and debug SharePoint projects. "F5 Just Works!"

  • Server Explorer Integration

    SharePoint Connections will be an option in the VS Server Explorer. Standard Sharepoint artifacts will be viewable: ContentTypes, Features, Templates, Lists, Sites, Workflows, Workspaces. Direct manipulation of some artifact attributes will be supported through VS property grid integration.

  • Windows SharePoint Services Project (WSP) Import

    This will automate the manual task of creating Windows SharePoint Services solution package files. Previously, to create a solution package file, a developer had to use the Makecab.exe console application that is included in the Microsoft Cabinet Software Development Kit (SDK). Makecab.exe requires specifying the Diamond Directive File (.ddf) that contains a list of all the files to include in the package. Much of this will be automated.

  • Visual Web Part Designer

    A new WSYWIG designer will exist for authoring Web Parts. The designer will also load a user control as a web part for SharePoint. This seems to be a more tightly integrated version of the widely-used SmartPart, which is a Web Part that allows hosting of ASP.NET User Controls in SharePoint.

  • Event Receiver Wizard

    Adding Event Receivers and connecting them to Sources can be done visually through a wizard.

  • Workflow Integration

    A new ASPX Workflow Initiation form for Workflow Project will be added. Workflow initiation forms will have a visual designer.

  • Packaging Editor

    A new Packaging Explorer will exist that supports editing Packaging and structuring the SharePoint Features and WSP file.

Channel 9 also has an interview with Reza Chitsaz, Senior Program Manager working on Office and Sharepoint tooling. In this interview, Reza discusses his team's mission for improving the SharePoint development experience:

[Paraphrased]

SharePoint is on version 4.0. The VS 2010 Tools for SharePoint is a version 1.0 product, which means we'll be forced to prioritize some features and leave some features for next version.

The overarching goal for this team is to make sharepoint development more approachable, to make it easy for any type of developer to come into Visual Studio and start building custom SharePoint applications.

We're focusing on tooling to improve the "F5 experience." Just go into VS, create your project, use VS tools to create a SharePoint artifact, hit F5, and the rest is automated: building the project, deploying to SharePoint, attaching the debugger, etc. We want to put the developer in a place where they easily test their code and debug their application.

Reza also shows a demo with more details. He specifically highlights "GUID matching across multiple files," Application Pool Recycling, and MSBuild support as items they are working to automate. He also shows the new VS Project Templates available in VB.NET and C#:

  • Blank Site Definition
  • Content Type
  • List Definition
  • State Machine Workflow
  • WSP Import
  • Business Data Catalog
  • Deployment Module
  • Event Receiver
  • Sequential Workflow
  • Web Part

There are no release dates set for when the tools will be available. A VS 2010 CTP is available, but the SharePoint tools are not included as indicated on the Channel 9 forums by Christin Boyd, Program Manager on the Visual Studio team:

The new features Reza describes in this video will not be in the VS 2010 CTP, nor in the Beta 1 build. This video was a real "sneak peek" at the future.

No comments

Watch Thread Reply

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.