I am tasked with rewriting the a mobile client (Win CE, Win Mobile 6 and later) application, because our current implemetation, based on MCSF is no longer usable. I have found this MVC framework: http://blogs.msdn.com/priozersk/archive/2008/10/10/mobile-mvc-framework-part-1.aspx
Is this the current hotness?
Our needs include:
– support for different langauges
– support for different resolutions (QVGA, VGA, but possibly 640×200, 800×600)
– editable grids
– preferably having a local database on the devices, perhaps SQL Server CE
– it has to be fast, so the infrastructure needs to come with a minimal amount of gunk
– is the best backend still an asmx web service? WCF does not seem to support very many bindings for Compact Framework out of the box.
I would like an MVC approach so we can replace the views if needed. The data model is very extensive, and the client needs to be able to handle quite a bit of data.
Any pointers or suggestions would be greatly appreciated.
Cheers
FWIW, I use (and wrote, so I’m partial) the public-domain-licensed OpenNETCF.IoC framework specifically for smart device use. It follows the CAB/SCSF object model, generally speaking, so if you’re familiar with SmartParts, Workspaces, etc then it should be no stretch to move into it.
As for your laundry list:
See Also: