Browse by Tags
All Tags »
WCF (
RSS)
I was working on some json/rest web services written in windows communication foundation (wcf). I wanted to use the System.Json namespace to do some of this. I made an http web request asynchronously. In my call back method, I have following code doing...
I've got a WCF web service that exposes its data over REST. I'm calling it from iPhone and Android. The method signature is something like: [WebInvoke(UriTemplate = "/UserValidate", Method = "POST", BodyStyle = WebMessageBodyStyle.Wrapped, RequestFormat...
Note: I always forget this stuff, so I'm putting it my blog to help me remember it. Calling a JSON REST based service with some params isn't that hard. I have an endpoint that has this interface: [WebInvoke(UriTemplate = "/Login", Method="POST", BodyStyle...
I used C# and WCF, but I could have just as easily used an ASMX web service. This code is fairly simple. No I didn't write it initially. I found it online (Hey, we all have to start somewhere). I massaged it a little to fit my needs and boom, here it...
I tried writing some code to send a direct message using the Twitter API. It was a FAIL. I did some searching in google, and found this method below listed in a google group. I didn't write it, but it works, so enjoy. I plugged the method into my WCF...
I needed to call the Twitter API and get a list of friends. I thought I could do something similar to getting a list of posts, but alas, I had some stupid error in my linq to xml code. I futzed around with it for days to no avail. Finally, I decided it...
I've been working on this application to send out tweets at a particular time. One thing thing I want to do is be able to look at the logged in user's timeline. I've been playing with the ASP.NET 4.0 AJAX Previews, so I thought I would marry the two....
Subscribe to EVERYTHING <-- What you REALLY WANT TO DO! Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2008/06/19/asp-net-podcast-show-118-paul-on-peer-to-peer-with-windows-communication-foundation.aspx Subscribe to WMV Video...
Subscribe Download Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2007/08/28/asp-net-podcast-show-100-aaron-on-wcf-file-streaming.aspx Show Notes: Intro Wally’s daily chats on Visual Studio 2008 Aaron Saikovski on WCF and file...
More Posts