How to integrate an App to an ASP.NET WebService (ASMX) via Xamarin?

0

I have a sql server created with an asp.net web service, but I wanted to know how I can integrate the server data by creating an app to read it using the GET request. >

Thanks in advance for your attention

    
asked by anonymous 10.01.2018 / 13:23

1 answer

0

Basically, you would use it as in any C # application.

But here's a more specific example of xamarin: link

    
17.01.2018 / 12:11