Visual Studio 2010 Tools for SharePoint 2010

This unit will provide you with an overview of SharePoint development with Visual Studio 2010. Specific topics covered will include an overview of the project and item templates, a walkthrough of the designers included, and areas of extensibility within Visual Studio 2010 that can enhance SharePoint development. Visual Studio 2010 includes support out of the box for the most common types of projects that you may want to build with SharePoint 2010 as well as new features for more easily defining features, solutions, and wizards to walk through the most common settings for each project type.

Hands-On Labs

  • SharePoint Development with Visual Studio 2010 Lab

    In this lab you will begin using the Visual Studio 2010 SharePoint Tools (SPT). This will give you a chance to become familiar with the standard project structure used by SPT. You will go through the steps of creating and testing a project that contains a Feature, a Feature Receiver and a Web Parts. Along the way you will learn to configure SPT deployment options as well debug an SPT project by single-stepping through the code in your solution.

Videos

  • Introduction to Visual Studio 2010 Tools for SharePoint 2010

    This unit will provide you with an overview of SharePoint development with Visual Studio 2010. Specific topics covered will include an overview of the project and item templates, a walkthrough of the designers included, and areas of extensibility within Visual Studio 2010 that can enhance SharePoint development. Visual Studio 2010 includes support out of the box for the most common types of projects that you may want to build with SharePoint 2010 as well as new features for more easily defining features, solutions, and wizards to walk through the most common settings for each project type.

  • Introduction to VS2010 SharePoint Tools

    Visual Studio 2010 contains a new set of tools for developing SharePoint applications built in. These tools make developing SharePoint applications as easy as any other .net applications such as WPF or Asp.net. The tools include project templates for many of the SharePoint application types, such as Web Parts, List definitions, Modules, Application Pages, Workflows, user Controls and others.

  • SharePoint Tools Project Structure

    Visual Studio 2010 includes support out of the box for the most common types of projects that you may want to build with SharePoint 2010 as well as new features for more easily defining features, solutions, and wizards to walk through the most common settings for each project type.

  • Adding SPIs to a Project

    Each project is either C# or VB.NET project that contains particular initial project items. You can add typical C# or VB.NET artifacts as well. In addition Visual Studio 2010 includes additional SharePoint project items as items that you can add to any of your projects