Writing RESTful JSON services with WCF is fun; in fact I do it for a living. One thing that every developer finds useful is a small program for testing calls, trying new ideas etc so here is my C# test…
Using Windows Azure tables to persist session data
Being able to store session data is arguably one of the reasons that the Web features the dynamic applications we all use every day. If it wasn’t for the session we would have a fairly boring static Web experience. Windows…