Tuesday, 13 August 2013

ASP.NET / Android / iOS - Crossplattform data-exchange - JSON or what else?

ASP.NET / Android / iOS - Crossplattform data-exchange - JSON or what else?

actually I'm planning on doing a little bigger project. I want to make an
Android-App, iOS-App and a ASP.NET web-page, and all three should use the
same DataBase (preferable MS SQL Server).
Is JSON the best choice? When yes, how do I have to build up the whole
thing? Can I write only one service and every plattform then can read and
send to this service? What kind of service should that be, so I can look
further what I have to learn?

No comments:

Post a Comment