Sync Framework and Windows 8 Metro / WinRT

Con risposta Sync Framework and Windows 8 Metro / WinRT

  • 2012년 8월 9일 목요일 오후 12:39
     
     

    Anyone working on converting the Sync Framework to WinRT?

    I have been for a few days.  I'm concerned about the file locking.  There's no way to lock the cache in WinRT due to the "sandbox" limitations.  The Synch Framework uses open streams to lock the cache. 

    Is this absolutely required if you're synchronizing calls occur in sequence?

    I've removed the multi-threaded model that used AsyncOperation entirely because I don't need it.

    There's also a Timer job that runs and removes duplicate files.  I'm not sure why this is necessary also.


    Michael

모든 응답

  • 2012년 8월 10일 금요일 오전 6:15
    중재자
     
     
    Sync Framework or Sync Framework Toolkit you mean?
  • 2012년 8월 10일 금요일 오후 4:41
     
     
    Sync Framework Toolkit. Sorry.

    Michael

  • 2012년 9월 18일 화요일 오후 12:08
     
     

    Webermi, I was wondering whether you had made any progress on porting the SF toolkit to WinRT. 

    I'm asking this because I'm looking into syncing data from a server to my WinRT app and so far I've yet to find anything compatible.

  • 2012년 9월 19일 수요일 오전 1:56
    중재자
     
     
    out of curiousity, what storage are you looking at using for WinRT? SqlLite, Windows Storage, etc????
  • 2012년 9월 19일 수요일 오전 8:06
     
     
    out of curiousity, what storage are you looking at using for WinRT? SqlLite, Windows Storage, etc????
    I'm currently using SQLite.
  • 2012년 11월 16일 금요일 오후 8:12
     
     

    I saw on a Build presentation  http://channel9.msdn.com/Events/Build/2012/3-120. 

    That will be a sync provider for WinRT, can we know more info about this?

  • 2012년 11월 17일 토요일 오전 1:33
    중재자
     
     
    afaik, the sample is not from the Sync Fx team. but that sample uses the Sync Framework Toolkit, modified to work on WinRT and SQLLite.
  • 2012년 11월 25일 일요일 오전 8:17
     
     
    Any idea when they will release, I don't need a certain date, just  Q4-2012, Q1-2013, other?
  • 2012년 12월 13일 목요일 오전 11:59
     
     

    Hi June,

    Thanks for the information.

    Does they are going to release the new toolkit to support WinRt and Windows 8? Or it is already available?

    I watch the video and thought to have look at the toolkit but the Sync Framework 4.0 October 2010 CTP was not available.

  • 2012년 12월 14일 금요일 오전 9:14
    중재자
     
     제안된 답변

    by Sync Fx CTP 4, he actually meant the Sync Framework Toolkit.

    afaik, they're going to release a "sample" that works with SQLLite on WinRT. am assuming the same source code from toolkit that's modified to work on WinRT. Not necessarily releasing a new version of the toolkit itself.

    you can use the existing Sync Fx or Sync Toolkit on Windows 8, just not on WinRT. 

  • 2012년 12월 20일 목요일 오후 5:36
     
     

    Hi,

    Does the Sync Framework Toolkit work with windows phone 8 with sql server CE (not SQLite)?

    I downloaded the toolkit and out of the box it was unable to compile in VS 2012...

    If not, then what would be the recommended solution to synchronizing data from a local windows phone 8 DB to a remote sql server db?


    • 편집됨 MikeRowlands 2012년 12월 20일 목요일 오후 5:37
    •  
  • 2012년 12월 26일 수요일 오후 2:10
    중재자
     
     제안된 답변

    the toolkit needs some changes to compile in .NET 4.5.

    the toolkit itself contains a sample SQL CE sync provider. you can use that as a starting point to write a new one that works with WP8.

  • 2013년 1월 9일 수요일 오후 3:12
    중재자
     
     답변됨

    just did a blog post on this, you might want to check it out http://jtabadero.wordpress.com/2013/01/09/synchronizing-winrtsqlite-using-sync-framework-toolkit/

    would appreciate feedback...

    cheers,

    junet

  • 2013년 2월 26일 화요일 오후 12:50
     
     제안된 답변

    I have made a CodePlex sample based on Sync Fx Toolkit for WinRT and SQLite

    You can check explanations here : http://blogs.msdn.com/b/mim/archive/2013/02/19/synchronization-with-sqlite-on-winrt.aspx

    And the Codeplex project : https://syncwinrt.codeplex.com/

    It's a sample, provided as is. If you have any questios, you can post here or on Codeplex


    Sébastien Pertus. Bewise