Sign in
Eugenio Pace
Preparing to be wrong
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET Services
Access Control Service
ACID
ACS
ADFS
a-Expense
ALM
Amazon EC2
Architecture
Argentina
Azure
Azure Services Platform
Azure Table Storage
Blob
Claims
Claims Guide
claims transformation
Concurrency
Cost
DI
Federated Identity
Federated Ientity
Federation Provider
Geneva
GeoRSS
Google
Identity
Identity Provider
Interop
Intuit
IssueTracker
IT-S
Mobile
MVC
OpenID
OpenSSO
Other
PaaS
Pages
Parallel processing
patterns & practices
patterns & practices
patterns &
PDC09
practices
RIA
RIA Services
roadmap
S+S
S+S_Build
S+S_Run
SaaS
SaaS Management
SAML
scalability
SDS
SDSS
Security
session
SharePoint
Silverlight
SiteMinder
Sitka
Smart Client
SQL Azure
SQL Server Data Services
SSDS
SSO
symposium
Tailspin
TDD
Tivoli
Tivoli FIM
Transactions
Unit Of Work
Unity
Virtual Earth
WAG
Web Client
web role
WebSSO
WIF
Windows Azure
Windows Azure Architecture Guide
Windows Azure Cost
Windows Azure Queues
Windows Azure Worker
Windows Phone 7
Workplace
Browse by Tags
MSDN Blogs
>
Eugenio Pace
>
All Tags
>
azure table storage
Tagged Content List
Blog Post:
Windows Azure Guidance – Yet another way of writing records to store and dealing with failures
Eugenio Pace - MSFT
These series of posts dealt with various aspects of dealing with failures while saving information on Windows Azure Storage: Windows Azure Guidance - Additional notes on failure recovery on Windows Azure Windows Azure Guidance – Failure recovery and data consistency – Part II Windows Azure Guidance ...
on
24 May 2010
Blog Post:
Windows Azure Guidance – Failure recovery – Part III (Small tweak, great benefits)
Eugenio Pace - MSFT
In the previous post , my question was about a small change in the code that would yield a big improvement. The answer is: What changed? No try / catch We reversed the order of writes : first we write the details, then we write the “header” or “master” record for the expense. If the last SaveChanges...
on
4 May 2010
Blog Post:
Windows Azure Guidance – Failure recovery and data consistency – Part II
Eugenio Pace - MSFT
I had some great answers on my previous post question, like Simone ’s. Some where closer than others, but in general you got it right, Thanks! The recovery strategy depicted there assumes that all failures are external . That is, writing to a table fails, for example, and you have a chance to run the...
on
2 May 2010
Blog Post:
Windows Azure Guidance - Additional notes on failure recovery on Windows Azure
Eugenio Pace - MSFT
Things will eventually fail in your application and you need to be prepared. So most components should be designed for something going wrong and recover gracefully (or as gracefully as possible) and leaving the system in a consistent state (eventually in some cases). In this post I wrote about dealing...
on
29 Apr 2010
Blog Post:
Continuation Tokens in Windows Azure Tables – Back and Previous paging
Eugenio Pace - MSFT
Scott has published the results of his “Continuation Token” spike, which is a critical aspect of dealing with queries against Windows Azure tables storage. His findings will make it to the guide, but you can read the essentials here . The unusual thing that you’ll see in his article is that it shows...
on
28 Apr 2010
Blog Post:
Windows Azure Guidance – Background Processing III (creating files for another system)
Eugenio Pace - MSFT
Last week Scott walked me through his current design for the “Integration Service” in our sample. Here’s some preview of this early thinking. As a reminder, our fictitious scenario has a process that runs every once in a while and generates flat files for some other system to process: it simply scans...
on
18 Apr 2010
Blog Post:
Windows Azure Guidance – Replacing the data tier with Azure Table Storage
Eugenio Pace - MSFT
This new release focuses primarily on replacing the data tier with Azure Table Storage. To make things more interesting, we changed the data model in a-Expense so it now requires two different related entities: the expense report “header” (or master) and the details (or line items) associated with it...
on
31 Mar 2010
Page 1 of 1 (7 items)