SlideShare a Scribd company logo
1 of 60
European SharePoint Conference 2017 – ESPC2017
12 2017 – Jeff Angama
#ESPC2017 in Dublin
More organization have adopted SharePoint
the last two years than the last 12 years
Jeff Teper (SharePoint Father)
3 days at European SharePoint Conference 2017
Office 365 / SharePoint & Azure experts from around the world in one
European location
1600++ participants, 40++ speakers
More than 65 sponsors / products
Nintex, ShareGate, Valo, Avepoint, K2, Harmon.ie, Rencore
CONS : lot of cloud speech, not enough about on premise (our daily
work)
Introduction
Agenda
Introduction
to Office 365
Summary
and demo
What was on the menu
Credit – Powell365
Exemple d’integration Intranet sous Office 365
Credit – Powell365
Exemple d’integration Intranet sous Office 365
Credit – Powell365
Developper
options
• SharePoint Framework
• Office Add-ins
• Bots, chatbots
• Reporting (Power BI)
• PowerApps (Apps)
• Flow (IFTTT alike)
• Dynamics 365
Summary per role
For developers
• Typescript
• Extend out of the box using Power Apps / Flow / SPFX
• SharePoint Framework (Push sppkg with assets, app catalog per site collection,
npm shrinkwrap)
• Angular JS (soon in prod for SPFX)
For Power users
• Make Intranet intelligent
• Power Apps from list forms
• Trigger notification in power apps using flow
• Forms (=survey)
• Bots, Yammer
• GDPR Tool in Office 365
Organization Transformation
• Governance best practices
• Hybrid scenarios
• React (lots of re usable components)
• Azure (Azure functions code, called from
PowerApps / flow / SPFX / webhooks)
• Microsoft Graph (improvement on OneDrive,
teams etc)
• Bots (Microsoft bots)
• Style guide as website instead of document
• Chrome Profile
Tools
• Zoom during
demonstration
• Rest tool in visual
studio code
GDPR
Key notes
Keynote D1 – Jeff Teper (SharePoint father)
Claquettes
Key notes 1 – Jeff Teper
More company adopt SharePoint last 2 years
than the last twelves year
One drive efforts since last version (share to
external user such as gmail account)
Office groups is a security model
#ESPC2017 in Dublin – Keynote Day 1
Key note 1 – Digital Transformation SharePoint / One drive
Demonstration presented by the MS Team
• No more 5000 items limit with predictive index
• Column formatting using Json
• One drive support more than 250 files format (3D files, MRI, Visio etc)
• OCR for SharePoint search (demo bills research)
Enough Talking
Demo
Office.com > SharePoint > Communication Site
Formatting a list
One drive 3D Files / Videos
Keynote D1 – Productivity as a service
Key note 2 – Productivity as a service
Machine learning
Keynote D3 – Machine Learning
• Why data science : predict pattern for future out of past and now
data
• AI : a system that perceive its environment and takes action to
maximise its chance of success
• Solutions used by him
• SQL Server 2016 data mining
• Microsoft r/ml server (r is a langage)
• Azure machine learning / Cognitive services
• "R is the ugly dog you still find cute, I use this language it daily“
• https://projectbotticelli.com
Microsoft Graph – Leverage data => Suggest content
• Microsoft Graph leverage data and find patterns :
• Trending documents
• Recommended sites
• Recommended colleagues
• My colleagues
• "We can no longer have 3 people deciding the 8 useful links for
65.000 people" @bniaulin #ESPC17
• Stop building features, built intelligent features #OfficeGraph
Microsoft Graph Samples
Explore Microsoft Graph Api
• Explore API
• https://developer.microsoft.com/en-us/graph/graph-explorer
• Use cases
• https://developer.microsoft.com/en-us/graph/examples
Azure Cognitive Service
Enough Talking
Demo
Graph Explorer reading emails
Communication site / Team Site / Mobile view
Sites I use, recent docs, trending docs
Mobile Solutions Session
• Cordova
• Apache Cordova est un framework de développement mobile open-source. Il
permet d'exploiter les technologies Web courantes telles que HTML5, CSS3 et
JavaScript pour développer des applications multi-plateformes, évitant ainsi
l'utilisation des langages natifs propres aux différentes plates-formes mobiles.
• Electron
• Electron est un framework permettant de développer des applications de
bureau avec des technologies web (Javascript, HTML et CSS). Electron permet
de développer des applications pour Mac OS X, Microsoft Windows et Linux.
• Angular JS
• AngularJS is what HTML would have been, had it been designed for building
web-apps
• Xamarin
• Create Native Apps For Android, iOS, and Windows in C# & .NET
Mobile Solutions Session
Mobile session - Advice from the mobile mvp
Hybrid solution using Xamarin / Angular JS / Electron
Power Apps
Enough Talking
Demo
Power APPS (web, teams, mobile)
Teams
But aoutch (code that save the expense)
• If(IsBlank(LookUp(ExpenseByCategory, BudgetId=Gallery1.Selected.BudgetId && Category =
FormNewExpense.LastSubmit.Category).ID),Patch(ExpenseByCategory,Defaults(ExpenseByCategory),{ID:Max(ExpenseByCategory,I
D)+1,Category:FormNewExpense.LastSubmit.Category,Expense:FormNewExpense.LastSubmit.Expense,BudgetId:Gallery1.Selected.
BudgetId}),Patch(ExpenseByCategory,LookUp(ExpenseByCategory, BudgetId = Gallery1.Selected.BudgetId && Category
=FormNewExpense.LastSubmit.Category), {Expense:Value(LookUp(ExpenseByCategory, BudgetId = Gallery1.Selected.BudgetId &&
Category = FormNewExpense.LastSubmit.Category).Expense) +
Value(FormNewExpense.LastSubmit.Expense)}));If(CountRows(ReceiptsCollect)>=1,UpdateContext({ReceiptRecord:Patch(Receipts,
Defaults(Receipts),{Receiptlist:Last(FirstN(ReceiptsCollect,1)).ReceiptImage,Id:Max(Receipts,Id) + 1,
BudgetId:Gallery1.Selected.BudgetId, ExpenseId:Max(Expenses,Id), ReceiptName:LookUp(Expenses,Id =
Max(Expenses,Id),ExpenseName)})}));If(CountRows(ReceiptsCollect)>=2,UpdateContext({ReceiptRecord:Patch(Receipts,Defaults(R
eceipts),{Receiptlist:Last(FirstN(ReceiptsCollect,2)).ReceiptImage,Id:Max(Receipts,Id) + 1, BudgetId:Gallery1.Selected.BudgetId,
ExpenseId:Max(Expenses,Id), ReceiptName:LookUp(Expenses,Id =
Max(Expenses,Id),ExpenseName)})}));If(CountRows(ReceiptsCollect)>=3,UpdateContext({ReceiptRecord:Patch(Receipts,Defaults(R
eceipts),{Receiptlist:Last(FirstN(ReceiptsCollect,3)).ReceiptImage,Id:Max(Receipts,Id) + 1, BudgetId:Gallery1.Selected.BudgetId,
ExpenseId:Max(Expenses,Id), ReceiptName:LookUp(Expenses,Id =
Max(Expenses,Id),ExpenseName)})}));If(CountRows(ReceiptsCollect)>=4,UpdateContext({ReceiptRecord:Patch(Receipts,Defaults(R
eceipts),{Receiptlist:Last(FirstN(ReceiptsCollect,4)).ReceiptImage,Id:Max(Receipts,Id) + 1, BudgetId:Gallery1.Selected.BudgetId,
ExpenseId:Max(Expenses,Id), ReceiptName:LookUp(Expenses,Id =
Max(Expenses,Id),ExpenseName)})}));If(CountRows(ReceiptsCollect)>=5,UpdateContext({ReceiptRecord:Patch(Receipts,Defaults(R
eceipts),{Receiptlist:Last(FirstN(ReceiptsCollect,5)).ReceiptImage,Id:Max(Receipts,Id) + 1, BudgetId:Gallery1.Selected.BudgetId,
ExpenseId:Max(Expenses,Id), ReceiptName:LookUp(Expenses,Id =
Max(Expenses,Id),ExpenseName)})}));If(CountRows(ReceiptsCollect)>=6,UpdateContext({ReceiptRecord:Patch(Receipts,Defaults(R
eceipts),{Receiptlist:Last(FirstN(ReceiptsCollect,6)).ReceiptImage,Id:Max(Receipts,Id) + 1, BudgetId:Gallery1.Selected.BudgetId,
ExpenseId:Max(Expenses,Id), ReceiptName:LookUp(Expenses,Id =
Max(Expenses,Id),ExpenseName)})}));If(CountRows(ReceiptsCollect)=7,UpdateContext({ReceiptRecord:Patch(Receipts,Defaults(Rec
eipts),{Receiptlist:Last(FirstN(ReceiptsCollect,7)).ReceiptImage,Id:Max(Receipts,Id) + 1, BudgetId:Gallery1.Selected.BudgetId,
ExpenseId:Max(Expenses,Id), ReceiptName:LookUp(Expenses,Id =
Max(Expenses,Id),ExpenseName)})}));Navigate(BudgetScreen,ScreenTransition.Fade);ResetForm(FormNewExpense)
Power apps – demo presented
Flow
Flow &
PowerApps –
Extend what
power user
do
SharePoint Framework sessions summary
Angular JS for SPFX, get ready, will be soon (Angular Elements)
Npm shrinkwrap, lock project dependencies
Azure for office 365
Tenant Properties
Asset Packaging
Site Collection App Catalog
Office 365 / Azure scenarios
Bots / Chat bots - Use cases
• Use cases
• Common HR question (claims,
apply leaves)
• Help daily tasks levering data
(find meeting time between two
users)
• Pros
• Simple interaction
• Everybody are used to
conversations
• Basic
Bots / Chat
bots - Use
cases 2
Digital hub
with Office
365
Roadmap ?
• Angular JS for SPFX
• Teams replacing Skydrive for business (Roadmap 3 years ?)
• SharePoint 2019 mid 2018
• On Demand files in One drive, Modern UX, Flow, Power apps
• Keep improving Microsoft Graph, AI Services
• On premise environment updated by Feature Pack twice a year
Roadmap ?
Ignite announce
Wrap up
• Embrase cloud technology, coming on premise in a way (hybrid)
• Embrase TypeScript, no more javascript 
• Try
• Office 365 (planner, sway, Teams etc) !
• Install Office from Office 365
• Be aware of AI innovations (chatbot, cognitive services from
amazon/google/o365)
Microsoft Messages
Every company is a software
company
- Satya Nadella
Ressources – (1/2)
Wanna Test Office 365 ? office 365 Dev tenant
ESPC site
https://www.sharepointeurope.com/
ESPC 2017 Tweeter feed
Future conference list
https://rcpmag.com/articles/2016/12/08/2017-microsoft-conference-calendar.aspx
Conference videos – Ignite :
https://myignite.microsoft.com/videos
Resources – (2/2)
• Machine learning tutorial / training : https://projectbotticelli.com
• Keynotes :
• Accelerate your digital transformation with SharePoint and
OneDrive Jeff Teper https://bit.ly/2ASKBvL
• Machine Learning in Practice Rafal Lukawiecki, Project Botticelli
Ltd, Ireland https://bit.ly/2ASKLmR

