Client Side Solution Development

Slides:



Advertisements
Similar presentations
Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
Advertisements

©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
Microsoft SharePoint 2010 technology for Developers
S HARE P OINT 2013 S EARCH – A D EVELOPER ’ S P ERSPECTIVE Ryan McIntyre MCITP, MCPD Director, Portals & Collaboration.
SharePoint-hostedAutohostedProvider-hosted All components are deployed to SharePoint Only the wrapper for the app is deployed to SharePoint Separate.
SharePoint Saturday Sponsors Gold Bronze Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
Microsoft SharePoint 2013 SharePoint 2013 as a Developer Platform
Microsoft ® Official Course Introducing Apps for SharePoint SharePoint Practice Microsoft SharePoint 2013.
 Introduction of the Ribbon  Inline editing of pages  AJAX Editing  Browser Support  Need to Redo Customizations and Page Layouts when upgrading.
Enterprise Collaboration Strategist Author, Blogger, Speaker.
Creating a SharePoint App with Microsoft Access Services
©2012 Microsoft Corporation. All rights reserved..
Build a SharePoint App with Microsoft Access. About me.
Fraser Technical Solutions, LLC
Any host All components deployed to SharePoint Client side code App Web created for app Wrapper deployed to SharePoint Components deployed to.
Modern app development Continuous value delivery and rapid response to change.
Hennie Laubscher K2 Brian Farnhill Independent Consultant.
Windows.Net Programming Series Preview. Course Schedule CourseDate Microsoft.Net Fundamentals 01/13/2014 Microsoft Windows/Web Fundamentals 01/20/2014.
Addition/ChangeDescription Change TrackingOpen Word files that contain revision marks in Word Web App. CommentsCan view, add, and reply to.
Ribbon UI SharePoint Workspace SharePoint Mobile Office Client and Office Web App Integration Standards Support Tagging, Tag Cloud, Ratings Social.
Branding in SharePoint #SPcincy2013 on Twitter Open wireless access is available. Feel free to Tweet (#SPcincy2013) and.
Office 365 Platform Flexible Tools Understand different provisioning options and their advantages and disadvantages…
SharePoint Enterprise Aggregation Caching Feature Product Overview Nimrod Geva Product Group Manager, KWizCom
Business Intelligence (BI) Primer BI Tools in SharePoint 2010 Excel Services Performance Point Services.
Sponsors Gold Silver Bronze Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
Access 2013 Platform Overview Access Low up-front investment Easy to evolve and iterate Easy adoption One version of the truth Easy to collaborate.
Module 10 Administering and Configuring SharePoint Search.
Sponsors Gold Silver Bronze Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
SharePoint 2013 Architecture Service applications in SharePoint 2013.
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
Microsoft ® Official Course Developing a Publishing Site for Web Content Microsoft SharePoint 2013 SharePoint Practice.
Welcome to the Minnesota SharePoint User Group February 13 th, 2013 SharePoint 2013 – Developers Track - Client Side Rendering.
UNDERSTANDING YOUR OPTIONS FOR CLIENT-SIDE DEVELOPMENT IN OFFICE 365 Mark Rackley
Miguel Rojas Partner Technology Advisor
Leveraging SharePoint Search In SharePoint 2013 Jameson Bozeman.
DEV103 – Web Part Transformers – More than meets the eye By: D’arce Hess.
Apps for the modern enterprise INTRODUCTION TO SHAREPOINT AS A DEVELOPMENT PLATFORM RON COURVILLE.
Virtual techdays INDIA │ November 2010 SharePoint 2010 – Your one stop shop for all portal requirements Saranya Sriram │ Developer Evangelist, Microsoft.
Converting SharePoint on- premise Apps to Office 365 Jos Auker-Woor M377.
Spice up Your Forms and Views
BRANDING YOURSELF FINAL DRAFT.
Spice up Your Forms and Views
Branding Without MasterPages, the Future of UX in SharePoint Online
Leveraging the Business Intelligence Features in SharePoint 2010
Line of Business Solutions in SharePoint Online
SPC Developer 6/25/2018 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Visio Services 2013 Collaboration APIs Chris Hopkins
Microsoft SharePoint Server 2016
Modern UI Extensions with the SharePoint Framework
Modern UI Extensions with the SharePoint Framework
Migrating Oracle Forms Using Oracle Application Express
SharePoint Framework Extensions
The New Breed: OMS, Flow, and Power BI Integration
SharePoint Cloud hosted Apps
Introduction to SharePoint Framework (SPFx)
Customizing the Social Workload
Transforming SharePoint Farm Solutions to the Add-in Model
Spice up Your Forms and Views
Intro to Client-Side Rendering
Intro to Client Side Solutions in SharePoint 2013
Moving Your Customizations to the cloud
The SharePoint framework
Your code is not just…your code
SharePoint 2019 Overview and Use SPFx Extensions
Workflow Development using Visual Studio 2017 for SharePoint online
IntroductionToPHP Static vs. Dynamic websites
Microsoft Connect /28/2019 2:20 AM
04 | Apps and SharePoint Chris Johnson | SharePoint Guru
Your code is not just…your code
Presentation transcript:

Client Side Solution Development Almond Labs Saturday May 28, 2014 11/22/2018 +1 (866) 773-9175 | sales@almondlabs.com

+1 (866) 773-9175 | sales@almondlabs.com “Working to create products and solutions that improve user adoption, engagement and productivity with SharePoint.” Jay Landrum Co-Founder, Almond Labs AlmondLabs.com/Blog @AlmondLabs 11/22/2018 +1 (866) 773-9175 | sales@almondlabs.com

Why client side solutions? Fast prototyping and development Low impact deployment and updates No more recycled app pools! No downtime! No need to access the server Errors can be identified through the browser Allows significant customizations with just SharePoint designer 11/22/2018 +1 (866) 773-9175 | sales@almondlabs.com

+1 (866) 773-9175 | sales@almondlabs.com Solution Overview Deployment: No Code Sandbox Solutions SharePoint hosted apps Technologies React.js – templating Node – build automation 11/22/2018 +1 (866) 773-9175 | sales@almondlabs.com

+1 (866) 773-9175 | sales@almondlabs.com 11/22/2018 +1 (866) 773-9175 | sales@almondlabs.com

+1 (866) 773-9175 | sales@almondlabs.com GitHub Project Link https://github.com/Almond-Labs/SP-Client-Side-Template 11/22/2018 +1 (866) 773-9175 | sales@almondlabs.com

+1 (866) 773-9175 | sales@almondlabs.com References SharePoint 2013 REST Services: http://msdn.microsoft.com/en- us/library/fp142385.aspx, http://msdn.microsoft.com/en-us/library/jj860569.aspx and http://msdn.microsoft.com/en-us/library/jj164022.aspx SharePoint 2013 Search REST API http://blogs.msdn.com/b/nadeemis/archive/2012/08/24/sharepoint-2013-search- rest-api.aspx SharePoint 2013 Rest API http://platinumdogs.me/2013/03/14/sharepoint- adventures-with-the-rest-api-part-1/ Search keyword query syntax: http://msdn.microsoft.com/en- us/library/ee558911.aspx Search Display Templates: http://msdn.microsoft.com/en-us/library/jj945138.aspx JSLink feld rendering: http://www.lestersconyers.com/custom-field-rendering-with- jslink/ JSLink Primer: http://www.idubbs.com/blog/2012/js-link-for-sharepoint-2013-web- partsa-quick-functional-primer/ 11/22/2018 +1 (866) 773-9175 | sales@almondlabs.com