Uniformly Exposing Auto Generated Service Reference Client in Silverlight 2 - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T10:52:57Z http://stackoverflow.com/feeds/question/954298 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/954298/uniformly-exposing-auto-generated-service-reference-client-in-silverlight-2 0 Uniformly Exposing Auto Generated Service Reference Client in Silverlight 2 Jeff Sandoval 2009-06-05T04:47:04Z 2009-06-05T04:47:04Z <p>What could be the best uniformed way to expose service client in silverlight 2? Each method on the service client has different arguments, so I had develop an abstraction between my controls and the service client which could deliver the return values in a generic way. I have implemented generic callback methods for each service call but I am having troubles deregistering events and my callback where multicasted with previous registered callbacks. Can anyone suggest a better approach?</p> <p>Any help is appreciated :)... thanks in advance.</p>