Download presentation
Presentation is loading. Please wait.
Published byDwain McDaniel Modified over 9 years ago
5
Vision: Modernizing the Office Platform
7
SharePoint SharePoint 2007 Sandbox SharePoint 2010 SharePoint Azure, IIS, LAMP, etc… _api SharePoint 2013
10
Phone developers Visual Studio SharePoint & Visual Studio SharePoint Developers
13
SharePoint 2013 development is not supported on client operating systems. SharePoint 2013 development is not supported on client operating systems.
14
Phone development is not now and will not be supported on server operating systems. Phone development is not now and will not be supported on server operating systems. Visual Studio Project Templates only available for C#
18
Key FileDescription App.xamlHandles application lifetime DisplayForm.xamlDefines the UI for displaying a list item on the phone EditForm.xamlDefines the UI for editing a list item on the phone NewForm.xamlDefines the UI for creating a new list item on the phone List.xamlDefines the UI for the All Items view on the phone ListViewModelData source for the All Items view DisplayFormViewModelData source for the display item view EditFormViewModelData source for the edit item view NewFormViewModelData source for the new item view DataCacheSupports data caching and off-line access
22
SharePoint 5. PNS notifies the phones app PNS 2. Return URI 1. Get URI 3. Phone registers with registration API, which writes information to subscription list in App. Registration API Notification API The subscription list in the app is provisioned as part of feature 4. When an app event is fired, the app looks up the subscription list in app & then calls the notification API for all phones that need to be notified
32
PowerShell Set-SPBingMapsKey –BingKey Client-Side OM ClientContext ctx = new ClientContext("http://contososerver"); Web web = ctx.Web; web.AllProperties["BING_MAPS_KEY"] = ; web.Update(); ctx.ExecuteQuery(); Server-Side OM using (SPSite siteCollection = new SPSite("http://contososerver")) { SPWeb site = siteCollection.RootWeb; site.AllProperties["BING_MAPS_KEY"] = ; site.Update(); }
42
http://microsoft.com/msdn www.microsoft.com/learning http://channel9.msdn.com/Events/TechEd http://microsoft.com/technet
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.