building sharepoint add-ins with javascript and c# sps silicon valley

18
Sonja Madsen Building SharePoint add- ins with JavaScript and C#

Upload: sonja-madsen

Post on 09-Jan-2017

250 views

Category:

Internet


0 download

TRANSCRIPT

Page 1: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

Sonja Madsen

Building SharePoint add-ins with JavaScript and C#

Page 2: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

@sonjamadsen [email protected]

Sonja Madsen

Microsoft MVP, SONJAsAPPSBest International Developer

Page 3: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley
Page 4: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

SharePoint Framework, aaa aaaaaa ,aa aaaaaa

Page 5: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

• SharePoint Add-ins on Office 365• Azure Web API and Core 1.0

Page 6: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

SharePoint & Azure

Client-side & Back-end

Page 7: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

SharePoint Client Object Model• Lists, libraries• Sites, permissions• Users, user profiles• Search• Content • Metadata• External sources

Page 8: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

C# != JavaScript

• Send email• Connect to database• Business logic, code-behind

Page 9: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

Back-end

Front-end

Page 10: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

Code-behind• Intelligent apps• Current user name, takes pictures

description, language-country, customer profile, purchase history, your product inventory

• Buisness logic

Page 11: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

• Cross-platform • project.json• global.json• appsettings.json• Command line• Rebirth of MVC• Coexist with ASP.NET 4.6

Page 12: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

ImagesRSS feed

SharePointAdd-inJavaScript

Code-behindLogic

REST∫∞

Page 13: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

SharePoint & Azure

SharePoint add-in Core 1.0D E M O

Page 14: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

Send email, license validation, database

Page 15: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

• JavaScript• CSS• C#• MVC• REST• Entity Framework

Site URLToughcookie

SQL Database

SharePoint

Azure

Page 16: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

D E M O

Page 17: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

Issues• Performance• Request frequency• Authentication

Page 18: Building SharePoint add-ins with JavaScript and c# sps Silicon Valley

Summary• SharePoint • Azure• SQL• JavaScript• Core 1.0, C#, MVC 6, Entity Framework 7