1
peeps

Simplifying the Process of Calling a WCF Service from Silverlight (or any .NET Application) - Dan Wahlin's WebLog

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1045 days, 11 hours, 37 minutes ago
Monday, July 13, 2009 5:39:45 PM GMT

I’m currently working on a large Silverlight 3 project for a client that will ultimately have hundreds of calls from Silverlight to WCF service operations.  Initially I did things the standard way which is to define a client-side class that’s used to call the WCF service using the generated service proxy (I’m basically following a service agent type of pattern).  The service agent class handles instantiating the WCF proxy object and calling the appropriate operations.  Here are a few examples….each of th...

category: News | clicked: 0 | | source: weblogs.asp.net | show counter code
tags: Silverlight, WCF

No comments yet, be the first one to post comment.

To post your comment please login or signup