I have been instructed to rewrite the mobile client application (Win CE, Win Mobile 6 and later) because our current implementation based on MCSF is no longer used. I found this MVC structure: http://blogs.msdn.com/priozersk/archive/2008/10/10/mobile-mvc-framework-part-1.aspx
Is it the current heat?
Our needs include:
- support for different languages
- support for different resolutions (QVGA, VGA, but possibly 640x200, 800x600)
- editable grids
- it is desirable to have a local database on devices, perhaps SQL Server CE
- it should be fast, so the infrastructure should be supplied with the least amount of garbage
- the best backend, asmx web service? WCF doesn't seem to support so many bindings for the Compact Framework out of the box.
I need an MVC approach, so we can replace views if necessary. The data model is very extensive, and the client should be able to process quite a lot of data.
Any pointers or suggestions are welcome.
Greetings