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?

  1. sync framework. looking good, understand - provides single tables - no reference beetwen them. references have build on client side. sad.

  2. 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.)))

  3. working wcf & xml - simple me. lot of code , conversion, in case understand data flow. in other view - have app pure sql-queries. wanna advanced. ))))

  4. 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

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -