Using extension methods to compress and decompress strings
After some rightful comments by Jarno Peschier I decided to once again look into my blog post about putting compressed object on the Azure message queue and ...
After some rightful comments by Jarno Peschier I decided to once again look into my blog post about putting compressed object on the Azure message queue and ...
Summary: if you want to use a DataForm, want to put multiple controls in one DataField, and still want Silverlight 3 to generate Label and Description from t...
Today I want to share a piece of very hard won knowlegde with you. That piece of knowlegde is: if you want to use a Silverlight Slider, and you want to get t...
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...