More Related Content

What's hot

H2O Deep Water - Making Deep Learning Accessible to Everyone
H2O Deep Water - Making Deep Learning Accessible to EveryoneH2O Deep Water - Making Deep Learning Accessible to Everyone
H2O Deep Water - Making Deep Learning Accessible to EveryoneJo-fai Chow
 
Jakub Hava, H2O.ai - Productionizing Apache Spark Models using H2O - H2O Worl...
Jakub Hava, H2O.ai - Productionizing Apache Spark Models using H2O - H2O Worl...Jakub Hava, H2O.ai - Productionizing Apache Spark Models using H2O - H2O Worl...
Jakub Hava, H2O.ai - Productionizing Apache Spark Models using H2O - H2O Worl...Sri Ambati
 
Understanding the Tools and Features of Office 365 : DWT Africa 2018
Understanding the Tools and Features of Office 365 : DWT Africa 2018Understanding the Tools and Features of Office 365 : DWT Africa 2018
Understanding the Tools and Features of Office 365 : DWT Africa 2018Michael Noel
 
Productionizing H2O Models with Apache Spark
Productionizing H2O Models with Apache SparkProductionizing H2O Models with Apache Spark
Productionizing H2O Models with Apache SparkSri Ambati
 
Microsoft AI Platform Overview
Microsoft AI Platform OverviewMicrosoft AI Platform Overview
Microsoft AI Platform OverviewDavid Chou
 
