Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8862825
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T15:49:18+00:00 2026-06-14T15:49:18+00:00

I am searching for some examples or documentation on how to use the Azure

  • 0

I am searching for some examples or documentation on how to use the Azure SDK to store and retrieve data in Azure Table Storage.

I use C# with .NET 4.5 framework.

I found https://www.windowsazure.com/en-us/develop/net/how-to-guides/table-services/ documentation here.

the part:

// Create the CloudTable object that represents the "people" table.
CloudTable table = tableClient.GetTableReference("people");

// Create a new customer entity.
CustomerEntity customer1 = new CustomerEntity("Harp", "Walter");
customer1.Email = "Walter@contoso.com";
customer1.PhoneNumber = "425-555-0101";

// Create the TableOperation that inserts the customer entity.
TableOperation insertOperation = TableOperation.Insert(customer1);

// Execute the insert operation.
table.Execute(insertOperation);

is not available anymore.

Does anybody know how to do this with .NET 4.5?

Best Regards

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T15:49:20+00:00Added an answer on June 14, 2026 at 3:49 pm

    This code works fine. While the documentation mentions version 2.0, this points to the version of the storage SDK and not the version of .NET.

    Edit:

    In order to get the GetTableReference method you need to do the following:

    • Reference Microsoft.WindowsAzure.Storage.dll version 2.0.0.0 or higher (via NuGet: Install-Package WindowsAzure.Storage)
    • Add the following namespaces:

    using Microsoft.WindowsAzure.Storage;
    using Microsoft.WindowsAzure.Storage.Auth;
    using Microsoft.WindowsAzure.Storage.Table;
    
    • Initialize the storage account and the table client.

    var account = new CloudStorageAccount(...);
    var tableClient = account.CreateCloudTableClient();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've recently started using Pushover.net, I've done some searching and can't find any examples
While searching for some functions in C++ standard library documentation I read that push
I've done some searching and haven't found a specific answer. Anyhow, I was wondering
While taking a look at this awesome thread I noticed that some examples use
I've been searching for some examples that show how to do ADSR in iOS
I found on some examples on the web that people were passing the form
I'm searching for some docs or examples on CakePHP and logging in with Twitter.
How to you find the URL that represents the documentation of a .NET framework
I'm searching some pages from facebook and then downloading their pictures. i want to
After some searching, I got the following solution : reference . CLLocationCoordinate2D* new_coordinate =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.