My next post will insert data into the table object using Fiddler, which is a low level too that shows you how http actually sends the http request. Fiddler is unbelievably important to understand.
Fiddler is an HTTP debugging proxy server application written by Eric Lawrence of Microsoft.
It captures HTTP traffic and logs it for the user to review.
It can also be used to "fiddle" with HTTP traffic as it is being sent.
By default, traffic from Microsoft's WinINET HTTP(S) stack is automatically directed through Fiddler at runtime, but any browser or application can be configured to route traffic through Fiddler.
More information about Azure Tables
Tables are highly scalable structured storage |
The Table service offers structured storage in the form of tables. Tables are capable of storing billions of rows and can automatically scale to multiple storage nodes. |
RESTful API |
The Table service API is a REST API for working with tables and the data that they contain. |
ADO.NET Data Services |
There is also ADO.NET Data Services, which provides a programmatic interface from within the .NET Framework and Windows-based applications. The.NET Client Library for ADO.NET Data Services provides a convenient library for working with data in the Table service by using .NET objects. For more information about the client library, see Using the .NET Client Library with the Table Service. |
|