quick and dirty client/server communication in Silverlight

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-05-09T23:32:18Z Indexed on 2010/05/09 23:38 UTC
Read the original article Hit count: 257

I'm building a few small prototypes in Silverlight and have quite a bit of .NET experience, but Ive never had the need to contact the server from Silverlight.

Im really just after a really quick solution for the purposes of prototyping and I'll be needing to call the server and do a few things, like server a generated image from the server, receive basic responses from the server, but nothing too fancy.

Is .NET RIA Services the best way to do this or is it overkill?

The documentation for RIA Services is huge, 1 hour long video introductions, 26-part series blogs, etc... seems like its overkill.

Is there a quick REST based project I could create, or should RIA services be the way to go?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about .NET