Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

35
Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar

Transcript of Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Page 1: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Advanced Technology Days18. i 19. studenog 2015., Cinestar Arena Centar

Page 2: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office 365 - Kako krenuti s razvojem i kamo sve to ide?Joško Ivankov

Page 3: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Joško Ivankov

• Bio‐ Owner at qCode IT

‐ 9 yrs – SharePoint / Office 365 / K2 / .NET

‐ Spekear at MS conferences

• Contact info‐ Email: [email protected]

Page 4: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Agenda

• Office 365 – What is new ?

• Office Developer Pattern and Practice

• Office Fabric UI

Page 5: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office 365What is new ?

Page 6: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

New terminology

Office 365 App Model renamed

Apps for SharePoint SharePoint Add-ins

App Web Add-in Web

App Part Add-in Part

SharePoint App Model SharePoint Add-in Model

SharePoint Hosted App SharePoint Hosted Add-in

SharePoint Provider Hosted App SharePoint Provider Hosted Add-in

Apps for Office Office Add-ins

Office App Model Office Add-in Model

Apps for Office in Outlook Outlook Add-ins

Apps for Office in Excel Excel Add-ins

Apps for Office in PowerPoint PowerPoint Add-ins

Apps for Office in Word Word Add-ins

Page 7: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Two types of SharePoint Add-ins

SharePoint-hosted

Centered around Sharepoint components including lists, pages, Web Parts, workflows, libraries and more.

Business logic is JavaScript on custom SharePoint pages.

No server-side code.

Provider-hosted

Centered around a remote web application or data source.

Business logic is mainly remote server-side code.

Can include SharePoint components.

Autohosted Apps

Centered around automatically provisioned website and (optional) database in Windows Azure.

Business logic is mainly remote server-side code (Azure)

Can include SharePoint components.

Page 8: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office 365 New stuff and improvements

Office DeveloperPattern and PracticeOpen source community effort with both MS and external contributors

Office UI Fabric

Responsive, mobile-first front-end framework for developers designed to create web experience using the Office Design Language.

Office 365 unified API

Exposes multiple APIs from Microsoft cloud services through a single REST API endpoint.

Yammer

SSO with Office 365 account.

Include external users in conversation.

New cleaner, simpler UI

Office 365 – data migration pipeline API

More faster, easier and reliable migration to Office 365

Office Graph

Framework and platform which provides data based on user identity and user activity.

Office 365 Groups

Distribution list on steroids.

Integrated across the entire Office 365 suite (Mail, Calendar, OneDrive, Delve, OneNote).

Sway

Create and share interactive reports, presentations, personal stories and other information.

Page 9: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office 365 Roadmap - http://success.office.com/en-us/roadmap

Page 10: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office DeveloperPatterns and Practices

Page 11: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office Developer Pattern and Practice

Page 12: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office Dev P&P - History

• Started internally in Microsoft

• First release in 2014

‐ App Model Samples (AMS)

‐ Codeplex

• Office Dev PnP (late 2014)

‐ Moved to GitHub

‐ Numerous CSOM and REST API gaps were addressed

• Community grows (more then 50% added by community)

‐ Project - Core component

‐ Project - Remote provisioning and templating

‐ Code used as base for big projects and clients

Page 13: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office Dev P&P - Overview• More than just Code

• Components – Core Components to simplify dev

• Content – Guidance, PPT Decks, Articles

• Community – anyone can join !

Page 14: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office Dev P&P - How to participate• Join Yammer Group

‐ http://aka.ms/OfficeDevPnPYammer

• Monthly Community Calls‐ http://aka.ms/OfficeDevPnPCalls

‐ What’s new

‐ Q&A

Page 15: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Getting Started with the Resources - http://aka.ms/OfficeDevPnP

Page 16: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office Dev P&P - Current Repository

Structure• PnP

‐ Samples, solutions, components

• PnP-Provisioning-Schema

• PnP-Guidance – collection of commnunity contribudet P&P that is published to MSDN

• PnP-Store – Solutions built for the Office Marketplace

• PnP-Sites-Core - extensions component which encapsulates commonly used remote CSOM/REST operations

• PnP-Powershell

• Pnp-Office365-API – Office 365 API samples

• Pnp-OfficeAddins - Word, Outlook, Excel, PowerPoint Addins

Page 17: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office Dev P&P - Want Videos ? • PnP Channel 9

‐ http://aka.ms/OfficeDevPnPVideos

‐ Watch (Launch) & Learn

‐ Recording of Monthly Community Calls

Page 18: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Demo – Offfice Dev P&P What’s in

GitHub ?

How do I find

things ? 18

Page 19: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office Dev P&P More Complex Solutions & Scenarios

Page 20: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Remote Timer Job

SharePoint Service

Page 21: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Asynchronous pattern with WebJobs

Page 22: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

PnP – Site provisioning framewor

Page 23: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office UI Fabric

Page 24: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office UI Fabric - Overview• New front-end framework for developers

• A design language and package for Office 365 Application and Add-in developers

• Applications / add-ins look just like Office / Office 365 / SharePoint

• Like Bootstrap – allows developers to build website pretty quickly

• It can be used in any project – not just SharePoint or Office Add-ins

Page 25: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office UI Fabric - Features• Office UI Fabric Features

‐ Typography: CSS classes

‐ Color: background, text, border, different shades

‐ Icons: specific to Office, product logos

‐ Animations

‐ Responsive grid

‐ Localization : language optimized fonts (right to left)

Page 26: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office UI Fabric - Components• Buttons, choice fields, labels, text boxes, toggles,

search box...

Page 27: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office UI Fabric - Components• Lists, dialogs, callouts

Page 28: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office UI Fabric - Components• Nav bars, pivots

Page 29: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office UI Fabric - Components• Persona, persona card, people pickers, list items, spinner & table

Page 30: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office UI Fabric – How to participate ? • Availabe on GitHub

‐ https://github.com/OfficeDev/Office-UI-Fabric

• Open source

Page 31: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office UI Fabric – How to use it ?

Page 32: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office UI Fabric – How to use it ?

Page 33: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Office UI Fabric

33

Page 34: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

Q & A

Email: [email protected]

Page 35: Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.

© 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.