Answer the question
In order to leave comments, you need to log in
Which database to choose in order to implement multi-platform access (Android + iOS) with the least bloodshed?
I am designing a desktop application in c# that works with a customer database for which in the future it may be necessary to organize access from mobile clients (Android + iOS). Actually a question: what DB initially to select that with the smallest blood to carry out such multiplatform access?
Answer the question
In order to leave comments, you need to log in
The fact that your mobile clients somehow affect the server database raises some concerns.
On your desktop / server side, raise a wcf service or mvc api or hardcore on sockets and transfer data via json / xml / bytearray through class serialization. For good reason, mobile clients should not guess at all that on the server, in addition to the http gate, there is still some kind of database.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question