What Data Service to use + simple Example (WPF C# SQL)

221 Views Asked by At

We have WPF Applications and we want to develop some Xamarin Apps too. What we need is a Data Service that's not WCF (because it doesn't work with Xamarin). I am clueless since I have never worked with a Data Service.

What can I use that works with both WPF and Xamarin Applications?

Where can it run?

Are there any simple examples?

2

There are 2 best solutions below

0
michael On
0
Jeff Schreib On

any restful service including WCF and web api or even java etc will work with any xamarin client