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
()