PPT-Working with the SharePoint Framework

Author : giovanna-bartolotta | Published Date : 2017-10-11

March 15th 2017 Intro SharePoint Framework Overview Requirements and Considerations Demo Eric Skaggs eskaggsoutlookcom skaggej httpwwwericskaggsnet Catapult Systems

Presentation Embed Code

Download Presentation

Download Presentation The PPT/PDF document "Working with the SharePoint Framework" is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.

Working with the SharePoint Framework: Transcript


March 15th 2017 Intro SharePoint Framework Overview Requirements and Considerations Demo Eric Skaggs eskaggsoutlookcom skaggej httpwwwericskaggsnet Catapult Systems Pluralsight Author. An . in-depth look into building . responsive . web design. Rita Zhang, GE. Eric . Overfield. , . PixelMill. SPC345. Software Architect. , General . Electric. Founder . and Architect, . SP.me. Author. Bill Baer. Senior Technical Product Manager (SharePoint). Microsoft. Introduction. Bill Baer is a . Senior Technical Product Manager . and . Microsoft Certified Master for SharePoint . in . the SharePoint product group in Redmond, Washington; having previously worked at . SharePoint support is providing the comprehensive set of solutions for their business operation needs. However, the fact is that SharePoint is smarter and much superior option, which require considerable amount of involvement and expertise for maintaining the consistent business operations. Notes. XXX . Technologies is a national RAMP. . managed SI and Microsoft Gold Certified Partner. Founded in 1994, XXX represents the best RAMP software & applications development capability in the world. Strengthened by innovative IP solutions, leading global enterprises and software product companies rely on XXX to predictably deliver quality products and applications. The company employees more than 1100 resources. Company has strong offshore presence in Bangalore, India with offices in US and UK.. Office SharePoint Server is designed to support complete intranet, extranet, and Web applications across an enterprise within one integrated platform, instead of trusting on separate fragmented systems. SharePoint Saturday Sacramento. 11/05/2016. Ryan Schouten. Worked with SharePoint for > 9 years. I have experience with SharePoint 2003 – 2016. I have worked with . ASP.Net. for 15 years. MCPD, MCT, MCSE: SharePoint, MCSA: Office 365. Executive Officer – Briefing Session. April 2013. Committees Working Party - Overview. Established by Registrar. Aim to improve the administrative efficiency and effectiveness of the committee system within the University’s decision making processes. SPFx. ). Fabio Franzini - Office Servers & Services MVP. @franzinifabio. fabiofranzini.com. Agenda. Introducing SharePoint Framework (. SPFx. ). SPFx. Toolchain. SPFx. . Webpart. Deploy . SPFx. Simon Doy. simon@ithinksharepoint.com. Agenda. What is this presentation about?. Developing SPFx tips demos. Questions. Introduction. What is this presentation about?. Describe and demonstrate some tips for building solutions with SPFx which. Ryan . Schouten. SharePoint Saturday Bend. @. shrpntknight. About Me. Ryan Schouten. Worked with SharePoint for . 8 . years. I have experience with SharePoint 2003 – 2013. I have worked with . ASP.Net. This book is for the SharePoint 8220power user8221 who needs a better understanding of how SharePoint formulas work, where they don8217t work, and how they are created. While at first glance SharePoint formulas appear to be simple calculations, they are both quite powerful and have weird limitations. In this book we will explore the basics of creating Calculated Columns and Validation formulas with some boring details, and over one hundred examples. We also explore workarounds for many of the limitations by using SharePoint Designer workflows and a few tricksWhere are formulas used in SharePoint?8226Calculated column formulas derive data from other columns in the same list item. These can be simple calculations and text manipulations, or complex Excel-style formulas.8226Column validation formulas are used to create custom validations for user entered data. These can be used to make sure that quotquantitiesquot are not negative and vacation requests are for dates in the future.8226Column default formulas, while very limited, can auto-fill columns with a date 30 days in the future or a message based on the month or day of the week the item was added.8226List / Library validation formulas are used to check the values from multiple columns to verify the relationship between two or more columns. Examples include making sure a task start date is before the task end date, or to make sure an entry has a quotprice per poundquot or a quotprice eachquot, but not both.Who is this book for?Anyone who works with creating and customizing lists and libraries. These include SharePoint on premise Farm Administrators, Office 365 SharePoint administrators, Site Collection Administrators, Site Owners, Power users, and Developers.Over 100 Examples8226Over 60 Calculated Columns examples8226Over 30 Column Validation examples822611 List/Library Item Validation examples (and every one of the Column Validation examples can be used here.)82267 Calculated Column Default Values examples822615 Workflow 8220workarounds8221 for things SharePoint formulas can8217t doTable of Contents8226Read Me First8226Tips for Formulas8226Calculated Columns8226Calculated Column Examples8226Calculated Default Columns8226Column Validation Formulas8226Column Validation Examples8226List/Library Item Validation8226List/Library Item Validation Examples8226Other Forms of Validation8226Workflow Workarounds8226Error Messages A step-by-step guide to acquire knowledge of the SharePoint Framework (SPFx), build it from scratch, and gradually move towards developing practical examples. Key Features9679 Master the concept of the SharePoint Framework (SPFx)9679 Learn how to use various JavaScript libraries and frameworks with the SharePoint Framework9679 Deploy SPFx solutions into CDNs (Azure Storage and O365 Public CDN)9679 Learn SharePoint operations with SPFx9679 Consume the Microsoft Graph and third-party APIs in SPFx9679 Upgrade solutions from deployment scenarios9679 Continuous integration and delivery pipelines for the SharePoint Framework solutions with Azure DevOps9679 Develop practical scenariosDescriptionThis book aims to equip you with enough knowledge of the SharePoint Framework in conjunction with skills to use powerful tools such as Node.js, npm, Yeoman, Gulp, TypeScript, and so on to succeed in the role of a SharePoint developer.The book starts with a brief introduction to the SharePoint evolution across versions and the rise of the SharePoint Framework and the opportunities you may come across along with an overview of the key topics covered in the book.Who This Book is ForThe book is intended for anyone looking for a career in modern SharePoint, all aspiring SharePoint developers who want to learn the most powerful technique to extend the SharePoint user interface or working professionals who want to switch their career in SharePoint.Table of Contents1. Getting Started with SharePoint Framework2. Develop Your First SPFx Web Part3. SPFx Web Part Property Pane4. Custom Controls for Web Part Property Pane5. PnP Controls for Web Part Property Pane6. CSS Considerations7. Configure SPFx Web Part Icon8. Examine SPFx Web Parts on Modern SharePoint9. Host SPFx Web Parts from MS Azure CDN10. Host SPFx Web Parts from Office 365 Public CDN11. Host SPFx Web Parts from SharePoint Document Library12. Integrating jQuery with SPFx Web Parts13. CRUD Operations with No Framework14. CRUD Operations with React JS15. CRUD Operations with Angular JS16. CRUD Operations using Knockout JS17. CRUD Operations with SP-PnP-JS18. Transition to pnp/sp from sp-pnp-js19. SPFx Development with React JS20. React Lifecycle Events in SPFx21. AutoBind Control Events in SPFx22. Partial State Update for React-based SPFx WebParts23. Using Office UI Fabric in SPFx24. Provision SharePoint Assets in SPFx Solution25. Connect to MS Graph API with MSGraphClient26. Connect to MS Graph API with AadHttpClient27. SPFx Logging Mechanism28. Debug SPFx Solutions29. Overview of SPFx Extensions30. SPFx Extension - Application Customizer31. Extend Application Customizer with React Components32. SPFx Extension - Field Customizer33. SPFx Extension - ListView Command Set34. Anonymously Call MS Azure Functions35. Securing Azure Function with Azure Active Directory36. Consume Azure AD Secured Function with SPFx37. Implementing Separation of Concerns (SoC)38. Localization Support for SPFx39. Office 365 CLI 40. SPFx Solutions Upgrade41. SPFx Solution Upgrade with Office 365 CLI42. Common Issues and Resolutions with Upgrading npm Packages43. Extend MS Teams with SPFx44. Library Component Type 45. Develop Custom App Pages with SPFx46. Optimizing SPFx Solutions47. Unit Test with Jest and Enzyme48. DevOps For SPFx49. Query User Profile Details50. Query SP Search Results51React-based Tree view52. React-based Carousel53. React-based Organogram54. Integrating Adaptive Cards with SPFx55. Integrating Google API with SPFx56. SPFx Development with SharePoint On-PremisesAbout the AuthorNanddeep Nachan is a results-oriented Technology Architect with over 14 years of experience in Microsoft Technologies, especially in SharePoint, Office 365, MS Azure, and Dot Net.Your LinkedIn Profile https//www.linkedin.com/in/nanddeepnachan Agenda. Who is the target audience for this session?. What is React?. How it works. Component model. Data binding. Component lifecycle events. SPFx. + React. Leverage Fabric React components in your site. Instructor, Developer and Power BI MVP. Ted Pattison. Instructor and Owner of Critical Path Training. I started teaching for . QuickStart. as employee #17 in 1992. I taught for . DevelopMentor. under Don Box from 1995 - 2003.

Download Document

Here is the link to download the presentation.
"Working with the SharePoint Framework"The content belongs to its owner. You may download and print it for personal use, without modification, and keep all copyright notices. By downloading, you agree to these terms.

Related Documents