By mswatcher
via timheuer.com
Submitted: May 21 2008 / 11:14
Now that Silverlight 2 is out to the masses (even in beta form), there are likely a lot of developers looking to wire-up web services with their applications in .NET rather than the Silverlight 1.0 method of Javascript. I thought I'd give you some quick examples of how to do this using some different methods: ASP.NET Web Services (ASMX), Windows Communication Foundation (WCF), REST service, and talk about cross-domain calls. These are meant to be examples using very much 'hello world' style services, but demonstrating at least how to execute the call.
Add your comment