C# Corner announced a new webinar on "Integrate Azure Tables with ASP.NET Core Application"
Prerequisites: GoToMeeting
Event URL: https://bit.ly/3zXckHy
Abstract:
In web-based applications, when an application is developed, deployed and available to the user for use, then in that situation, any major database-related changes are an almost impossible task unless our data storage is non-relational. Using nonrelational storage such as Azure Table storage makes it easy to change the database structure if you need to— without breaking the app. In the session, We will discuss the Azure Tables. Also, we discuss how Azure tables will work with Asp.Net Core Application with the help of Cosmos DB API.
Agenda:
- What is Azure Table Storage
- Why we use Azure Table Storage
- An Overview on Azure Table Storage
- Setting up Azure Environment
- Create a Table in Azure Table Storage
- Adding an Entity in Azure Table Storage using App
- Update an Existing Entity in Azure Table Storage using App
- Fetch Entities in Azure Table Storage using App
- Delete an Entity in Azure Table Storage using App