So, I'm using the Developer's Guide to the WCF REST Starter Kit and having a problem with the RequestInterceptor. I have the exact code the guide is showing but for some reason the method never ends.
This is my code:
public override void ProcessRequest(ref RequestContext requestContext)
{
GenerateErrorResponse(requestContext, HttpSt...
Hi,
I'm currently trying to access a REST API for the first time using visual web developer 2008 express edition.
Every article I have found says you have to install the WCF REST starter kit which is a .msi file, which would suggest that I have to install it on my machine and presumably our server too.
My question is this. Is there a ...
Hi.
What is the standard way of accessing a restful service from silverlight (I am targetting v3 of silverlight)?
In .net i use REST Starter KIT but its not compatible with Silverlight - although i did find a port but unsure weather to try it.
Is there a standard way to access rest from silverlight?
Any good examples or tutorials?
A...