Browse by Tags

enableWebScript, UriTemplate, and HTTP methods
15 February 08 03:55 PM | justinjsmith | 2 Comments   
A little while ago I ran into an interesting set of errors that may be of interest to you. Consider the following service contract snippet: [OperationContract] [WebGet(UriTemplate= "foobar/{value}" )] String GetData(String value ); .csharpcode, Read More...
Life of a WCF Demo, Part 1
22 January 08 03:24 PM | justinjsmith | 2 Comments   
I thought it might be mildly interesting to document the lifecycle of a demo. Over the next week or so I have to design, build, and deploy a demo that shows off some of the web-centric features of WCF in the .NET Framework 3.5. First, let me state the Read More...
WCF, ASP.NET AJAX, and JavaScript Proxies
23 July 07 09:35 PM | justinjsmith | 5 Comments   
I spent this weekend tinkering around with the JSON messaging capabilities of WCF new in the .NET Framework 3.5 (Orcas). The object model is changing substantially between Beta1 and Beta2, and I think the changes make for an easier to use system. To better Read More...
Page view tracker