Friday 18 September 2015

Overview of SharePoint 2013 Developer Site Template

Introduction 
In this article we explore a new template in SharePoint 2013 for the developer site templates. This site template is focused on Apps for Office development.

Developers can build, test and publish their apps here. Here you can deploy apps for SharePoint from Visual Studio 2013 to the developer site and you don't need to create an App Catalog site since the developer site template by default creates an App Catalog library. The developer template is available under the collaboration site template.

How to create a site using this template

web application

Why to creatie an App
If you are planning to do remote development/deployment like in the cases were VS2012 / VS2013 and SharePoint 2013 are not installed on the same computer you will be needing a root site collection created using Developer Site Template. (If VS2012 and SharePoint 2013 are on the same computer this is not a requirement).
  1. What Remote Development and Deployment?

    Yes you heard it right VS2012 and VS2013 support the deploying of sandbox solutions to a remote SharePoint site. When you create a SharePoint 2013 Project using VS2012/VS2013, you will get an option to publish to a remote SharePoint Site when you right click on the SharePoint Project as shown below:

    display as a sandboxed solution

    Remote Publishing from Visual Studio 2012
  2. Publishing App in App Catalog 

    Upload the app file to a Developer Site of SharePoint 2013 in the “Apps in Testing” Library.

    app demo

No comments:

Post a Comment

SharePoint 2013 - Uploading Multiple Attachments To The New Item On List Using JSOM And REST API

  Introduction In this article, we will explore how we can attach multiple attachments to the new item on list using JSOM and REST API. Ther...