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 6841169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:56:01+00:00 2026-05-26T23:56:01+00:00

I’m designing and implementing .Net ORM that must support both Azure Storage (tables, queues,

  • 0

I’m designing and implementing .Net ORM that must support both Azure Storage (tables, queues, blobs) and AWS Storage (EBS, SimpleDB, S3) and hide all implementation details behind a common interface. The major design goal is simplicity.

Some of the work has been done in http://www.cs.virginia.edu/~humphrey/papers/CSAL.pdf, but their proposed interface is, in my opinion, too tightly coupled with Azure/AWS Storage interface and is likely to break should new features are added or old ones changed. For example, I don’t care that I can create/delete tables, I only need to store an object of some type in a most efficient way.

So, I would like to ask you to share your experience on the subject in a form of guidelines (DO, CONSIDER, AVOID, DO NOT). I would really appreciate any insight starting with general principles of designing ORM and finishing with the precise level of abstraction that is more likely to last considering the most probable evolution paths of Azure and AWS.

  • 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-05-26T23:56:02+00:00Added an answer on May 26, 2026 at 11:56 pm

    If you really want to avoid tight coupling I suggest you to simply implement and abstraction layer on top of the minimum set of features that are available on both types of storage.

    But anyway, what you’re trying to do doesn’t really make sense to me. Cloud (non-relational) storage is so peculiar that trying to build a generic ORM is going to be a giant fail. Modern SQL ORMs are “good” because RDBMS all have a shared minimum set of features that is actually quite vast and in most cases you don’t need the exotic stuff. With cloud storage, each implementation is almost unique, precisely because the very first aspect to keep in mind is scalability. For example, if you throw away Blob leases in Azure because in Amazon they don’t exist (I have no idea, I’m just making an example), then probably you’d have a hard time managing blob concurrent access in Amazon and in Azure too, and that doesn’t make sense.

    I would rather try to implement a data access layer that is designed sensibly in order to avoid problems but leverage ALL the available features in both the platforms (with very different implementations if that’s necessary).

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

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I am writing an app with both english and french support. The app requests
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into
I need a function that will clean a strings' special characters. I do NOT
I'm trying to create an if statement in PHP that prevents a single post
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm working with an upstream system that sometimes sends me text destined for HTML/XML

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.