Contents
The SharePoint development tools in Visual Studio 2010 provide a much improved development experience for building business solutions in SharePoint 2010. The SharePoint development tools in Visual Studio 2010: Provide an end-to-end developer experience for SharePoint 2010.
How can I use Microsoft Office Developer Tools?
Run your add-in locally in an Office desktop client or SharePoint server, or remotely in an Office web app or SharePoint Online. These tools also make it easier to debug remote events on SharePoint by using Microsoft Azure Service Bus. Publish your add-in to the cloud or to an on-premises server by using the Publish Designer.
How to develop Microsoft Office in Visual Studio?
Office and SharePoint development in Visual Studio. You can extend Microsoft Office and SharePoint by creating a lightweight app or add-in that users download from the Office Store or an organizational catalog, or by creating a .NET Framework-based solution that users install on a computer.
How to create a SharePoint project in Visual Studio 2010?
In Microsoft Visual Studio 2010, create a new SharePoint 2010 project named WingtipDevProject1, using the Empty SharePoint Project template. When you are prompted by the SharePoint Configuration Wizard, add the URL of the local test site, and then click Deploy as farm solution. Now, build the project by using the following steps.
Choose whether to build a SharePoint add-in or a SharePoint solution. Create a VSTO add-in to target Office 2007 or Office 2010, or to extend Office 2013 and Office 2016 beyond what’s possible with Office add-ins. VSTO add-ins run only on the desktop. Users have to install VSTO add-ins, so they’re typically more difficult to deploy and support.
How to deploy a project in Visual Studio 2010?
If you cannot see the Output Window, on the Visual Studio 2010 View menu, click Output. Or, use the keyboard shortcut CTRL+ALT+O. In Solution Explorer, right-click the WingtipDevProject1 project node and execute the Deploy command.
The SharePoint development tools in Visual Studio 2010 also provide several SharePoint project item templates that create the XML definitions for declarative element types, such as Module, ListInstance, ContentType, and ListTemplate.
To connect to SharePoint 2007 and earlier sites you must continue to use SharePoint Designer 2007. If you elect to install both applications side-by-side, you must download the 32-bit version of SharePoint Designer 2010, and install it after installing SharePoint Designer 2007.
Which is the 64 bit version of SharePoint Designer?
The 32-bit edition is suggested for most users. Note: This is the 64-bit version of SharePoint Designer. SharePoint Designer 2010 only connects to SharePoint 2010. To connect to SharePoint 2007 and earlier sites you must continue to use SharePoint Designer 2007.
SharePoint developers do not create applications. Microsoft SharePoint Foundation 2010 already provides the applications that developers target in their development efforts. In most cases, SharePoint Foundation also provides the starting point of a fully functioning website.