InfoQ

News

Microsoft Has Released Sync Framework v1.0 RTM

Posted by Abel Avram on Aug 13, 2008 09:18 AM

Community
.NET
Topics
.NET Framework
Tags
Frameworks

Microsoft has recently released Sync Framework 1.0 RTM. According to Microsoft, Sync Framework is "a comprehensive synchronization platform that enables collaboration and offline scenarios for applications, services and devices".

Sync Framework is useful for:

Developers can build sync ecosystems that integrate any application, any type of data, using any protocol over any network.

Rob Tiffany, Senior Technical Product Manager for Windows Mobile at Microsoft, describes the Sync Framework:

Imagine being able to build a solution that seamlessly exchanges contact information between Outlook, a database contact management application, your mobile device and your service based contact management system.  Or how about a mobile device that connects with other devices to exchange pictures and videos.  How about being able to take data from any of your enterprise databases, file or enterprise systems and make it available offline for users to modify and sync back up to the enterprise.

Some of the key features of Sync Framework are:

  • Add sync support to new and existing applications, services, and devices
  • Enable collaboration and offline capabilities for any application
  • Roam and share information from any data store, over any protocol, and over any network configuration
  • Leverage sync capabilities exposed in Microsoft technologies to create sync ecosystems
  • Extend the architecture to support custom data types including files

Sync Framework contains Sync Services for ADO.NET which is a "solution for synchronizing ADO.NET enabled databases in offline and collaboration scenarios".

Sync Framework also contains Sync Services for File Systems which is "one of the providers included out-of-the-box that enables synchronization of files between devices".

Sync Framework is offered free for Windows, and can be licensed in order to be ported to other platforms.

There be dragons... by Udi Dahan Posted Aug 13, 2008 3:41 PM
  1. Back to top

    There be dragons...

    Aug 13, 2008 3:41 PM by Udi Dahan

    There are potential issues around conflict identification and resolution in the architecture upon which the sync framework is based. I've outlined some of these in my blog: Occasionally Connected Systems Architecture

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.