11/15/20

Building Apps Power Platform Overview

Power Platform on Microsoft 365 Overview (3 of 6)In this video, we provide an overview of the Microsoft 365 Power Platform. We introduce the major services that are available, and we talk about how to leverage them when building an application.  As an example, we take a SharePoint Web form and...

11/12/20

Building Apps SharePoint Overview

SharePoint Microsoft 365 Overview (2 of 6)In this video, we provide an overview of SharePoint Web Portal features, content and document management systems. Since we are building an application, we focus on building a data list which functions as a database table to store our app data. We take a model-first...

11/11/20

Building Apps Microsoft 365 Overview

Microsoft 365 Overview (1 of 6)In this video, we provide an overview of the Microsoft 365 platform. We explain some platform services, so developers may find a use case applicable for their needs. In order to make this practical, we build an actual application in real-time. We do this to show the...

11/9/20

Microsoft 365 Power Platform Overview

This is a presentation for the Microsoft 365 Developer Bootcamp.In this bootcamp, we build an app by using the following technologies:SharePoint Data ListPowerApps Web FormsPower Automate flows with MS TeamsPowerBI desktop and online dashboardsPowerApps mobile app with PowerBI dashboardPower Virtual...

10/10/20

SOAP API to REST with Azure API Management and Visual Studio Code

A SOAP WSDL (Web Service Description Language) is an XML-based interface description language that is widely used by older APIs. With the modernization of Web standards, most APIs today use REST (Representational state transfer) and JSON (JavaScript Object Notation).  In some cases, there may...