I have a large Silverlight LOB application which I'm trying to port to a desktop WPF application (because of Silverlight's slow death.)
The xaml & c# code port nicely but the original app uses WCF RIA Services. (Over 30,000 lines.) My question is, can I use the same WCF RIA Service with my WPF app?
Thanks
Here are a few resources you can use to decide if you want to go down that route
How to access a WCF RIA web service from a WPF client application
How to use WCF RIA SERVICES with WPF application?
How to open a WCF RIA Services application to other type of clients: the SOAP endpoint (3/5)
They mostly center around:
Exposing a SOAP endpoint to your WCF RIA web service
Accessing the WCF RIA service as a WCF web service from WPF
Using the WCF SoapClient to access WCF RIA DomainService
Yes you can as i've done this before, but because your just hitting the endpoint and effectively doing a get or post you lose the change tracking features that come with ria wcf services.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With