I have this query var temp = from x in ActiveRecordLinq.AsQueryable<Circuits>() where x.User_Created == false
I have a scenario where I need a desktop console app to communicate with a Windows Azure Queue... the most important thing is that the message is received by the server eventually.Also, the desktop ap