Hi,
I'm trying do decide wich is the more convinient (design, reusability,
conectivity, security) interface technology for develop a mobile ("some
times off-line") application.
C#/VB.NET Mobile Application >>> Web Service
C#/VB.NET Mobile Application + ADO.NET >>> SQL Server
AJAX (HTML+javascript+xmlhttp) >>> Web Services / ASP.NET Functions
Consider that I have hundreds of ASP.NET and Web Services solutions running
in a production environment that would help to reduce the development time
of new business logics components.
At this moment, I made some tests, and I really appreciate the AJAX mobile
solution. It's easier to build and maintan screens rather than Visual Studio
.NET.
But I think that PIE it's not good framework to user, because it has a lot
of limitations, like access the device file system and functionalities,
navigation beetwen the screens, global variable sharing, and so on.
So, wich option is better?
Thanks a lot for any suggestion.
Leonardo Freitas