Welcome to PowerBI and Tableau
Welcome to PowerBI and TableauWelcome to PowerBI and Tableau
Welcome to PowerBI and TableauAshwin Dinoriya
 
aOS Canadian Tour - Ottawa - From SharePoint to Office 365 Development
aOS Canadian Tour - Ottawa - From SharePoint to Office 365 DevelopmentaOS Canadian Tour - Ottawa - From SharePoint to Office 365 Development
aOS Canadian Tour - Ottawa - From SharePoint to Office 365 DevelopmentSébastien Levert
 
aOS Canadian Tour - Montreal - From SharePoint to Office 365 Development
aOS Canadian Tour - Montreal - From SharePoint to Office 365 DevelopmentaOS Canadian Tour - Montreal - From SharePoint to Office 365 Development
aOS Canadian Tour - Montreal - From SharePoint to Office 365 DevelopmentSébastien Levert
 
aOS Canadian Tour - Toronto - From SharePoint to Office 365 Development
aOS Canadian Tour - Toronto - From SharePoint to Office 365 DevelopmentaOS Canadian Tour - Toronto - From SharePoint to Office 365 Development
aOS Canadian Tour - Toronto - From SharePoint to Office 365 DevelopmentSébastien Levert
 
Hybrid SharePoint Deployments
Hybrid SharePoint DeploymentsHybrid SharePoint Deployments
Hybrid SharePoint DeploymentsSPC Adriatics
 
SharePoint Fest DC 2018 - From SharePoint to Office 365 Development
SharePoint Fest DC 2018 - From SharePoint to Office 365 DevelopmentSharePoint Fest DC 2018 - From SharePoint to Office 365 Development
SharePoint Fest DC 2018 - From SharePoint to Office 365 DevelopmentSébastien Levert
 
Introduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and PythonIntroduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and PythonSri Ambati
 
Forge - DevCon 2017, Darmstadt Germany: Integrating Forge Data Management API...
Forge - DevCon 2017, Darmstadt Germany: Integrating Forge Data Management API...Forge - DevCon 2017, Darmstadt Germany: Integrating Forge Data Management API...
Forge - DevCon 2017, Darmstadt Germany: Integrating Forge Data Management API...Autodesk
 
SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...
SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...
SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...Vincent Biret
 
Zero to Sixty with Oracle ApEx
Zero to Sixty with Oracle ApExZero to Sixty with Oracle ApEx
Zero to Sixty with Oracle ApExBradley Brown
 
ESPC Webinar - From SharePoint to Office 365 Development
ESPC Webinar - From SharePoint to Office 365 DevelopmentESPC Webinar - From SharePoint to Office 365 Development
ESPC Webinar - From SharePoint to Office 365 DevelopmentSébastien Levert
 
Cloud computing shim
Cloud computing shimCloud computing shim
Cloud computing shimtistrue
 
Bogdan botea, dmitry nefedkin no fiddle, efficient development on the googl...
Bogdan botea, dmitry nefedkin   no fiddle, efficient development on the googl...Bogdan botea, dmitry nefedkin   no fiddle, efficient development on the googl...
Bogdan botea, dmitry nefedkin no fiddle, efficient development on the googl...Codecamp Romania
 
Forge - DevCon 2016: Collaborating with Design Data
Forge - DevCon 2016: Collaborating with Design DataForge - DevCon 2016: Collaborating with Design Data
Forge - DevCon 2016: Collaborating with Design DataAutodesk
 
PowerBI v2, Power to the People, 1 year later
PowerBI v2, Power to the People, 1 year laterPowerBI v2, Power to the People, 1 year later
PowerBI v2, Power to the People, 1 year laterserge luca
 

What's hot (20)

H2O Deep Water - Making Deep Learning Accessible to Everyone
H2O Deep Water - Making Deep Learning Accessible to EveryoneH2O Deep Water - Making Deep Learning Accessible to Everyone
H2O Deep Water - Making Deep Learning Accessible to Everyone
 
Jakub Hava, H2O.ai - Productionizing Apache Spark Models using H2O - H2O Worl...
Jakub Hava, H2O.ai - Productionizing Apache Spark Models using H2O - H2O Worl...Jakub Hava, H2O.ai - Productionizing Apache Spark Models using H2O - H2O Worl...
Jakub Hava, H2O.ai - Productionizing Apache Spark Models using H2O - H2O Worl...
 
Understanding the Tools and Features of Office 365 : DWT Africa 2018
Understanding the Tools and Features of Office 365 : DWT Africa 2018Understanding the Tools and Features of Office 365 : DWT Africa 2018
Understanding the Tools and Features of Office 365 : DWT Africa 2018
 
Productionizing H2O Models with Apache Spark
Productionizing H2O Models with Apache SparkProductionizing H2O Models with Apache Spark
Productionizing H2O Models with Apache Spark
 
Microsoft AI Platform Overview
Microsoft AI Platform OverviewMicrosoft AI Platform Overview
Microsoft AI Platform Overview
 
Welcome to PowerBI and Tableau
Welcome to PowerBI and TableauWelcome to PowerBI and Tableau
Welcome to PowerBI and Tableau
 
