Click here to Skip to main content
15,880,725 members
Articles / Productivity Apps and Services / Sharepoint
Tip/Trick

SharePoint 2013 - Apps Advantages

Rate me:
Please Sign up or sign in to vote.
4.50/5 (2 votes)
15 Jan 2013CPOL2 min read 20.7K   5   2
Apps are self-contained pieces of functionality that extends the capabilities of a SharePoint website.

Introduction

SharePoint 2013 introduced a new feature called Apps. Apps are self-contained pieces of functionality that extends the capabilities of a SharePoint website.

Apps will be executed outside the SharePoint server, and in the client machine or in the Cloud. This makes Apps for easier installation and cleanup. Sandboxed Solutions are deprecated and new custom solutions should be provided through Apps.

Image 1

The advantages provided by Apps can be divided into following categories:

  1. Advantages to Users
  2. Advantages to Administrators
  3. Advantages to Developers

Image 2

Advantages to Users

Following are the advantages of Apps from the User perspective:

  1. Apps are available through:
    1. App Catalog within Organization
    2. App Store outside Organization
  2. Apps provides easiest discover & installation
  3. More Apps are available through SharePoint App Store as compared with Sandboxed Solutions.
  4. Apps provides future upgrade support

Image 3

Advantages to Administrators

Following are the advantages of Apps from the Administrator perspective:

  1. Apps are Safer than Sandboxed Solutions as they are executed outside server environment
  2. Apps induce Less Load to server than Sandboxed Solutions
  3. Apps are Configurable by Administrators allowing them to restrict usage of Apps by users

Image 4

Advantages to Developers

Following are the advantages of Apps from the Developer perspective:

  1. Web Programming skills are reusable in creating Apps
  2. Common web standards of HTML, JavaScript, CSS can be used to develop Apps
  3. Visual Studio 2012 supports App project templates
  4. Like the Sandboxed Solutions, developer can access SharePoint lists & libraries within Apps
  5. Opportunity to create & publish Apps to SharePoint store
  6. More potential in developing revenues through Apps

Image 5

Please note that Sandboxed Solutions are deprecated but still supported in SharePoint 2013 in order to provided backward compatibility. This makes the need for developing new SharePoint custom solutions using Apps. Additionally Farm Solutions are still supported in SharePoint 2013 and we can use it advanced scenarios.

Apps in SharePoint App Store

Following are some Apps listed in the SharePoint App Store:

Image 6

You can access the site from the Apps for SharePoint link in following page: http://office.microsoft.com/en-us/store/

Please note that the above site has Apps for Excel, Outlook, Project, and Word as well.

Image 7

Building Apps

For starting with building Apps, you can follow the link:

http://msdn.microsoft.com/en-us/library/jj163230.aspx

References

http://msdn.microsoft.com/library/office/apps/fp179930(v=office.15)

Summary

To summarize the article, following are the points worth noting:

  1. Apps are self-contained pieces of functionality
  2. Apps are executed in the client machine or cloud
  3. Sandboxed Solutions are deprecated
  4. Apps provides more safety, less impact to the SharePoint server
  5. Apps can be made available through SharePoint App Store
  6. Opportunity for Developers in generating revenue through selling Apps

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Jean Paul is a Microsoft MVP and Architect with 12+ years of experience. He is very much passionate in programming and his core skills are SharePoint, ASP.NET & C#.

In the academic side he do hold a BS in Computer Science & MBA. In the certification side he holds MCPD & MCTS spanning from .Net Fundamentals to SQL Server.

Most of the free time he will be doing technical activities like researching solutions, writing articles, resolving forum problems etc. He believes quality & satisfaction goes hand in hand.

You can find some of his work over here. He blogs at http://jeanpaulva.com

Comments and Discussions

 
QuestionNice post Pin
devendra.velegandla19-Jan-13 17:27
devendra.velegandla19-Jan-13 17:27 
AnswerRe: Nice post Pin
Imran Abdul Ghani15-Sep-14 2:18
Imran Abdul Ghani15-Sep-14 2:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.