Below is a shamelessly copied script from Olaf Helper over at TechNet. If you have a fully configured FileStream SQL Server, Database and Table Column with the FileStream attribute then the following script is much better and avoids possible bugs with…
WCF POST test harness
Writing RESTful JSON services with WCF is fun; in fact I do it for a living. One thing that every developer finds useful is a small program for testing calls, trying new ideas etc so here is my C# test…