Best practice for using Wcf service by silverlight?
Posted
by bonefisher
on Stack Overflow
See other posts from Stack Overflow
or by bonefisher
Published on 2010-04-30T15:04:04Z
Indexed on
2010/04/30
15:47 UTC
Read the original article
Hit count: 232
best-practices
|Silverlight
How would you structure the code for calling a wcf service in silverlight application?
Using only-once instanciated wcf service-proxy (aka singleton) and using it across the whole SL app? If so, how did you solve the unsubscribing controls from ws-call-completed event?
or
creating the wcf service-proxy for each ws-call? Where do you close the proxy then?
© Stack Overflow or respective owner