PriLee
PriLee

Reputation: 43

Inserting and retriving values into/from azure tables in c#

I want to insert the values like location name, latitude, longitude into azure tables in c#. Since i was not good at using azure table, help me to make this happen.I have a free azure account.

Upvotes: 0

Views: 225

Answers (1)

boindiil
boindiil

Reputation: 5865

Did you search for that on the web?

Here is a link for what you are looking for of the official website:

http://www.windowsazure.com/en-us/develop/net/how-to-guides/table-services/

Upvotes: 1

Related Questions