Author: Brad Abrams | Posted on: 11/23/2009 12:57:37 AM | Views : 771

I made the fairly bold statement at my PDC09 talk that a DomainService IS A WCF Service.  That is, everything you know about a WCF service should be true of a DomainService.  I didn?t have time to get into this in my talk, so I thought I?d hit the highlights here.  And in the process show how to consume a DomainService from a WinForms.    You can also see more examples at: http://code.msdn.microsoft.com/RiaServices   You need: Visual Studio 2010 Beta 2 (this actually works exactly the same in VS2008 and the corresponding RIA Services drop ) Silverlight 4 Beta   You can download the completed solution as well.   and be sure to check out the full talk .    1. Getting to the Service The first...(read more) ...

Go to the complete details ...