Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjkp/azuremobileservicetablestorage
A small tutorial on how to use Azure Table storage with the Azure Mobile Service .Net backend.
https://github.com/sjkp/azuremobileservicetablestorage
Last synced: 8 days ago
JSON representation
A small tutorial on how to use Azure Table storage with the Azure Mobile Service .Net backend.
- Host: GitHub
- URL: https://github.com/sjkp/azuremobileservicetablestorage
- Owner: sjkp
- Created: 2014-05-09T19:22:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-17T19:47:28.000Z (over 10 years ago)
- Last Synced: 2024-04-15T02:56:00.665Z (7 months ago)
- Language: C#
- Size: 496 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AzureMobileServiceTableStorage
==============================A small tutorial on how to use Azure Table storage with the Azure Mobile Service .Net backend.
Look in DataObjects\StorageData.cs for my implementation that fixes some issues with the StorageData class from the framework.
Read my two blog posts about the fixes:
- http://wp.sjkp.dk/azure-mobile-service-net-backend-using-azure-table-storage/
- http://wp.sjkp.dk/azure-mobile-service-net-backend-using-azure-table-storage-part-2/