Enhance Your Desktop App with Cloud Services

Go to class
Write Review

Free Online Course: Enhance Your Desktop App with Cloud Services provided by edX is a comprehensive online course, which lasts for 6 weeks long, 2-3 hours a week. The course is taught in English and is free of charge. Enhance Your Desktop App with Cloud Services is taught by Chris Howd and Daren May.

Overview
  • In this course, you will enhance an existing WPF “Enterprise Chat” style application by extending the functionality to take advantage of a number of Azure Cloud Services. The extended application will implement cloud services like Azure Active Directory for authentication and authorization and Azure SQL Database as a relational data store. The app will be further augmented with Azure Blob storage for efficient image storage, Azure Cognitive services for automating text and image moderation. Finally, Azure Cloud Compute capabilities are used to create a function that monitors Blob image uploads and automatically generates image thumbnails.

    The target audience is any developer who wishes to learn how some of the more advanced capabilities of Azure Cloud Services can enhance their applications.

Syllabus
  • Module 1

    • Lab 1: Configure an Azure Active Directory Implementation.
    • Lab 2: Implement AAD Authorization in Your Application.

    Module 2

    • Lab 1: Migrate Your App Data to Azure SQL
    • Lab 2: Store Your Image Data in Azure Blob Storage

     Module 3

    • Lab 1: Apply AI Sentiment Analysis to Message Content
    • Lab 2: Implement Image Analysis using AI Computer Vision
    • Lab 3: Add an Intelligent FAQ

     Module 4

    • Lab 1: Implementing Azure Functions
    • Lab 2: Implementing Docker Components