ASP.NET Core: Working with Azure Tables

Go to class
Write Review

Free Online Course: ASP.NET Core: Working with Azure Tables provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. ASP.NET Core: Working with Azure Tables is taught by Ervis Trupja.

Overview
  • Give your application room to grow using Azure Table storage. Discover how to use this NoSQL key-value database service with your ASP.NET Core application.

Syllabus
  • Introduction

    • Using Azure Table storage with ASP.NET Core
    • What you should know
    1. Getting Started with Azure Table Storage
    • What is Azure Table storage?
    • Why use Azure Table storage?
    • Azure Table storage concepts
    2. Setting Up the Development Environment
    • Setting up the Azure environment
    • Setting up the ASP.NET Core console application
    • Parsing and validating an Azure Table storage connection string
    3. Working with Azure Table Data Using ASP.NET Core
    • Creating a table in Azure Table storage
    • Adding an entity into Azure Table storage
    • Updating an entity in Azure Table storage
    • Retrieving all entities from Azure Table storage
    • Challenge: Retrieve a single entity from Azure Table storage
    • Solution: Retrieve a single entity from Azure Table storage
    • Deleting an entity from Azure Table storage
    • Replicating Azure Table storage data globally
    Conclusion
    • Next steps