SQLDependency solution for Azure table?
问题 I want to use Azure table to store data which is posted by users. And whenever a user post something to some other user it should give out a notification to this user. I have looked into Comet solution with PokeIn to see if there are a way for it. As I'm new to this technique I would like to know the approach before writing the code. My though to tackle this problem so far is that you can make reverse ajax call to the server. And then at the server it will continuously check the database,