Author: Tom | Posted on: 3/10/2009 8:04:28 PM | Views : 794

I have been looking into Windows Azure a lot more lately and wanted to post a little bit about some of the things that I have found out so far.  It is certainly a new way of thinking of things and will take some careful thought.
Azure Tables The first big difference is if you decide to use Azure Tables to store your data.  Here is the official verbiage on them:
Windows Azure Table ? Programming Table Storage
Windows Azure Table provides scalable, available, and durable structured storage in the form of tables. The tables contain entities, and the entities contain properties. Th ...

Go to the complete details ...