aOS Canadian Tour - Ottawa - From SharePoint to Office 365 Development
aOS Canadian Tour - Ottawa - From SharePoint to Office 365 DevelopmentaOS Canadian Tour - Ottawa - From SharePoint to Office 365 Development
aOS Canadian Tour - Ottawa - From SharePoint to Office 365 Development
 
aOS Canadian Tour - Montreal - From SharePoint to Office 365 Development
aOS Canadian Tour - Montreal - From SharePoint to Office 365 DevelopmentaOS Canadian Tour - Montreal - From SharePoint to Office 365 Development
aOS Canadian Tour - Montreal - From SharePoint to Office 365 Development
 
aOS Canadian Tour - Toronto - From SharePoint to Office 365 Development
aOS Canadian Tour - Toronto - From SharePoint to Office 365 DevelopmentaOS Canadian Tour - Toronto - From SharePoint to Office 365 Development
aOS Canadian Tour - Toronto - From SharePoint to Office 365 Development
 
Hybrid SharePoint Deployments
Hybrid SharePoint DeploymentsHybrid SharePoint Deployments
Hybrid SharePoint Deployments
 
SharePoint Fest DC 2018 - From SharePoint to Office 365 Development
SharePoint Fest DC 2018 - From SharePoint to Office 365 DevelopmentSharePoint Fest DC 2018 - From SharePoint to Office 365 Development
SharePoint Fest DC 2018 - From SharePoint to Office 365 Development
 
Introduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and PythonIntroduction to Machine Learning with H2O and Python
Introduction to Machine Learning with H2O and Python
 
Forge - DevCon 2017, Darmstadt Germany: Integrating Forge Data Management API...
Forge - DevCon 2017, Darmstadt Germany: Integrating Forge Data Management API...Forge - DevCon 2017, Darmstadt Germany: Integrating Forge Data Management API...
Forge - DevCon 2017, Darmstadt Germany: Integrating Forge Data Management API...
 
SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...
SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...
SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...
 
Zero to Sixty with Oracle ApEx
Zero to Sixty with Oracle ApExZero to Sixty with Oracle ApEx
Zero to Sixty with Oracle ApEx
 
ESPC Webinar - From SharePoint to Office 365 Development
ESPC Webinar - From SharePoint to Office 365 DevelopmentESPC Webinar - From SharePoint to Office 365 Development
ESPC Webinar - From SharePoint to Office 365 Development
 
Cloud computing shim
Cloud computing shimCloud computing shim
Cloud computing shim
 
Bogdan botea, dmitry nefedkin no fiddle, efficient development on the googl...
Bogdan botea, dmitry nefedkin   no fiddle, efficient development on the googl...Bogdan botea, dmitry nefedkin   no fiddle, efficient development on the googl...
Bogdan botea, dmitry nefedkin no fiddle, efficient development on the googl...
 
Forge - DevCon 2016: Collaborating with Design Data
Forge - DevCon 2016: Collaborating with Design DataForge - DevCon 2016: Collaborating with Design Data
Forge - DevCon 2016: Collaborating with Design Data
 
PowerBI v2, Power to the People, 1 year later
PowerBI v2, Power to the People, 1 year laterPowerBI v2, Power to the People, 1 year later
PowerBI v2, Power to the People, 1 year later
 

Similar to European SharePoint Conference 2017 Summary

#ESPC18 how to migrate to the #SharePoint Framework?
#ESPC18 how to migrate to the #SharePoint Framework?#ESPC18 how to migrate to the #SharePoint Framework?
#ESPC18 how to migrate to the #SharePoint Framework?Vincent Biret
 
Improve your productivity with Microsoft Fow - Power to the people
Improve your productivity with Microsoft Fow - Power to the peopleImprove your productivity with Microsoft Fow - Power to the people
Improve your productivity with Microsoft Fow - Power to the peopleserge luca
 
.NET per la Data Science e oltre
.NET per la Data Science e oltre.NET per la Data Science e oltre
.NET per la Data Science e oltreMarco Parenzan
 
SPS Brno 2017 - Go with the Microsoft flow
SPS Brno 2017 - Go with the Microsoft flowSPS Brno 2017 - Go with the Microsoft flow
SPS Brno 2017 - Go with the Microsoft flowAhmad Najjar
 
Office apps in Office 365 - Napa the next big thing
Office apps in Office 365 - Napa the next big thingOffice apps in Office 365 - Napa the next big thing
Office apps in Office 365 - Napa the next big thingSPC Adriatics
 
SharePoint 2013 Dev Features
SharePoint 2013 Dev FeaturesSharePoint 2013 Dev Features
SharePoint 2013 Dev FeaturesRicardo Wilkins
 
SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...
SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...
SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...Wilco Turnhout
 
#SPFestDC Migrate your custom solutions to the modern stack
#SPFestDC Migrate your custom solutions to the modern stack#SPFestDC Migrate your custom solutions to the modern stack
#SPFestDC Migrate your custom solutions to the modern stackVincent Biret
 
SharePoint Conference 2019 - SharePoint Experts & Announcements Panel
SharePoint Conference 2019 - SharePoint Experts & Announcements PanelSharePoint Conference 2019 - SharePoint Experts & Announcements Panel
SharePoint Conference 2019 - SharePoint Experts & Announcements PanelJoel Oleson
 
SUGUK - Manchester - Ignite 2017 update
SUGUK - Manchester - Ignite 2017 updateSUGUK - Manchester - Ignite 2017 update
SUGUK - Manchester - Ignite 2017 updateMark Stokes
 
SharePoint Framework, React and Office UI SPS Paris 2016 - d01
SharePoint Framework, React and Office UI SPS Paris 2016 - d01SharePoint Framework, React and Office UI SPS Paris 2016 - d01
SharePoint Framework, React and Office UI SPS Paris 2016 - d01Sonja Madsen
 
