Best WCF 3.5 for Silverlight 3 learning sources?
I was learning WCF 3.5 and I already know some Silverlight (Basically what I've been learning while deloping in WPF which is transferable to Silverlight), and I just noticed that creating WCF services for Silverlight is a little 开发者_JS百科different than 'regular' WCF services. I've been looking for books that concentrate in this topic, but all I've found is Web Services for Silverlight, which is not what I need.
So, I'm trying to find other learning sources on this topic. So if you guys have any experience with this, or any blog posts, etc., it would help me a lot if you shared it with the programmer community here.
Thanks!
Additions:
Silverlight 3 and .net RIA Services - by Goblin
I've learned all I know about RIA services (wrapped async WCF services) from Brad Adams. He has a 20'ish part blog-series about using the RIA-services in a Silverlight app - starts here.
精彩评论