Ok How can I use Json to talk to MS-sql database and what can i use as a controller if the application is separate.
.NET ProgrammingMicrosoft Development
Last Comment
Seven price
8/22/2022 - Mon
Bob Learned
What type of mobile application are you talking about?
If you are able to serialize/deserialize a JSON object, then you can use any database technology to read/write from a database, like OR/Ms, ADO.NET, ..., whatever you like.
Seven price
ASKER
Android and OS using phone gap or is Xamarin better?
If you are able to serialize/deserialize a JSON object, then you can use any database technology to read/write from a database, like OR/Ms, ADO.NET, ..., whatever you like.