Sales enablement

[Tip]: Can I use Visual Studio 2013 Community Edition to develop for SharePoint and Office 365?

danielle

Jan 24, 2015 - 3 min read

Well, this was the question I made myself when I was creating a new virtual machine template for CloudShare’s pre-configured environment templates. Basically, by default Visual Studio 2013 Community Edition doesn’t come with the Visual Studio 2013 Tools for Office installed…but of course, you can install them in your SharePoint & Office 365 development environment.

 

If you don’t have one yet, I recommend to try one of the SharePoint 2013 development environments available at CloudShare’s ready made preconfigured environment template library. Just a quick note, as they are already pre-configured, all the configuration, installation, maintenance and licensing are set for you so all you need to do is spin up the farm and you got yourself the development environment in less than 10 minutes!

 

So, let me first remember two basic URLs you should have into account when thinking in developing for SharePoint 2013:

Once you are ready, the next step is to install the Office Developer Tools in your development box:

  • Browse the download link for the Tools ( Office Developer Tools for Visual Studio 2013 – March 2014 Update) so the Microsoft Web Platform Installer is shown. As you know, the Web Platform Installer allows you to install the latest versions of your favorite development tools. In the case of the Office Developer Tools, you will see that the last available version is the November 2014 one.

image

  • Once you have installed the tools, if you open Visual Studio 2013 Community Edition and create a new project, you will see that the project templates for Office & SharePoint are there and you can use to develop SharePoint solutions and Apps.

image

  • To verify everything is correct, just create a new App for SharePoint project and choose the SharePoint-Hosted App template. As you can see, in my deployment options I’m specifying a SharePoint Online site Url.

image

  • Once the project is created, you will see in Visual Studio 2013 Community Edition the complete project structure for the SharePoint-Hosted App.

image

  • And of course, you can deploy and debug your SharePoint-Hosted App so it’s opened in your browser.

image

 

And that’s all about how to develop for SharePoint & Office 365 using Visual Studio 2013 Community Edition. Don’t forget to go ahead and create your virtual IT environment account in CloudShare so you can save yourself the time and hassle of the initial set up.

 

Now, Happy CloudSharing!

You may also be interested in reading about:

Visual studio – run PowerShell script

How to install visual studio 2015