Using PresentationCore in Azure requires full trust
Sometimes the answer is staring you in the face… I was trying to load an image from an URL in code. Imagine the code for that being something like this<pr...
Sometimes the answer is staring you in the face… I was trying to load an image from an URL in code. Imagine the code for that being something like this<pr...
The point of this posting is threefold: I want to show how you can make REST services on the .NET service bus, how you can allow anonymous access to these, a...
In my business cutting images into smaller images is something that happens quite often these days, since tile based mapping systems like Google Maps, Virtua...
Your typical business class utilizing data binding in Silverlight (and possibly WPF too, but I don’t have any experience with that) look like this:<pre>...
Of course, everybody knows that if you want to serialize an object, you need to decorate the class with the [Serializable] attribute. Right? Well, yes, and ...