Storing objects as compressed messages in the Windows Azure Queue
For my current private R&D project I wanted to store ‘task set’ objects (in code samples below as shown type “Request”) on the Windows Azure Queue. To pr...
For my current private R&D project I wanted to store ‘task set’ objects (in code samples below as shown type “Request”) on the Windows Azure Queue. To pr...
In my previous post I showed a way to call a service defined with a full path, as created by the designer, relative to that of the location of your XAP, by m...
This post is deprecated and left here for link reference only. See this post or a better way to do this. A small tidbit that I developed when I was followi...
This is extremely easy. Steve Marx points out in a comment on this blog post: To add a Silverlight project to a Web Role project, simply right-click your pr...
I was running into a snag into the situation in which the compiler was accidentally took my local namespace when I wanted it to use the root namespace of CS...