NetAssist Services Pte Ltd
+65 6272 2662
training@netassist.com.sg
Login

Registration

Course Details

Course Type: Microsoft

Name: MS-600 Building Applications and Solutions with Microsoft 365 Core Services

Category: Office 365

Duration: 5 days

Venue: 298 Tiong Bahru Road #08-05 Central Plaza Singapore 168730

Fee (inclusive of GST): $3743.93

Contact Details

NetAssistNetAssist
  • About Us
    • Award
    • Accreditations
  • Courses
    • Agile
    • Big Data, AI and Analytics
    • Citrix
    • CISSP
    • CompTIA
    • Huawei
    • Microsoft
      • Microsoft Business Applications
      • Microsoft Cloud Workshop
      • Microsoft Technical
    • Office Application Skills
    • Open Source Development
    • Pega
    • VMware
  • Certifications
    • Agile
    • CISSP
    • Citrix
    • Huawei
    • Microsoft
      • Microsoft Role-based Certifications
    • Pega
    • VMware Tanzu
  • Funding Programs
  • Promotions
    • Now Boarding
  • Insights
    • Announcements
    • Articles
    • Events
    • Microsoft Software Assurance Training Voucher
  • Contact Us
    • Computer Lab Rental
    • Personal Data Protection Policy
    • Personal Data Protection Statement
    • General Terms and Conditions
      • Cart

        0
    • About Us
      • Award
      • Accreditations
    • Courses
      • Agile
      • Big Data, AI and Analytics
      • Citrix
      • CISSP
      • CompTIA
      • Huawei
      • Microsoft
        • Microsoft Business Applications
        • Microsoft Cloud Workshop
        • Microsoft Technical
      • Office Application Skills
      • Open Source Development
      • Pega
      • VMware
    • Certifications
      • Agile
      • CISSP
      • Citrix
      • Huawei
      • Microsoft
        • Microsoft Role-based Certifications
      • Pega
      • VMware Tanzu
    • Funding Programs
    • Promotions
      • Now Boarding
    • Insights
      • Announcements
      • Articles
      • Events
      • Microsoft Software Assurance Training Voucher
    • Contact Us
      • Computer Lab Rental
      • Personal Data Protection Policy
      • Personal Data Protection Statement
      • General Terms and Conditions

    Microsoft

    • Home
    • All courses
    • Microsoft
    • MS-600 Building Applications and Solutions with Microsoft 365 Core Services
    Print Friendly, PDF & Email

    MS-600 Building Applications and Solutions with Microsoft 365 Core Services

    Microsoft, Microsoft 365, Microsoft Technical, Office 365
    $3,743.93
    MS-600 Building Applications and Solutions with Microsoft 365 Core Services
    DURATION FEE (S$ before GST)
    5 days 3,499.00
    COURSE CODE
    MS-600
    VENUE
    298 Tiong Bahru Road #08-05 Central Plaza Singapore 168730
    Training Hours
    9.00am to 5.00pm

    Course Overview

    ABOUT THIS COURSE

    This course covers five central elements of Microsoft 365 platform – implementing Microsoft Identity, working with Microsoft Graph, extending and customizing SharePoint, extending Teams, and extending Office. In this course, students will learn how to implement Microsoft Identity and work with Microsoft Graph. Students will also gain the knowledge on UI elements (including Adaptive Cards and UI Fabric), Integration Points (including Microsoft Teams, Office Add-ins, SharePoint Framework, Actionable Messages), and determining workload platform targets. In implementing Microsoft Identity, students will learn to implement Microsoft identity including registering an application, implanting authentication, configuring permissions to consume an API, and creating a service to access Microsoft Graph. In working with Microsoft Graph, students will learn how to access user data, explore query parameters, manage a group lifecycle, access files, and optimize network traffic using Microsoft Graph. In extending and customizing SharePoint, students will learn about SharePoint Framework web parts, extensions, and how to package and deploy a SPFx solution. In extending Teams, students will look at the components of a Teams App, work with webhooks, tabs, and conversational bots. In extending Office, students work with Office Add-ins, task pane add-ins, JavaScript APIs, Office UI Fabric, and actionable messages with adaptive cards.

     

    Course Overview

    AT COURSE COMPLETION

    By actively participating in this course, you will learn about the following:

    • Implementing Microsoft Identity
    • Working with Microsoft Graph
    • Determining workload platform targets
    • Integration Points, including Microsoft Teams, Office Add-ins, and SharePoint Framework

     

    Audience Profile

    Students in this course are interested in Microsoft 365 development platform or in passing the Microsoft 365 Developer Associate certification exam. Students should also have 1-2 years experience as a developer. This course assumes students know how to code and have a basic understanding of REST APIs, JSON, OAuth2, OData, OpenID Connect, Microsoft identities including Azure AD and Microsoft accounts, Azure AD B2C, and permission/consent concepts.

     

    Pre Requisite

    • Students should have 1-2 years experience as a developer. This course assumes students know how to code and have a basic understanding of REST APIs, JSON, OAuth2, OData, OpenID Connect, Microsoft identities including Azure AD and Microsoft accounts, Azure AD B2C, and permission/consent concepts.
    • It is recommended that students have some experience developing solutions on Microsoft Teams, Office Add-ins, or SharePoint Framework through all phases of software development.

     

    Course Details

    Module 1: Implement Microsoft Identity

    In this module, you will learn to implement Microsoft identity including registering an application, implanting authentication, configuring permissions to consume an API, and creating a service to access Microsoft Graph.

    Lessons

    • Microsoft Identity platform
    • Register an Application
    • Implement Authentication
    • Configure Permissions to consume an API
    • Implement Authorization to consume an API
    • Implement Authorization in an API
    • Create a Service to access Microsoft Graph

    Lab : Implement Microsoft Identity

    • Registering an application in azure active directory
    • Implementing Authentication
    • Configuring permission to consume an API
    • Implementing authorization to consume an API
    • Implementing authorization in an API
    • Creating a service to access Microsoft Graph

     

    After completing this module, students will be able to:

    • Register an application in Azure AD
    • Implement authentication
    • Configure permissions to consume an API
    • Create a service to access Microsoft Graph

     

     

    Module 2: Work with Microsoft Graph

    In this module you will learn how to access user data, explore query parameters, manage a group lifecycle, access files, and optimize network traffic using Microsoft Graph.

    Lessons

    • What is Microsoft Graph
    • Access user data from Microsoft Graph
    • Data usage with query parameters
    • Manage a group lifecycle on Microsoft Graph
    • Access files with Microsoft Graph
    • Optimize network traffic

    Lab : Work with Microsoft Graph

    • Querying User Data from the Microsoft Graph
    • Using Query Parameters when querying Microsoft Graph via HTTP
    • Retrieving and controlling information returned from Microsoft Graph
    • Creating an Office 365 Group and Team
    • Uploading files to OneDrive and SharePoint
    • Using Change Notifications and Track Changes with Microsoft Graph
    • Reducing traffic with batched requests
    • Understanding throttling in Microsoft Graph

     

    After completing this module, students will be able to:

    • Access user data with Microsoft Graph
    • Work with data using queries on Microsoft Graph
    • Manage a group lifecycle on Microsoft Graph
    • Optimize network traffic using Microsoft Graph

     

    Module 3: Extend and Customize SharePoint

    In this module you will learn about SharePoint Framework web parts, extensions, and how to package and deploy a SPFx solution.

    Lessons

    • SharePoint Framework web parts
    • SharePoint Framework extensions
    • Package and deploy a SPFx solution
    • Consumption of Microsoft Graph
    • Consumption of 3rd party APIs secured with Azure AD from within SPFx
    • Web Parts as Teams Tabs
    • Branding and theming in SharePoint

    Lab : Extend and Customize SharePoint

    • Introduction to SharePoint Framework (SPFx)
    • Working with the web part property pane
    • Creating SharePoint Framework Extensions
    • Creating a Command Set Extension
    • Creating a Field Customizer Extension
    • Deploying a SharePoint Framework Solution
    • Calling Azure AD Protected 3rd Party REST APIs
    • Deploying SPFx Solutions to Microsoft Teams

     

    After completing this module, students will be able to:

    • Package and deploy a SharePoint Framework solution
    • Utilize consumption of Microsoft Graph
    • Work with web parts as Team Tabs

     

     

    Module 4: Extend Teams

    In this module you will look at the components of a Teams App, work with webhooks, tabs, and conversational bots.

    Lessons

    • Microsoft Teams App
    • Webhooks in Microsoft Teams
    • Tabs in Microsoft Teams
    • Messaging extensions in Microsoft Teams
    • Conversational bots in Microsoft Teams

    Lab : Extend Teams

    • Understanding the components of a Teams App
    • Working with webhooks in Microsoft Teams
    • Creating tabs in Microsoft Teams
    • Understanding messaging extensions
    • Understanding conversational bots

     

    After completing this module, students will be able to:

    • Recognize the components of a Teams App
    • Work with webhooks in Microsoft Teams
    • Create tabs in Microsoft Teams
    • Create and register outgoing webhooks

     

     

     

     

    Module 5: Extend Office

    In this module you will work with Office Add-ins, task pane add-ins, JavaScript APIs, Office UI Fabric, and actionable messages with adaptive cards.

    Lessons

    • Office Add-ins
    • Office JS APIs
    • Customization of Add-ins
    • Testing, debugging, and deployment options
    • Actionable message

    Lab : Extend Office

    • Understanding fundamental components and types of Office Add-ins
    • Understanding Office JavaScript APIs
    • Understanding customization of Add-ins
    • Understanding actionable messages

     

    After completing this module, students will be able to:

    • Understanding fundamental components and types of Office Add-ins
    • Understanding Office JavaScript APIs
    • Understanding customization of Add-ins
    • Understanding actionable messages

     

    Course Schedule

    N/A
    • Description
    • Curriculum
    • Instructors
    $3,743.93
    • Share:

    You May Like

    MS-040 Manage SharePoint and OneDrive in Microsoft 365 Read More
    NetAssist

    MS-040 Manage SharePoint and OneDrive in Microsoft 365

    0
    $1,924.93
    MS-050 SharePoint Hybrid Deployment and Migration Read More
    NetAssist

    MS-050 SharePoint Hybrid Deployment and Migration

    0
    $3,208.93
    MS-203 Microsoft 365 Messaging Read More
    NetAssist

    MS-203 Microsoft 365 Messaging

    0
    $3,208.86

    All Courses

    • Agile
      • Foundation
      • Practitioner
    • Big Data, AI and Analytics
    • CISSP
    • Citrix
      • Citrix Cloud
      • Digital Workspace
      • Networking
    • CompTIA
    • Huawei
    • Microsoft
      • Microsoft Business Applications
      • Microsoft Cloud Workshop
      • Microsoft Technical
        • Azure
        • Data, AI & Analytics
        • Dynamics 365
        • Exchange Server
        • Microsoft 365
        • Modern Workplace
        • Office 365
        • Power Platform
        • SharePoint
        • Skype for Business
        • SQL Server
        • System Center
        • Visual Studio
        • Windows
        • Windows Server
    • Office Applications Skills
      • Excel
      • Microsoft Applications
      • Windows 10
    • Open Source Development
      • Other Open Source
      • Pivotal
    • Pega
    • VMware

    Newly Released Courses

    PL-100 Microsoft Power Platform App Maker

    PL-100 Microsoft Power Platform App Maker

    $2,887.93
    DA-100 Analyzing Data with Power BI

    DA-100 Analyzing Data with Power BI

    $2,138.93
    AZ-304 Microsoft Azure Architect Design

    AZ-304 Microsoft Azure Architect Design

    $2,566.93
    NetAssist

    +65 6272 2662

    training@netassist.com.sg

    298 Tiong Bahru Road
    #08-05 Central Plaza
    Singapore 168730

    Links

    • Courses
    • Certifications

    Like us on Facebook

    NetAssist Singapore

    Copyright © 2020 NetAssist Services Pte Ltd

    WhatsApp us