Calling a service relative to the Silverlight XAP
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 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...
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...