Proving Transaction Processing in Azure
Posted
by dayscott
on Stack Overflow
See other posts from Stack Overflow
or by dayscott
Published on 2010-03-27T19:20:04Z
Indexed on
2010/03/27
19:23 UTC
Read the original article
Hit count: 232
Since I am writing a seminar work on "Transaction Processing in MS Azure" for my university I wanted to launch a bank-transfer simulation. I already have implemented a getting-started thingy to get familiar with Azure: http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/48/Default.aspx . Question: What is the most easy way (using SQL Azure) to implement a small app which (dis)proves that transactions in Azure are done properly? (e.g. no lost updates)
© Stack Overflow or respective owner