ESPC 2014 Barcelona: It is not your Father's SharePoint - DEV
ESPC 2014 Barcelona: It is not your Father's SharePoint - DEVESPC 2014 Barcelona: It is not your Father's SharePoint - DEV
ESPC 2014 Barcelona: It is not your Father's SharePoint - DEVAdis Jugo
 
Enterprise Integration Patterns Revisited (EIP) for the Era of Big Data, Inte...
Enterprise Integration Patterns Revisited (EIP) for the Era of Big Data, Inte...Enterprise Integration Patterns Revisited (EIP) for the Era of Big Data, Inte...
Enterprise Integration Patterns Revisited (EIP) for the Era of Big Data, Inte...Kai Wähner
 
(ATS6-DEV02) Web Application Strategies
(ATS6-DEV02) Web Application Strategies(ATS6-DEV02) Web Application Strategies
(ATS6-DEV02) Web Application StrategiesBIOVIA
 
Maintainable Machine Learning Products
Maintainable Machine Learning ProductsMaintainable Machine Learning Products
Maintainable Machine Learning ProductsAndrew Musselman
 
Power Platform Leeds - November 2019 - Microsoft Ignite Announcements
Power Platform Leeds - November 2019 - Microsoft Ignite AnnouncementsPower Platform Leeds - November 2019 - Microsoft Ignite Announcements
Power Platform Leeds - November 2019 - Microsoft Ignite AnnouncementsSimon Doy
 
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 DevelopmentSharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 DevelopmentSébastien Levert
 
Building Dynamic Applications on both Office 365 and On-Prem
Building Dynamic Applications on both Office 365 and On-PremBuilding Dynamic Applications on both Office 365 and On-Prem
Building Dynamic Applications on both Office 365 and On-PremChristian Buckley
 

Similar to European SharePoint Conference 2017 Summary (20)

#ESPC18 how to migrate to the #SharePoint Framework?
#ESPC18 how to migrate to the #SharePoint Framework?#ESPC18 how to migrate to the #SharePoint Framework?
#ESPC18 how to migrate to the #SharePoint Framework?
 
Improve your productivity with Microsoft Fow - Power to the people
Improve your productivity with Microsoft Fow - Power to the peopleImprove your productivity with Microsoft Fow - Power to the people
Improve your productivity with Microsoft Fow - Power to the people
 
.NET per la Data Science e oltre
.NET per la Data Science e oltre.NET per la Data Science e oltre
.NET per la Data Science e oltre
 
SPS Brno 2017 - Go with the Microsoft flow
SPS Brno 2017 - Go with the Microsoft flowSPS Brno 2017 - Go with the Microsoft flow
SPS Brno 2017 - Go with the Microsoft flow
 
Office apps in Office 365 - Napa the next big thing
Office apps in Office 365 - Napa the next big thingOffice apps in Office 365 - Napa the next big thing
Office apps in Office 365 - Napa the next big thing
 
SharePoint 2013 Dev Features
SharePoint 2013 Dev FeaturesSharePoint 2013 Dev Features
SharePoint 2013 Dev Features
 
SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...
SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...
SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...
 
#SPFestDC Migrate your custom solutions to the modern stack
#SPFestDC Migrate your custom solutions to the modern stack#SPFestDC Migrate your custom solutions to the modern stack
#SPFestDC Migrate your custom solutions to the modern stack
 
SharePoint Conference 2019 - SharePoint Experts & Announcements Panel
SharePoint Conference 2019 - SharePoint Experts & Announcements PanelSharePoint Conference 2019 - SharePoint Experts & Announcements Panel
SharePoint Conference 2019 - SharePoint Experts & Announcements Panel
 
SUGUK - Manchester - Ignite 2017 update
SUGUK - Manchester - Ignite 2017 updateSUGUK - Manchester - Ignite 2017 update
SUGUK - Manchester - Ignite 2017 update
 
SharePoint Framework, React and Office UI SPS Paris 2016 - d01
SharePoint Framework, React and Office UI SPS Paris 2016 - d01SharePoint Framework, React and Office UI SPS Paris 2016 - d01
SharePoint Framework, React and Office UI SPS Paris 2016 - d01
 
Resume
ResumeResume
Resume
 
ESPC 2014 Barcelona: It is not your Father's SharePoint - DEV
ESPC 2014 Barcelona: It is not your Father's SharePoint - DEVESPC 2014 Barcelona: It is not your Father's SharePoint - DEV
ESPC 2014 Barcelona: It is not your Father's SharePoint - DEV
 
Enterprise Integration Patterns Revisited (EIP) for the Era of Big Data, Inte...
Enterprise Integration Patterns Revisited (EIP) for the Era of Big Data, Inte...Enterprise Integration Patterns Revisited (EIP) for the Era of Big Data, Inte...
Enterprise Integration Patterns Revisited (EIP) for the Era of Big Data, Inte...
 
(ATS6-DEV02) Web Application Strategies
(ATS6-DEV02) Web Application Strategies(ATS6-DEV02) Web Application Strategies
(ATS6-DEV02) Web Application Strategies
 
Maintainable Machine Learning Products
Maintainable Machine Learning ProductsMaintainable Machine Learning Products
Maintainable Machine Learning Products
 
Power Platform Leeds - November 2019 - Microsoft Ignite Announcements
Power Platform Leeds - November 2019 - Microsoft Ignite AnnouncementsPower Platform Leeds - November 2019 - Microsoft Ignite Announcements
Power Platform Leeds - November 2019 - Microsoft Ignite Announcements
 
SPS Gulf : SharePoint 2013 Cloud Business App
SPS Gulf : SharePoint 2013 Cloud Business AppSPS Gulf : SharePoint 2013 Cloud Business App
SPS Gulf : SharePoint 2013 Cloud Business App
 
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 DevelopmentSharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
 
Building Dynamic Applications on both Office 365 and On-Prem
Building Dynamic Applications on both Office 365 and On-PremBuilding Dynamic Applications on both Office 365 and On-Prem
Building Dynamic Applications on both Office 365 and On-Prem
 

