Alternative to Windows Azure tables out of the cloud
Posted
by John Grey
on Stack Overflow
See other posts from Stack Overflow
or by John Grey
Published on 2010-04-22T22:45:14Z
Indexed on
2010/04/22
22:53 UTC
Read the original article
Hit count: 259
Hi :)
I'm developing a .NET app, which needs to run both on Azure and on regular Windows Servers(2003). It needs to store a few GB of data and SQL Azure is too expensive for me, so I'll use Azure tables in the cloud version. Can you recommend a storage solution, which will run on standalone servers and have an API and behavior similar to Azure tables? From what I've seen Server AppFabric does not include Tables.
TIA
© Stack Overflow or respective owner