Create a real time web application using .net framework and azure - very confused
- by test
Let us say I would like a simple (yet complex) web application where there is continuous READING AND WRITING to the sql azure database. Let us say I am tracking a location, and I would like it to be updated very frequently (lets take the worst case: 1 second).
From the little knowledge I have, I think that this involves the use of the database to…