Communication between a desktop application and a web application
suggested using a service. What specifically can be used by both WPF and WP app? WCF services are consumed easily by WPF, but not so easily by WP app:
I wouldn't like to use it like that, with the suggested workaround.
I saw in Visual Studio that I can add azure mobile service reference to both WP and WPF. Would this then be the way to go, to use common repository with both applications?