Xamarin Online Database Operations with Web Service [Part 3]

We have come to the last part of the process that we will do with our online database with Xamarin. So far we have created a Mobile App Quickstart project in Azure. In this project, we created a database to use SQL, not SQLite, and…

Xamarin Online Database Operations with Web Service [Part 1]

As we mentioned in our previous article, an internet-free application is almost unthinkable. We need a database to store users, to keep the information of the user, to keep all kinds of information. The simplest thing is to make a game and take the score…