/ASP_WebAPI_Sample_1

Sample ASP Web API and azure Table Storage project

Primary LanguageC#

ASP_WebAPI_Sample

Sample ASP WEB API Project for https://serversncode.com/asp-web-api-azure-table-storage/

This is a quick overview project for using Azure Table Storage with ASP Web API 2. In this post we add two methods to a new controller, a GET and POST. The POST will create data into our Azure Table Storage and the GET will return all the records in a partition.