Wednesday, October 31, 2018

How To Access Data From Azure Table Storage Using Rest API in ASP.NET Core - Part One

In this article, we are going to see how to access data from Azure table storage using Rest API in ASP.NET core. The ASP.NET core is an open source web framework by Microsoft which can be run on MAC, Windows, Linux. Azure Tables is a NoSQL cloud database and it is not a relational database, It can store just without any other kind of relations like foreign keys.

source https://www.c-sharpcorner.com/article/how-to-access-data-from-azure-table-storage-using-rest-api-in-asp-net-core-part/

No comments:

Post a Comment