Presentation is loading. Please wait.

Presentation is loading. Please wait.

Vision: Modernizing the Office Platform SharePoint SharePoint 2007 Sandbox SharePoint 2010 SharePoint Azure, IIS, LAMP, etc… _api SharePoint.

Similar presentations


Presentation on theme: "Vision: Modernizing the Office Platform SharePoint SharePoint 2007 Sandbox SharePoint 2010 SharePoint Azure, IIS, LAMP, etc… _api SharePoint."— Presentation transcript:

1

2

3

4

5 Vision: Modernizing the Office Platform

6

7 SharePoint SharePoint 2007 Sandbox SharePoint 2010 SharePoint Azure, IIS, LAMP, etc… _api SharePoint 2013

8

9

10 Phone developers Visual Studio SharePoint & Visual Studio SharePoint Developers

11

12

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#

15

16

17

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

19

20

21

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

23

24

25

26

27

28

29

30

31

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(); }

33

34

35

36

37

38

39

40

41

42 http://microsoft.com/msdn www.microsoft.com/learning http://channel9.msdn.com/Events/TechEd http://microsoft.com/technet

43

44


Download ppt "Vision: Modernizing the Office Platform SharePoint SharePoint 2007 Sandbox SharePoint 2010 SharePoint Azure, IIS, LAMP, etc… _api SharePoint."

Similar presentations


Ads by Google