Tutorial by Examples

To start with App Development we need Visual studio 2013 or higher version. Download latest community or expression edition from here > https://www.visualstudio.com/products/free-developer-offers-vs Once it has been downloaded and installed Open and Click create new project expand Office...
Once we have visual studio, we need a developer site to deploy apps to SharePoint. Simplest way is to get is > Sign up for a free, one year Office 365 developer account https://profile.microsoft.com/RegSysProfileCenter/wizardnp.aspx?wizid=14b845d0-938c-45af-b061-f798fbb4d170&lcid=1033 Once ...
Lets start with creating our first app Open visual studio and > create new project Enter Name and Location Enter your developer site url created in previous step and select Provider-hosted Popup will open which will as for login Next step it will as for type of applicatio...
Here I'm taking the example of a basic news app Open the SharePoint developer site and create a list to store our news articles Create a custom list and Add 3 more columns Body, Summery, ThumbnailImageUrl Go back to our SharePoint app, Open AppManifest.xml file, click on permission...
We have already created first page which will show all the news articles. This page will show Complete article. Add One more Action Method to HomeController [SharePointContextFilter] public ActionResult Aticle(int ArticleId) { User spUser = null; var spContext = SharePointContext...

Page 1 of 1