Porting Silverlight to WPF

Viewed 896

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

3 Answers
Related