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
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
Basically, you would use it as in any C # application.
But here's a more specific example of xamarin: link