wcf - Using Sync Framework in Visual Studio 2013 -
does have walkthrough or video on how use sync framework in vs 2013? i've seen nice examples using vs 2010 important items local database cache object have been deprecated.
for have read localdb replacing sql compact (which deprecated). have not found site explaining how things should work. solution understand localdb syncing sql server iis using wcf. pointers appreciated.
there's no equivalent local database cache project wizard in vs 2013. if want wizard does, can hand code yourself. using older sync providers.
you can find walkthrough of how achieve newer sync providers here. sqlsyncprovider should work sql server/express/localdb/azure. can still sql ce if want to.
Comments
Post a Comment