More from Jeff ANGAMA

2022-06-10 aMS Aix Marseille - REX Intranet
2022-06-10 aMS Aix Marseille - REX Intranet2022-06-10 aMS Aix Marseille - REX Intranet
2022-06-10 aMS Aix Marseille - REX IntranetJeff ANGAMA
 
PowerApps - 10 things you wish you knew dataverse for teams
PowerApps - 10 things you wish you knew dataverse for teamsPowerApps - 10 things you wish you knew dataverse for teams
PowerApps - 10 things you wish you knew dataverse for teamsJeff ANGAMA
 
aOS - Teams Découvrez les options pour digitaliser vos processus métiers
aOS - Teams Découvrez les options pour digitaliser vos processus métiersaOS - Teams Découvrez les options pour digitaliser vos processus métiers
aOS - Teams Découvrez les options pour digitaliser vos processus métiersJeff ANGAMA
 
Adopt Teams concept instead of chat
Adopt Teams concept instead of chatAdopt Teams concept instead of chat
Adopt Teams concept instead of chatJeff ANGAMA
 
Teams a été déployé dans l'urgence pour le confinement, quelles sont les proc...
Teams a été déployé dans l'urgence pour le confinement, quelles sont les proc...Teams a été déployé dans l'urgence pour le confinement, quelles sont les proc...
Teams a été déployé dans l'urgence pour le confinement, quelles sont les proc...Jeff ANGAMA
 
