windows phone 7 - Making offline database application on WP7 - find the right way -
i need build offline database application on wp7. app simple - it's making orders our clients, translate main server (ms sql).
spend days read existing techologies - i'am still confused. right project?
sync framework. looking good, understand - provides single tables - no reference beetwen them. references have build on client side. sad.
entity framework on server side. , have no clue - can use on client side. there way serialize entity object isolate store, restore it, , continue work it? may can use sync framework, scheme become strange - kinda 1 way.)))
working wcf & xml - simple me. lot of code , conversion, in case understand data flow. in other view - have app pure sql-queries. wanna advanced. ))))
using ext. databases (siaqodb example). one? siaqodb suppots "sync provider", doesn't support references beetwen objects - have build them myself? gain? don't know.
is there way build such apps? point please.
if has done offline, use like:
- storing minimal amount of required data within isolated using wp7 specific database sterling
- using either new rest or new ria/wcf service objects/functions define in order provide required data synchronisation
i think option 3?
i've never liked automatic data synchronisation. find easier code sync , deal error cases myself - case if wp7 client app uses quite small footprint of data in relation larger main server db.
Comments
Post a Comment