Hi,
I'm relative new to Xamarin, but have been working with c# for quite a while now. I'm creating a crossplatform app which needs to get it's data from a webservice, I'm planning on using WebApi Mvc 4 for the webservices, and now I'm looking for a way to handle the webservice calls in the App. Working with WebRequest is fine, but since it's not really build for async - await I was wondering what is the toolkit of choice for handling (JSON) webservices asynchronous, preferable using the Async - await methods which will work on all three platforms.
Also is the choice for WebApi MVC 4 the best choice?
what kind of mechanism could be implemented in the Webservice to handle security? At this moment I create a SecurityToken upon login and use that to identify each request which is send to the server.
greetings,
Rudy