aOs Online - Etendez les possibilités de Microsoft 365 (anciennement Office 3...
aOs Online - Etendez les possibilités de Microsoft 365 (anciennement Office 3...aOs Online - Etendez les possibilités de Microsoft 365 (anciennement Office 3...
aOs Online - Etendez les possibilités de Microsoft 365 (anciennement Office 3...Jeff ANGAMA
 
aOs Online - Sauvegarder Office 365 dans Azure avec Veeam Backup
aOs Online - Sauvegarder Office 365 dans Azure avec Veeam BackupaOs Online - Sauvegarder Office 365 dans Azure avec Veeam Backup
aOs Online - Sauvegarder Office 365 dans Azure avec Veeam BackupJeff ANGAMA
 
Secure it day - 2020 - PowerPlatform - Accélérateur d'applicationst
Secure it day - 2020 - PowerPlatform - Accélérateur d'applicationstSecure it day - 2020 - PowerPlatform - Accélérateur d'applicationst
Secure it day - 2020 - PowerPlatform - Accélérateur d'applicationstJeff ANGAMA
 
Productivity tools for Knowledge Workers
Productivity tools for Knowledge WorkersProductivity tools for Knowledge Workers
Productivity tools for Knowledge WorkersJeff ANGAMA
 
Introduction to Design Thinking & Correlation to Scrum
Introduction to Design Thinking & Correlation to ScrumIntroduction to Design Thinking & Correlation to Scrum
Introduction to Design Thinking & Correlation to ScrumJeff ANGAMA
 
Monaco User Group - Office 365 Overview
Monaco User Group - Office 365 OverviewMonaco User Group - Office 365 Overview
Monaco User Group - Office 365 OverviewJeff ANGAMA
 
Two simples and quick ways to Save and Share your company Knowledge
Two simples and quick ways to Save and Share your company Knowledge Two simples and quick ways to Save and Share your company Knowledge
Two simples and quick ways to Save and Share your company Knowledge Jeff ANGAMA
 

More from Jeff ANGAMA (12)

2022-06-10 aMS Aix Marseille - REX Intranet
2022-06-10 aMS Aix Marseille - REX Intranet2022-06-10 aMS Aix Marseille - REX Intranet
2022-06-10 aMS Aix Marseille - REX Intranet
 
PowerApps - 10 things you wish you knew dataverse for teams
PowerApps - 10 things you wish you knew dataverse for teamsPowerApps - 10 things you wish you knew dataverse for teams
PowerApps - 10 things you wish you knew dataverse for teams
 
aOS - Teams Découvrez les options pour digitaliser vos processus métiers
aOS - Teams Découvrez les options pour digitaliser vos processus métiersaOS - Teams Découvrez les options pour digitaliser vos processus métiers
aOS - Teams Découvrez les options pour digitaliser vos processus métiers
 
Adopt Teams concept instead of chat
Adopt Teams concept instead of chatAdopt Teams concept instead of chat
Adopt Teams concept instead of chat
 
Teams a été déployé dans l'urgence pour le confinement, quelles sont les proc...
Teams a été déployé dans l'urgence pour le confinement, quelles sont les proc...Teams a été déployé dans l'urgence pour le confinement, quelles sont les proc...
Teams a été déployé dans l'urgence pour le confinement, quelles sont les proc...
 
aOs Online - Etendez les possibilités de Microsoft 365 (anciennement Office 3...
aOs Online - Etendez les possibilités de Microsoft 365 (anciennement Office 3...aOs Online - Etendez les possibilités de Microsoft 365 (anciennement Office 3...
aOs Online - Etendez les possibilités de Microsoft 365 (anciennement Office 3...
 
aOs Online - Sauvegarder Office 365 dans Azure avec Veeam Backup
aOs Online - Sauvegarder Office 365 dans Azure avec Veeam BackupaOs Online - Sauvegarder Office 365 dans Azure avec Veeam Backup
aOs Online - Sauvegarder Office 365 dans Azure avec Veeam Backup
 
Secure it day - 2020 - PowerPlatform - Accélérateur d'applicationst
Secure it day - 2020 - PowerPlatform - Accélérateur d'applicationstSecure it day - 2020 - PowerPlatform - Accélérateur d'applicationst
Secure it day - 2020 - PowerPlatform - Accélérateur d'applicationst
 
Productivity tools for Knowledge Workers
Productivity tools for Knowledge WorkersProductivity tools for Knowledge Workers
Productivity tools for Knowledge Workers
 
Introduction to Design Thinking & Correlation to Scrum
Introduction to Design Thinking & Correlation to ScrumIntroduction to Design Thinking & Correlation to Scrum
Introduction to Design Thinking & Correlation to Scrum
 
Monaco User Group - Office 365 Overview
Monaco User Group - Office 365 OverviewMonaco User Group - Office 365 Overview
Monaco User Group - Office 365 Overview
 
Two simples and quick ways to Save and Share your company Knowledge
Two simples and quick ways to Save and Share your company Knowledge Two simples and quick ways to Save and Share your company Knowledge
Two simples and quick ways to Save and Share your company Knowledge
 

Recently uploaded

Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 

Recently uploaded (20)

Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 

European SharePoint Conference 2017 Summary

  • 1. European SharePoint Conference 2017 – ESPC2017 12 2017 – Jeff Angama
  • 3. More organization have adopted SharePoint the last two years than the last 12 years Jeff Teper (SharePoint Father)
  • 4. 3 days at European SharePoint Conference 2017 Office 365 / SharePoint & Azure experts from around the world in one European location 1600++ participants, 40++ speakers More than 65 sponsors / products Nintex, ShareGate, Valo, Avepoint, K2, Harmon.ie, Rencore CONS : lot of cloud speech, not enough about on premise (our daily work) Introduction
  • 6. What was on the menu
  • 8. Exemple d’integration Intranet sous Office 365 Credit – Powell365
  • 9. Exemple d’integration Intranet sous Office 365 Credit – Powell365
  • 10.
  • 11. Developper options • SharePoint Framework • Office Add-ins • Bots, chatbots • Reporting (Power BI) • PowerApps (Apps) • Flow (IFTTT alike) • Dynamics 365
  • 12.
  • 13.
  • 14. Summary per role For developers • Typescript • Extend out of the box using Power Apps / Flow / SPFX • SharePoint Framework (Push sppkg with assets, app catalog per site collection, npm shrinkwrap) • Angular JS (soon in prod for SPFX) For Power users • Make Intranet intelligent • Power Apps from list forms • Trigger notification in power apps using flow • Forms (=survey) • Bots, Yammer • GDPR Tool in Office 365 Organization Transformation • Governance best practices • Hybrid scenarios • React (lots of re usable components) • Azure (Azure functions code, called from PowerApps / flow / SPFX / webhooks) • Microsoft Graph (improvement on OneDrive, teams etc) • Bots (Microsoft bots) • Style guide as website instead of document
  • 15. • Chrome Profile Tools • Zoom during demonstration • Rest tool in visual studio code
  • 16. GDPR
  • 18. Keynote D1 – Jeff Teper (SharePoint father)
  • 20. Key notes 1 – Jeff Teper More company adopt SharePoint last 2 years than the last twelves year One drive efforts since last version (share to external user such as gmail account) Office groups is a security model
  • 21.
  • 22.
  • 23. #ESPC2017 in Dublin – Keynote Day 1
  • 24. Key note 1 – Digital Transformation SharePoint / One drive
  • 25. Demonstration presented by the MS Team • No more 5000 items limit with predictive index • Column formatting using Json • One drive support more than 250 files format (3D files, MRI, Visio etc) • OCR for SharePoint search (demo bills research)
  • 26. Enough Talking Demo Office.com > SharePoint > Communication Site Formatting a list One drive 3D Files / Videos
  • 27. Keynote D1 – Productivity as a service
  • 28.
  • 29. Key note 2 – Productivity as a service
  • 31. Keynote D3 – Machine Learning • Why data science : predict pattern for future out of past and now data • AI : a system that perceive its environment and takes action to maximise its chance of success • Solutions used by him • SQL Server 2016 data mining • Microsoft r/ml server (r is a langage) • Azure machine learning / Cognitive services • "R is the ugly dog you still find cute, I use this language it daily“ • https://projectbotticelli.com
  • 32. Microsoft Graph – Leverage data => Suggest content • Microsoft Graph leverage data and find patterns : • Trending documents • Recommended sites • Recommended colleagues • My colleagues • "We can no longer have 3 people deciding the 8 useful links for 65.000 people" @bniaulin #ESPC17 • Stop building features, built intelligent features #OfficeGraph
  • 34. Explore Microsoft Graph Api • Explore API • https://developer.microsoft.com/en-us/graph/graph-explorer • Use cases • https://developer.microsoft.com/en-us/graph/examples
  • 36. Enough Talking Demo Graph Explorer reading emails Communication site / Team Site / Mobile view Sites I use, recent docs, trending docs
  • 37. Mobile Solutions Session • Cordova • Apache Cordova est un framework de développement mobile open-source. Il permet d'exploiter les technologies Web courantes telles que HTML5, CSS3 et JavaScript pour développer des applications multi-plateformes, évitant ainsi l'utilisation des langages natifs propres aux différentes plates-formes mobiles. • Electron • Electron est un framework permettant de développer des applications de bureau avec des technologies web (Javascript, HTML et CSS). Electron permet de développer des applications pour Mac OS X, Microsoft Windows et Linux. • Angular JS • AngularJS is what HTML would have been, had it been designed for building web-apps
  • 38. • Xamarin • Create Native Apps For Android, iOS, and Windows in C# & .NET Mobile Solutions Session
  • 39. Mobile session - Advice from the mobile mvp Hybrid solution using Xamarin / Angular JS / Electron
  • 41. Enough Talking Demo Power APPS (web, teams, mobile) Teams
  • 42. But aoutch (code that save the expense) • If(IsBlank(LookUp(ExpenseByCategory, BudgetId=Gallery1.Selected.BudgetId && Category = FormNewExpense.LastSubmit.Category).ID),Patch(ExpenseByCategory,Defaults(ExpenseByCategory),{ID:Max(ExpenseByCategory,I D)+1,Category:FormNewExpense.LastSubmit.Category,Expense:FormNewExpense.LastSubmit.Expense,BudgetId:Gallery1.Selected. BudgetId}),Patch(ExpenseByCategory,LookUp(ExpenseByCategory, BudgetId = Gallery1.Selected.BudgetId && Category =FormNewExpense.LastSubmit.Category), {Expense:Value(LookUp(ExpenseByCategory, BudgetId = Gallery1.Selected.BudgetId && Category = FormNewExpense.LastSubmit.Category).Expense) + Value(FormNewExpense.LastSubmit.Expense)}));If(CountRows(ReceiptsCollect)>=1,UpdateContext({ReceiptRecord:Patch(Receipts, Defaults(Receipts),{Receiptlist:Last(FirstN(ReceiptsCollect,1)).ReceiptImage,Id:Max(Receipts,Id) + 1, BudgetId:Gallery1.Selected.BudgetId, ExpenseId:Max(Expenses,Id), ReceiptName:LookUp(Expenses,Id = Max(Expenses,Id),ExpenseName)})}));If(CountRows(ReceiptsCollect)>=2,UpdateContext({ReceiptRecord:Patch(Receipts,Defaults(R eceipts),{Receiptlist:Last(FirstN(ReceiptsCollect,2)).ReceiptImage,Id:Max(Receipts,Id) + 1, BudgetId:Gallery1.Selected.BudgetId, ExpenseId:Max(Expenses,Id), ReceiptName:LookUp(Expenses,Id = Max(Expenses,Id),ExpenseName)})}));If(CountRows(ReceiptsCollect)>=3,UpdateContext({ReceiptRecord:Patch(Receipts,Defaults(R eceipts),{Receiptlist:Last(FirstN(ReceiptsCollect,3)).ReceiptImage,Id:Max(Receipts,Id) + 1, BudgetId:Gallery1.Selected.BudgetId, ExpenseId:Max(Expenses,Id), ReceiptName:LookUp(Expenses,Id = Max(Expenses,Id),ExpenseName)})}));If(CountRows(ReceiptsCollect)>=4,UpdateContext({ReceiptRecord:Patch(Receipts,Defaults(R eceipts),{Receiptlist:Last(FirstN(ReceiptsCollect,4)).ReceiptImage,Id:Max(Receipts,Id) + 1, BudgetId:Gallery1.Selected.BudgetId, ExpenseId:Max(Expenses,Id), ReceiptName:LookUp(Expenses,Id = Max(Expenses,Id),ExpenseName)})}));If(CountRows(ReceiptsCollect)>=5,UpdateContext({ReceiptRecord:Patch(Receipts,Defaults(R eceipts),{Receiptlist:Last(FirstN(ReceiptsCollect,5)).ReceiptImage,Id:Max(Receipts,Id) + 1, BudgetId:Gallery1.Selected.BudgetId, ExpenseId:Max(Expenses,Id), ReceiptName:LookUp(Expenses,Id = Max(Expenses,Id),ExpenseName)})}));If(CountRows(ReceiptsCollect)>=6,UpdateContext({ReceiptRecord:Patch(Receipts,Defaults(R eceipts),{Receiptlist:Last(FirstN(ReceiptsCollect,6)).ReceiptImage,Id:Max(Receipts,Id) + 1, BudgetId:Gallery1.Selected.BudgetId, ExpenseId:Max(Expenses,Id), ReceiptName:LookUp(Expenses,Id = Max(Expenses,Id),ExpenseName)})}));If(CountRows(ReceiptsCollect)=7,UpdateContext({ReceiptRecord:Patch(Receipts,Defaults(Rec eipts),{Receiptlist:Last(FirstN(ReceiptsCollect,7)).ReceiptImage,Id:Max(Receipts,Id) + 1, BudgetId:Gallery1.Selected.BudgetId, ExpenseId:Max(Expenses,Id), ReceiptName:LookUp(Expenses,Id = Max(Expenses,Id),ExpenseName)})}));Navigate(BudgetScreen,ScreenTransition.Fade);ResetForm(FormNewExpense)
  • 43. Power apps – demo presented
  • 44. Flow
  • 45. Flow & PowerApps – Extend what power user do
  • 46. SharePoint Framework sessions summary Angular JS for SPFX, get ready, will be soon (Angular Elements) Npm shrinkwrap, lock project dependencies Azure for office 365 Tenant Properties Asset Packaging Site Collection App Catalog
  • 47. Office 365 / Azure scenarios
  • 48.
  • 49. Bots / Chat bots - Use cases • Use cases • Common HR question (claims, apply leaves) • Help daily tasks levering data (find meeting time between two users) • Pros • Simple interaction • Everybody are used to conversations • Basic
  • 50. Bots / Chat bots - Use cases 2
  • 51.
  • 53. Roadmap ? • Angular JS for SPFX • Teams replacing Skydrive for business (Roadmap 3 years ?) • SharePoint 2019 mid 2018 • On Demand files in One drive, Modern UX, Flow, Power apps
  • 54. • Keep improving Microsoft Graph, AI Services • On premise environment updated by Feature Pack twice a year Roadmap ?
  • 56. Wrap up • Embrase cloud technology, coming on premise in a way (hybrid) • Embrase TypeScript, no more javascript  • Try • Office 365 (planner, sway, Teams etc) ! • Install Office from Office 365 • Be aware of AI innovations (chatbot, cognitive services from amazon/google/o365)
  • 57.
  • 58. Microsoft Messages Every company is a software company - Satya Nadella
  • 59. Ressources – (1/2) Wanna Test Office 365 ? office 365 Dev tenant ESPC site https://www.sharepointeurope.com/ ESPC 2017 Tweeter feed Future conference list https://rcpmag.com/articles/2016/12/08/2017-microsoft-conference-calendar.aspx Conference videos – Ignite : https://myignite.microsoft.com/videos
  • 60. Resources – (2/2) • Machine learning tutorial / training : https://projectbotticelli.com • Keynotes : • Accelerate your digital transformation with SharePoint and OneDrive Jeff Teper https://bit.ly/2ASKBvL • Machine Learning in Practice Rafal Lukawiecki, Project Botticelli Ltd, Ireland https://bit.ly/2ASKLmR