REFERENCES https://msdn.microsoft.com/library/office/fp179930.aspx Labs: http://dev.office.com/getting-started Training: http://dev.office.com/training Login: https://login.microsoftonline.com/ SharePoint Online Planning: https://support.office.com/en-us/article/SharePoint-Online-Planning-Guide-for-Office-365-for-business-d5089cdf-3fd2-4230-acbd-20ecda2f9bb8?ui=en-US&rs=en-US&ad=US NOTES Auto Hosted Apps have not being allowed since 30 Jun 2014 https://blogs.office.com/2014/05/16/update-on-autohosted-apps-preview-program/ SHAREPOINT HOSTED APPS https://technet.microsoft.com/en-us/library/fp161236.aspx Start the Subscription Settings and App Management services in Central Administration To configure the Subscription Settings service application by using Windows PowerShell $account = Get-SPManagedAccount “domain\userid”…
How to create an App Part or Build-In Part in SharePoint
The App Part in SharePoint 2013 and above is actually a Web Part version of an App. Like Web Parts in 2010 they reside in a small frame on the page. For the old Web Part this was some rendered ASPX, for an App Part this is an HTML-page in…