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

  • Home
  • SEARCH
  • 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 8019101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:17:06+00:00 2026-06-04T21:17:06+00:00

I am storing my data in the Azure table. In the current working code

  • 0

I am storing my data in the Azure table. In the current working code I put the tablestorage connection in the controller. But the boss doesnt seem happy with it. and we need to abstract the database in a way that we the controller is independent how it fetches inputs. In the future we might switch to using normal Sql. that is why the boss surely wants this abstraction. to make the migration easier!

any help or tip. tnx

Edited….
Looking for the best practise while using azure table storage. I really need to make a clean controller and use only function calls. Looking for any tutorials.
tnx in advance

  • 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-04T21:17:07+00:00Added an answer on June 4, 2026 at 9:17 pm

    You should be careful when abstracting out Windows Azure Table Storage, especially when you would use that same abstraction for databases. Table storage isn’t a database.

    Databases allow you to use transactions, but “transactions” in table storage are totally different (limited to 100 records on a single partition for example). Databases have indexes, but in table storage you’ll need to optimize using partition and row keys. A table storage entity cannot be larger than 1MB, queries are limited in time, … (more info here: http://msdn.microsoft.com/en-us/library/windowsazure/dd179338.aspx)

    If you hide all this in an abstraction layer and make it work as if it could be a database you might not be able to take full advantage of the table storage’s features. If you still need to create an abstraction, make one that covers all the table storage functionalities and handles its limits.

    A good starting point would be to look at the AzureToolkit: http://azuretoolkit.codeplex.com/SourceControl/changeset/view/46c9fb9ff82a#Source%2fAzureToolkit%2fIAzureTable.cs

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working with Azure Table storage using the .NET API (TableServiceContext, WCF Data
I tried storing data to php array from mysql using under code. But it's
When is it appropriate to store data in HttpContext.Current.Items[...] vs storing data in ViewData[...]
I just noticed this about a week ago. I'm storing data about the current
I get an odd error while batching data to Azure table storage. I have
I am storing data as Integers: class Something(models.Model): value = models.IntegerField(blank = True) but
I’m storing data that my app uses in isolated storage which is working fine.
I'm using the plist for storing data in iphone application, but now there is
I am investigating different options for storing data for my Azure cloud app. I
I am storing data through CodeIgniter sessions, but for some reason, when I store

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.