Back to publications
Microsoft Learning: Work with SharePoint Content using the SharePoint Framework
ModuleMicrosoft Learn 2019

Microsoft Learning: Work with SharePoint Content using the SharePoint Framework

View on Microsoft Learn

Still published and available on the original platform.

Overview

I work with Microsoft Learning to publish & maintain multiple self-paced learning modules related to Microsoft 365. These modules are primarily used as self-paced study resources for developers preparing to take the MS-600 exam, the only prerequisite to achieve the Microsoft 365 Certified: Teams Application Developer Associate certification. This is one of those modules.

This module will introduce you to working with SharePoint content in SharePoint Framework projects. You’ll learn about the SharePoint REST API, do CRUD operations with SharePoint data, the local workbench, and creating mock data in SharePoint Framework.

Learning objectives

  1. Demonstrate how to read and write list data using the SharePoint REST API
  2. Create a SharePoint Framework project that performs CRUD operations with the SharePoint REST API
  3. Demonstrate when and how to implement mock data in SharePoint Framework projects