<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Microsoft Sync Framework : Video</title><link>http://blogs.msdn.com/sync/archive/tags/Video/default.aspx</link><description>Tags: Video</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Looking Forward - Offline Capable Applications Using SilverLight and Sync Framework</title><link>http://blogs.msdn.com/sync/archive/2009/12/14/offline-capable-applications-using-silverlight-and-sync-framework.aspx</link><pubDate>Mon, 14 Dec 2009 17:47:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9936644</guid><dc:creator>liamca</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/sync/comments/9936644.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sync/commentrss.aspx?PostID=9936644</wfw:commentRss><description>&lt;P&gt;Right from the first release of Microsoft Sync Framework, one of the most common requests we have received is for the ability to take SilverLight applications offline, meaning that users can continue to access their applications and data regardless of connectivity to the backend web application. Using this architecture, developers can build much richer applications and also take advantage of the local machine resources to provide fast data access. In addition, the ability to easily deploy SilverLight applications either within a browser of within an out-of-browser application makes this platform a very popular choice when building rich internet applications. 
&lt;P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD vAlign=top&gt;&lt;IMG style="WIDTH: 311px; HEIGHT: 185px" src="http://blogs.msdn.com/photos/sync/images/9936658/500x342.aspx" width=345 height=206&gt; &lt;/TD&gt;
&lt;TD vAlign=top&gt;
&lt;P&gt;In the past there were a few issues that we had when trying to enable this functionality, but now with the latest release of SilverLight, much of what we require to provide offline capabilities is available. At this year’s Professional Developer Conference (PDC), Mark Scurrell introduced everyone to this set of capabilities in his session: "&lt;A title="SilverLight Offline" href="http://microsoftpdc.com/Sessions/SVC23" target=_blank mce_href="http://microsoftpdc.com/Sessions/SVC23"&gt;Using the Microsoft Sync Framework to Connect Apps to the Cloud&lt;/A&gt;" (overview starts at 44:40 minutes into session). Using the PDC conference session web site he showed how we built a rich SilverLight application that allows a user to take the sessions data offline into isolated storage, and while the user is offline they can continue to view sessions, add sessions to their calendar, rate attended sessions and then, once back online, the application automatically takes the changes and uploads them to the main agenda web site (demo starts at 48:00 minutes into session). The screenshot to the left shows an example of what this application looks like.&lt;/P&gt;
&lt;P&gt;In order to truly take advantage of SilverLight's cross platform capability we had to come up with a solution where we could still support clients that do not have a Sync Framework runtime. To do this what we did was build the architecture such that all of the core Sync Framework logic resides on the service (in this case a Windows Azure Webrole), and that is where all of the heavy lifting of the synchronization process is executed. From the service we exposed a simple HTTP-based synchronization protocol that the client consumed, allowing any client to participate in synchronization. Currently the best offline store within SilverLight is isolated storage, and as you can see in Mark's demonstration of filtering data, this is sufficient to build a rich and very quick data-access application. &lt;/P&gt;
&lt;P&gt;Over the next year you will see more of how we plan to enable this scenario and we will provide additional details on what you can do to get started to build these offline-capable applications using SilverLight. &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;Liam&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9936644" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sync/archive/tags/Microsoft+Sync+Framework/default.aspx">Microsoft Sync Framework</category><category domain="http://blogs.msdn.com/sync/archive/tags/Video/default.aspx">Video</category><category domain="http://blogs.msdn.com/sync/archive/tags/Database+Sync/default.aspx">Database Sync</category><category domain="http://blogs.msdn.com/sync/archive/tags/SQL+Azure+Data+sync/default.aspx">SQL Azure Data sync</category><category domain="http://blogs.msdn.com/sync/archive/tags/SilverLight/default.aspx">SilverLight</category></item><item><title>PDC Keynote Recording - Kelley Blue Book's use of SQL Azure Data Sync</title><link>http://blogs.msdn.com/sync/archive/2009/11/25/pdc-keynote-recording-kelley-blue-book-s-use-of-sql-azure-data-sync.aspx</link><pubDate>Wed, 25 Nov 2009 19:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9928795</guid><dc:creator>liamca</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/sync/comments/9928795.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sync/commentrss.aspx?PostID=9928795</wfw:commentRss><description>&lt;P&gt;Last week at PDC we announced the availability of our first CTP of &lt;A title="SQL Azure Data Sync - Developer" href="http://www.microsoft.com/windowsazure/developers/sqlazure/datasync/" target=_blank mce_href="http://www.microsoft.com/windowsazure/developers/sqlazure/datasync/"&gt;SQL Azure Data Sync&lt;/A&gt;.&amp;nbsp; In the keynote, Andy Lapin of &lt;A title="Kelley Blue Book" href="http://www.kbb.com/" target=_blank mce_href="http://www.kbb.com/"&gt;Kelley Blue Book&lt;/A&gt; explained how they keep their community databases up-to-date using this technolgy to synchronize data between their on-premises SQL Server and SQL Azure.&amp;nbsp; The recording is &lt;A title="PDC Keynote - SQL Azure Data Sync" href="http://microsoftpdc.com/Sessions/KEY01" target=_blank mce_href="http://microsoftpdc.com/Sessions/KEY01"&gt;now available &lt;/A&gt;&amp;nbsp;for you to view (the Kelley Blue Book portion of the keynote starts at about 1:18:00).&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Ultimately, one of the goals of this CTP is to get your feedback.&amp;nbsp; What is it that you like or dislike about it?&amp;nbsp; Are you primarily interested in the Visual Studio integration or would you like us to see us add additional capabilities such as advanced monitoring or logging to the SQL Server provisioning tool.&amp;nbsp; So please send us your thoughts (good or bad) here:&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;A href="http://social.microsoft.com/Forums/en-US/syncfeedback/threads"&gt;http://social.microsoft.com/Forums/en-US/syncfeedback/threads&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Liam&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9928795" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sync/archive/tags/Microsoft+Sync+Framework/default.aspx">Microsoft Sync Framework</category><category domain="http://blogs.msdn.com/sync/archive/tags/Video/default.aspx">Video</category><category domain="http://blogs.msdn.com/sync/archive/tags/SQL+Azure/default.aspx">SQL Azure</category><category domain="http://blogs.msdn.com/sync/archive/tags/Database+Sync/default.aspx">Database Sync</category><category domain="http://blogs.msdn.com/sync/archive/tags/SQL+Azure+Data+sync/default.aspx">SQL Azure Data sync</category></item><item><title>Sync Framework and our upcoming conferences</title><link>http://blogs.msdn.com/sync/archive/2009/10/05/sync-and-sql-pass.aspx</link><pubDate>Mon, 05 Oct 2009 19:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9903319</guid><dc:creator>liamca</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/sync/comments/9903319.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sync/commentrss.aspx?PostID=9903319</wfw:commentRss><description>&lt;P&gt;The next few months are going to be&amp;nbsp;very busy for us here in the Sync Framework team.&amp;nbsp; Not only do we have Sync Framework v2 coming out shortly, we also have a number of conferences where we will talk about the work we have been doing with some of external companies and internal groups here at Microsoft to allow developers to plug-in synchronization to systems like SQL Server and SQL Azure.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Starting in November, we will be at &lt;A title="SQL Pass Conference" href="http://summit2009.sqlpass.org/" target=_blank mce_href="http://summit2009.sqlpass.org/"&gt;SQL PASS&lt;/A&gt;, and then at the &lt;A title="PDC Conference" href="http://microsoftpdc.com/" target=_blank mce_href="http://microsoftpdc.com/"&gt;PDC&lt;/A&gt; for the launch of SQL Azure.&amp;nbsp; Last week I recorded a Channel 9 video along with Buck Woody and Michael Rys on the upcoming SQL PASS Summit. You can view the video here:&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;A href="http://channel9.msdn.com/posts/LarryLarsen/Upcoming-SQL-PASS-Summit-1/"&gt;&lt;FONT size=3 face=Calibri&gt;http://channel9.msdn.com/posts/LarryLarsen/Upcoming-SQL-PASS-Summit-1/&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Here is a summary of the video:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;Join thousands of SQL Server &amp;amp; BI professionals at the Washington State Convention &amp;amp; Trade Center in Seattle from Nov. 2-5 for the largest SQL Server conference in the world!&amp;nbsp; PASS Summit offers 168 technical sessions presented by SQL Server experts, one-on-one time with Microsoft’s SQL Server engineering team, free troubleshooting &amp;amp; design architecture guidance from Microsoft consultants, keynotes from Microsoft’s senior executives and much more! &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Senior Data Platform Technology Specialist Buck Woody stopped by the Channel 9 studio to talk to Michael Rys, Principal Program Manager in SQL Server Engineering Team, and Liam Cavanagh, Senior Program Manager, about upcoming sessions you won’t want to miss this year’s PASS Summit conference.&lt;/EM&gt; &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Liam Cavanagh&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9903319" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sync/archive/tags/Microsoft+Sync+Framework/default.aspx">Microsoft Sync Framework</category><category domain="http://blogs.msdn.com/sync/archive/tags/Video/default.aspx">Video</category><category domain="http://blogs.msdn.com/sync/archive/tags/SQL+Azure/default.aspx">SQL Azure</category></item><item><title>New Webcast Video - Drill Down Into the Next Release of the Microsoft Sync Framework </title><link>http://blogs.msdn.com/sync/archive/2009/05/02/new-webcast-video-drill-down-into-the-next-release-of-the-microsoft-sync-framework.aspx</link><pubDate>Sat, 02 May 2009 03:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9583182</guid><dc:creator>liamca</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/sync/comments/9583182.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sync/commentrss.aspx?PostID=9583182</wfw:commentRss><description>&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;We recently had a chance to record an MSDN webcast describing a handful of the new features that will ship in the next CTP of Sync Framework v2.&amp;nbsp; This particular session focuses primarily on those features we have built related to our offline and collaboration database scenarios. Please register at the following location:&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;&lt;A href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&amp;amp;EventID=1032413045&amp;amp;CountryCode=US"&gt;http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&amp;amp;EventID=1032413045&amp;amp;CountryCode=US&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;This session is a deep dive into the next release of the Microsoft Sync Framework with a focus on our database scenarios. Specifically, this session will discuss some of the work we have done in order to allow developers to synchronize SQL Compact in a peer to peer fashion. In addition, we will discuss the improvements we have made around batching to make it easier to use, expose more control over memory usage and provide resumability over transient networks that go up and down when performing sync operations. Furthermore, we will examine some of the performance related features baked into the runtime to improve the time it takes to initialize your client side database and synchronize large tables that have a less frequent rate of change. This will also include a discussion around some of the lessons we learned when performing scale and performance testing in an environment with 4000 clients and as much as 400 concurrent sync operations on a single server. These best practices were compiled at the end of one of the largest external implementations of the Microsoft Sync Framework&amp;nbsp; in the world. Finally, we will go over some of the new scenarios that we have enabled as a result of building on top of the Sync Framework, which provides much more flexibility around the shape of your topology. These scenarios include taking data stored in SQL Data Services and ADO.NET Data Services offline, USB shuttle scenarios, and traditional scenarios such as branch-office. This session will include demos that provide a deep dive into the use of these features as well as benchmark data around the performance of the Sync Framework in a large distributed environment.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Enjoy and please send any and all feedback our way!&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Sean Kelley&lt;BR&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9583182" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sync/archive/tags/Microsoft+Sync+Framework/default.aspx">Microsoft Sync Framework</category><category domain="http://blogs.msdn.com/sync/archive/tags/Sync+Services+for+ADO.NET/default.aspx">Sync Services for ADO.NET</category><category domain="http://blogs.msdn.com/sync/archive/tags/Video/default.aspx">Video</category></item><item><title>New File Sync Provider Webcast</title><link>http://blogs.msdn.com/sync/archive/2009/01/26/new-file-sync-provider-webcast.aspx</link><pubDate>Mon, 26 Jan 2009 22:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9376135</guid><dc:creator>liamca</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/sync/comments/9376135.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sync/commentrss.aspx?PostID=9376135</wfw:commentRss><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;We have posted a new&amp;nbsp;&lt;A href="http://download.microsoft.com/download/F/2/0/F205B8F3-D48C-481C-95D9-2D2593637F9A/FileSyncProvider_v1.wmv" mce_href="http://download.microsoft.com/download/F/2/0/F205B8F3-D48C-481C-95D9-2D2593637F9A/FileSyncProvider_v1.wmv"&gt;video webcast of the File Sync Provider&lt;/A&gt; now available for download (we will make it available on demand within the &lt;A class="" title="Sync Framework Dev Center" href="http://msdn.com/sync" target=_blank mce_href="http://msdn.com/sync"&gt;Sync Framework dev center &lt;/A&gt;as a featured video soon).&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;In this webcast, Ashish Shah, Principal Development Lead in the Sync Framework team walks through an overview of the files sync provider provided within the Sync Framework.&amp;nbsp; &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;During the session, Ashish discusses a variety of scenarios supported by this provider as well as a summary of the feature set and a look at some of the programmatic requirements associated with creating a true file sync solution such as SyncToy.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Liam Cavanagh&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9376135" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sync/archive/tags/Microsoft+Sync+Framework/default.aspx">Microsoft Sync Framework</category><category domain="http://blogs.msdn.com/sync/archive/tags/File+Sync/default.aspx">File Sync</category><category domain="http://blogs.msdn.com/sync/archive/tags/Video/default.aspx">Video</category></item><item><title>PDC Session Recordings on Sync Framework</title><link>http://blogs.msdn.com/sync/archive/2008/10/30/pdc-session-recordings-on-sync-framework.aspx</link><pubDate>Thu, 30 Oct 2008 02:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9023259</guid><dc:creator>liamca</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/sync/comments/9023259.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sync/commentrss.aspx?PostID=9023259</wfw:commentRss><description>&lt;P&gt;We are just about finishing off day 3 of the Professional Developer Conference and, wow what a week it has been so far!&amp;nbsp; It has been great meeting with many of you at our Sync booth as well as at our various sessions.&amp;nbsp; During this week we have introduced &lt;A class="" title="Sync Framework v2 Download" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=109DB36E-CDD0-4514-9FB5-B77D9CEA37F6&amp;amp;displaylang=en" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=109DB36E-CDD0-4514-9FB5-B77D9CEA37F6&amp;amp;displaylang=en"&gt;Sync Framework v2 (CTP1)&lt;/A&gt; and&amp;nbsp;a new &lt;A class="" title="SQL Services Labs" href="http://www.sqlserviceslabs.com/" target=_blank mce_href="http://www.sqlserviceslabs.com/"&gt;SQL Services Labs&lt;/A&gt; site that incorporate two of our newest sync related projects (Codename "Huron" and Codename "Anchorage").&lt;/P&gt;
&lt;P&gt;For those of you who were not able to come to the PDC, I wanted to point you to the recordings of our Sync Framework sessions that are now available for viewing.&lt;/P&gt;
&lt;P&gt;&lt;A class="" title="Sync Framework Advances" href="http://channel9.msdn.com/pdc2008/TL30/" target=_blank mce_href="http://channel9.msdn.com/pdc2008/TL30/"&gt;Microsoft Sync Framework Advances &lt;/A&gt;(Presenter: Lev Novik)&lt;BR&gt;This session shows you how the next version of the Microsoft Sync Framework makes it easier to synchronize distributed copies of data across desktops, devices, services, or anywhere else they may be stored.&lt;/P&gt;
&lt;P&gt;&lt;A class="" title="Windows 7 Sync Framework" href="http://channel9.msdn.com/pdc2008/PC44/" target=_blank mce_href="http://channel9.msdn.com/pdc2008/PC44/"&gt;Windows 7: Programming Sync Providers That Work Great with Windows&lt;/A&gt; (Presenter: Jason Roberts)&lt;BR&gt;Learn how you can enable your application to synchronize with other applications that use the Microsoft Sync Framework. This session covers how to implement sync for contacts and other PIM data, how to package sync providers for distribution and installation, and how to register sync provider for use on Windows.&lt;/P&gt;
&lt;P&gt;&lt;A class="" title="Building Business Data Hubs in the Cloud" href="http://channel9.msdn.com/pdc2008/BB40/" target=_blank mce_href="http://channel9.msdn.com/pdc2008/BB40/"&gt;Sync Framework: Enterprise Data in the Cloud and on Devices &lt;/A&gt;(Presenter: Liam Cavanagh)&lt;BR&gt;See how synchronization plays a pivotal role in transitioning to a managed cloud environment by creating a central hub of information in the cloud. Using synchronization, organizations can enable more efficient mobile and enterprise-to-enterprise scenarios.&lt;/P&gt;
&lt;P&gt;We also had a number of related sessions that you might also find of interest (some of these will be posted over the next few days):&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A class="" title="SQL Data Services and sync" href="http://channel9.msdn.com/pdc2008/BB15/" target=_blank mce_href="http://channel9.msdn.com/pdc2008/BB15/"&gt;SQL Server: Database to Data Platform - Road from Server to Devices to the Cloud&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A class="" title="ADO.NET Data Services and Sync" href="http://channel9.msdn.com/pdc2008/TL08/" target=_blank mce_href="http://channel9.msdn.com/pdc2008/TL08/"&gt;Offline-Enabled Data Services and Desktop Applications&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A class="" title="SQL Services Futures and Sync" href="http://channel9.msdn.com/pdc2008/BB14/" target=_blank mce_href="http://channel9.msdn.com/pdc2008/BB14/"&gt;SQL Services: Futures&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A class="" title="SQL Server Compact and Sync" href="http://channel9.msdn.com/pdc2008/PC40/" target=_blank mce_href="http://channel9.msdn.com/pdc2008/PC40/ "&gt;SQL Server Compact: Embedding in Desktop and Device &lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;- Liam Cavanagh&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9023259" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sync/archive/tags/Microsoft+Sync+Framework/default.aspx">Microsoft Sync Framework</category><category domain="http://blogs.msdn.com/sync/archive/tags/Video/default.aspx">Video</category><category domain="http://blogs.msdn.com/sync/archive/tags/SQL+Server+Data+Services/default.aspx">SQL Server Data Services</category></item><item><title>Webcast - Synchronizing Data: Inside the Microsoft Sync Framework</title><link>http://blogs.msdn.com/sync/archive/2008/09/02/webcast-synchronizing-data-inside-the-microsoft-sync-framework.aspx</link><pubDate>Tue, 02 Sep 2008 23:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8920711</guid><dc:creator>liamca</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sync/comments/8920711.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sync/commentrss.aspx?PostID=8920711</wfw:commentRss><description>&lt;TABLE class=""&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class=""&gt;&lt;IMG src="http://blogs.msdn.com/photos/sync/images/8591604/secondarythumb.aspx" mce_src="http://blogs.msdn.com/photos/sync/images/8591604/secondarythumb.aspx"&gt; &lt;/TD&gt;
&lt;TD class=""&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;A&amp;nbsp;few days ago, a number of people&amp;nbsp;from the Sync Framework engineering team were interviewed by Charles Torre (from Channel 9). He shot a 1 hour video interview where we explained how the Microsoft Sync Framework works internally, some key concepts that developers need to take care of when creating new providers and how the Sync Framework team is focusing on both managed and native developer solutions.&lt;/P&gt;
&lt;P&gt;The video can be viewed at: &lt;A href="http://channel9.msdn.com/posts/Charles/Inside-the-Microsoft-Sync-Framework/" mce_href="http://channel9.msdn.com/posts/Charles/Inside-the-Microsoft-Sync-Framework/"&gt;http://channel9.msdn.com/posts/Charles/Inside-the-Microsoft-Sync-Framework/&lt;/A&gt;&amp;nbsp;or downloaded directly in the following formats:&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="linkImage iPod" title="iPod Format Video (MPEG 4)" href="http://mschnlnine.vo.llnwd.net/d1/ch9/1/8/1/2/2/4/SyncFrameworkDevs_ch9.mp4"&gt;&lt;/A&gt;&lt;A class=link title="iPod Format Video (MPEG 4)" href="http://mschnlnine.vo.llnwd.net/d1/ch9/1/8/1/2/2/4/SyncFrameworkDevs_ch9.mp4"&gt;iPod (MP4)&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="linkImage mp3" title="MP3 Audio" href="http://mschnlnine.vo.llnwd.net/d1/ch9/1/8/1/2/2/4/SyncFrameworkDevs_ch9.mp3"&gt;&lt;/A&gt;&lt;A class=link title="MP3 Audio" href="http://mschnlnine.vo.llnwd.net/d1/ch9/1/8/1/2/2/4/SyncFrameworkDevs_ch9.mp3"&gt;MP3&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="linkImage psp" title="PSP Format Video (MPEG 4)" href="http://mschnlnine.vo.llnwd.net/d1/ch9/1/8/1/2/2/4/SyncFrameworkDevs_ch9.mp4"&gt;&lt;/A&gt;&lt;A class=link title="PSP Format Video (MPEG 4)" href="http://mschnlnine.vo.llnwd.net/d1/ch9/1/8/1/2/2/4/SyncFrameworkDevs_ch9.mp4"&gt;PSP (MP4)&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="linkImage wma" title="Windows Media Audio" href="http://mschnlnine.vo.llnwd.net/d1/ch9/1/8/1/2/2/4/SyncFrameworkDevs_ch9.wma"&gt;&lt;/A&gt;&lt;A class=link title="Windows Media Audio" href="http://mschnlnine.vo.llnwd.net/d1/ch9/1/8/1/2/2/4/SyncFrameworkDevs_ch9.wma"&gt;WMA&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="linkImage wmv" title="Windows Media Video" href="http://mschnlnine.vo.llnwd.net/d1/ch9/1/8/1/2/2/4/SyncFrameworkDevs_ch9.wmv"&gt;&lt;/A&gt;&lt;A class=link title="Windows Media Video" href="http://mschnlnine.vo.llnwd.net/d1/ch9/1/8/1/2/2/4/SyncFrameworkDevs_ch9.wmv"&gt;WMV&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="linkImage wmvh" title="Windows Media Video (High Quality)" href="http://mschnlnine.vo.llnwd.net/d1/ch9/1/8/1/2/2/4/SyncFrameworkDevs_2MB_ch9.wmv"&gt;&lt;/A&gt;&lt;A class=link title="Windows Media Video (High Quality)" href="http://mschnlnine.vo.llnwd.net/d1/ch9/1/8/1/2/2/4/SyncFrameworkDevs_2MB_ch9.wmv"&gt;WMV (High)&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="linkImage zune" title=Zune href="http://mschnlnine.vo.llnwd.net/d1/ch9/1/8/1/2/2/4/SyncFrameworkDevs_Zune_ch9.wmv"&gt;&lt;/A&gt;&lt;A class=link title=Zune href="http://mschnlnine.vo.llnwd.net/d1/ch9/1/8/1/2/2/4/SyncFrameworkDevs_Zune_ch9.wmv"&gt;Zune&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;I hope you enjoy watching the interview!&lt;/P&gt;
&lt;P&gt;Liam&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8920711" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sync/archive/tags/Microsoft+Sync+Framework/default.aspx">Microsoft Sync Framework</category><category domain="http://blogs.msdn.com/sync/archive/tags/Video/default.aspx">Video</category></item><item><title>Video - Building Offline Enabled Applications</title><link>http://blogs.msdn.com/sync/archive/2008/06/11/video-building-offline-enabled-applications.aspx</link><pubDate>Wed, 11 Jun 2008 19:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8591581</guid><dc:creator>liamca</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.msdn.com/sync/comments/8591581.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sync/commentrss.aspx?PostID=8591581</wfw:commentRss><description>&lt;FONT face=Calibri size=3&gt;
&lt;TABLE class=""&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class=""&gt;&lt;IMG style="WIDTH: 185px; HEIGHT: 112px" height=135 src="http://blogs.msdn.com/photos/sync/images/8591604/original.aspx" width=219&gt; &lt;/TD&gt;
&lt;TD class=""&gt;&lt;FONT face=Calibri size=3&gt;
&lt;P&gt;At TechEd 2008 Developers in Orlando a number of our mobility specialists and Microsoft MVP's got together to discuss the concept of building offline applications for mobile and remote users.&amp;nbsp; In this panel we discussed various concepts including optimizing data synchronization, scalability&amp;nbsp;as well as techniques to improve the user experience of your mobile applications.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;You can view this video recording in various formats here:&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://mfile.akamai.com/14853/wmv/microsofttec.download.akamai.com/14853/TechEdOnline/Videos/08_NA_Dev_TEOPanel_14_low.asx" mce_href="http://mfile.akamai.com/14853/wmv/microsofttec.download.akamai.com/14853/TechEdOnline/Videos/08_NA_Dev_TEOPanel_14_low.asx"&gt;&lt;FONT color=#800080&gt;Building Offline Enabled Applications&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt; [&lt;A class="" title="Synchronization Video MP4" href="http://microsofttech.fr.edgesuite.net/TechEdOnline/Videos/08_NA_Dev_TEOPanel_14_high.mp4" target=_blank mce_href="http://microsofttech.fr.edgesuite.net/TechEdOnline/Videos/08_NA_Dev_TEOPanel_14_high.mp4"&gt;MP4&lt;/A&gt;] [&lt;A class="" title="Synchronization Video WMV Hi" href="http://microsofttech.fr.edgesuite.net/TechEdOnline/Videos/08_NA_Dev_TEOPanel_14_high.wmv" target=_blank mce_href="http://microsofttech.fr.edgesuite.net/TechEdOnline/Videos/08_NA_Dev_TEOPanel_14_high.wmv"&gt;WMV Hi&lt;/A&gt;] [&lt;A class="" title="Synchronization Video WMV Lo" href="http://microsofttech.fr.edgesuite.net/TechEdOnline/Videos/08_NA_Dev_TEOPanel_14_low.wmv" target=_blank mce_href="http://microsofttech.fr.edgesuite.net/TechEdOnline/Videos/08_NA_Dev_TEOPanel_14_low.wmv"&gt;WMV Lo&lt;/A&gt;]&lt;BR&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;FONT face=Calibri size=3&gt;
&lt;P&gt;Panel Members:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Ginny Caughey - Microsoft MVP, Wasteworks &lt;/LI&gt;
&lt;LI&gt;Steve Lasker - Sr. Program Manager, Microsoft SQL Server Compact&lt;/LI&gt;
&lt;LI&gt;Rob Tiffany - Microsoft Mobility Architect&lt;/LI&gt;
&lt;LI&gt;Rob Relyea - Architect, WPF Team&lt;/LI&gt;
&lt;LI&gt;Liam Cavanagh - Sr. Program Manager, Microsoft Sync Framework &lt;/LI&gt;&lt;/UL&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8591581" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sync/archive/tags/Microsoft+Sync+Framework/default.aspx">Microsoft Sync Framework</category><category domain="http://blogs.msdn.com/sync/archive/tags/SQL+Server+Compact/default.aspx">SQL Server Compact</category><category domain="http://blogs.msdn.com/sync/archive/tags/Windows+Mobile/default.aspx">Windows Mobile</category><category domain="http://blogs.msdn.com/sync/archive/tags/Video/default.aspx">Video</category><category domain="http://blogs.msdn.com/sync/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category></item><item><title>TechEd Developer Conference - Day 1</title><link>http://blogs.msdn.com/sync/archive/2008/06/03/teched-developer-conference-day-1.aspx</link><pubDate>Wed, 04 Jun 2008 00:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8572180</guid><dc:creator>liamca</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/sync/comments/8572180.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sync/commentrss.aspx?PostID=8572180</wfw:commentRss><description>&lt;P&gt;
&lt;TABLE class=""&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class=""&gt;&lt;IMG title="TechEd Developer Week 2008" alt="TechEd Developer Week 2008" src="http://blogs.msdn.com/sync/attachment/8515731.ashx" mce_src="http://blogs.msdn.com/sync/attachment/8515731.ashx"&gt; &lt;/TD&gt;
&lt;TD class=""&gt;
&lt;P&gt;&lt;FONT face=Calibri size=3&gt;It has been an exciting first day for us at TechEd here in Orlando.&amp;nbsp;&amp;nbsp; The day started out with a demonstration of the Microsoft Sync Framework in Bill Gates keynote.&amp;nbsp; Great work Moe, Lev, Zach, Tim and Lito!&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 12.5pt"&gt;&lt;SPAN style="FONT-SIZE: 12.5pt; FONT-FAMILY: 'Verdana','sans-serif'"&gt;&lt;A href="http://www.microsoft.com/winme/0806/33197/ADO_NET_Distributed_Cache_MBR.asx"&gt;&lt;FONT color=#0000ff&gt;Sync Framework Keynote with Bill Gates (6 min 28 sec)&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;FONT face=Calibri size=3&gt;
&lt;P&gt;In this demonstration we showed how the Microsoft Sync Framework could integrate SQL Server 2008, SQL Server Data Services as well as Devices together with some pretty cool implementations photo sync, location based services and the new Spatial data types in SQL Server 2008.&lt;/P&gt;
&lt;P&gt;Next, we had the chance to talk to the press about some great new consumer partnerships that we have formed.&amp;nbsp; The new partners include include SmugMug, a photo sharing site for both consumers and professionals, Ontela, which provides technology infrastructure to wireless carriers that allows consumers to unlock the photos in their camera phones, and Fujitsu Siemens Computers, which is deploying the Microsoft Sync Framework enabled SyncToy solution with more than 400,000 removal storage and USB devices for consumers and business users, while collaborating on synchronization, backup, and restore for future projects.&lt;/P&gt;
&lt;P&gt;Finally we announced today that the Microsoft Sync Framework for Windows will be released in Q3 2008 with full support for the FeedSync open protocol format. Additionally, a CTP for Windows Mobile support will also be available in Q3 2008.&lt;/P&gt;
&lt;P&gt;Whew, I am tired!&amp;nbsp; Hopefully the rest of the week will be just as exciting!&lt;/P&gt;
&lt;P&gt;Liam Cavanagh&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8572180" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sync/archive/tags/Microsoft+Sync+Framework/default.aspx">Microsoft Sync Framework</category><category domain="http://blogs.msdn.com/sync/archive/tags/Video/default.aspx">Video</category></item><item><title>Sync to the Web - Enable Offline Access to Web Data from any Data Store</title><link>http://blogs.msdn.com/sync/archive/2008/03/12/sync-to-the-web-enable-offline-access-of-web-data-in-any-data-store.aspx</link><pubDate>Wed, 12 Mar 2008 03:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8163883</guid><dc:creator>liamca</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/sync/comments/8163883.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sync/commentrss.aspx?PostID=8163883</wfw:commentRss><description>&lt;P&gt;At MIX 2008 Liam Cavanagh discusses how to use the Microsoft Sync Framework along with &lt;A class="" title="SQL Server Data Services Sync" href="http://www.microsoft.com/sql/dataservices/default.mspx" mce_href="http://www.microsoft.com/sql/dataservices/default.mspx"&gt;SQL Server Data Services&lt;/A&gt; to provide synchronization cabability across multiple applications. &lt;/P&gt;
&lt;P&gt;In the demonstration, he synchronizes contacts between Microsoft Access, Outlook and SQL Server Data Services. However, by building new providers, any application can participate in synchronization. &lt;/P&gt;
&lt;P&gt;Later in the presentation Neil Padgett goes through a detailed internals discussion of the Microsoft Sync Framework metadata and provider models.&lt;/P&gt;
&lt;LI&gt;&lt;A class=link title="Windows Media Video (High Quality)" href="http://mschnlnine.vo.llnwd.net/d1/mix/1/4/8/LiamCavanaghMicrosoftSyncFramework_2MB_mix.wmv"&gt;WMV (High)&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class=link title="MP3 Audio" href="http://mschnlnine.vo.llnwd.net/d1/mix/1/4/8/LiamCavanaghMicrosoftSyncFramework_mix.mp3"&gt;MP3&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="linkImage psp" title="PSP Format Video (MPEG 4)" href="http://mschnlnine.vo.llnwd.net/d1/mix/1/4/8/LiamCavanaghMicrosoftSyncFramework_mix.mp4"&gt;&lt;/A&gt;&lt;A class=link title="PSP Format Video (MPEG 4)" href="http://mschnlnine.vo.llnwd.net/d1/mix/1/4/8/LiamCavanaghMicrosoftSyncFramework_mix.mp4"&gt;PSP (MP4)&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="linkImage wma" title="Windows Media Audio" href="http://mschnlnine.vo.llnwd.net/d1/mix/1/4/8/LiamCavanaghMicrosoftSyncFramework_mix.wma"&gt;&lt;/A&gt;&lt;A class=link title="Windows Media Audio" href="http://mschnlnine.vo.llnwd.net/d1/mix/1/4/8/LiamCavanaghMicrosoftSyncFramework_mix.wma"&gt;WMA&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="linkImage wmv" title="Windows Media Video" href="http://mschnlnine.vo.llnwd.net/d1/mix/1/4/8/LiamCavanaghMicrosoftSyncFramework_mix.wmv"&gt;&lt;/A&gt;&lt;A class=link title="Windows Media Video" href="http://mschnlnine.vo.llnwd.net/d1/mix/1/4/8/LiamCavanaghMicrosoftSyncFramework_mix.wmv"&gt;WMV&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="linkImage wmvh" title="Windows Media Video (High Quality)" href="http://mschnlnine.vo.llnwd.net/d1/mix/1/4/8/LiamCavanaghMicrosoftSyncFramework_2MB_mix.wmv"&gt;&lt;/A&gt;&lt;A class="linkImage zune" title=Zune href="http://mschnlnine.vo.llnwd.net/d1/mix/1/4/8/LiamCavanaghMicrosoftSyncFramework_Zune_mix.wmv"&gt;&lt;/A&gt;&lt;A class=link title=Zune href="http://mschnlnine.vo.llnwd.net/d1/mix/1/4/8/LiamCavanaghMicrosoftSyncFramework_Zune_mix.wmv"&gt;Zune&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class=link title="iPod Format Video (MPEG 4)" href="http://mschnlnine.vo.llnwd.net/d1/mix/1/4/8/LiamCavanaghMicrosoftSyncFramework_mix.mp4"&gt;iPod (MP4)&lt;/A&gt;&lt;/LI&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8163883" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sync/archive/tags/Microsoft+Sync+Framework/default.aspx">Microsoft Sync Framework</category><category domain="http://blogs.msdn.com/sync/archive/tags/Video/default.aspx">Video</category><category domain="http://blogs.msdn.com/sync/archive/tags/SQL+Server+Data+Services/default.aspx">SQL Server Data Services</category></item><item><title>MIX 2008 Recorded Session - Using Microsoft Sync Framework and FeedSync</title><link>http://blogs.msdn.com/sync/archive/2008/03/10/mix-2008-session-using-microsoft-sync-framework-and-feedsync.aspx</link><pubDate>Mon, 10 Mar 2008 23:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8137584</guid><dc:creator>liamca</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/sync/comments/8137584.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sync/commentrss.aspx?PostID=8137584</wfw:commentRss><description>&lt;P&gt;At the recent MIX 2008 conference in Las Vegas, Neil Padgett presented the Microsoft Sync Framework.&lt;/P&gt;
&lt;P&gt;This session is now online and in it you will learn:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Why it is important to be able to take&amp;nbsp;data offline.&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;How Microsoft Sync Framework&amp;nbsp;can be used to used to take this content offline and how the open FeedSync protocl can be leveraged.&lt;/LI&gt;
&lt;LI&gt;How Microsoft Sync Framework can integrate sync into &lt;A class="" title="Hosted Data Sync" href="http://www.microsoft.com/sql/dataservices/default.mspx" target=_blank mce_href="http://www.microsoft.com/sql/dataservices/default.mspx"&gt;SQL Server Data Services&lt;/A&gt; to enable data to be synchronized to a highly scalable, on-demand data storage and query processing utility service.&lt;/LI&gt;
&lt;LI&gt;What is Project Codename “Astoria Offline” and what it promises for taking web services offline &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;The session is available in multiple formats including:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="" title="Data Sync Webcast" href="http://sessions.visitmix.com/?selectedSearch=T32" target=_blank mce_href="http://sessions.visitmix.com/?selectedSearch=T32"&gt;Online Webcast&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="" title="Offline Data Sync" href="http://msstudios.vo.llnwd.net/o21/mix08/08_WMVs/T32.wmv" mce_href="http://msstudios.vo.llnwd.net/o21/mix08/08_WMVs/T32.wmv"&gt;Windows Media&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="" title="Data Sync Podcast" href="http://msstudios.vo.llnwd.net/o21/mix08/08_MP4s/T32.mp4" mce_href="http://msstudios.vo.llnwd.net/o21/mix08/08_MP4s/T32.mp4"&gt;IPOD&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="" title="Zune Sync" href="http://msstudios.vo.llnwd.net/o21/mix08/08_WMVs/T32.wmv" mce_href="http://msstudios.vo.llnwd.net/o21/mix08/08_WMVs/T32.wmv"&gt;Zune&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;Don't forget to catch us at &lt;A class="" title="TechEd 2008" href="http://www.microsoft.com/events/teched2008/default.mspx" target=_blank mce_href="http://www.microsoft.com/events/teched2008/default.mspx"&gt;TechEd 2008&lt;/A&gt; and &lt;A class="" title="PDC 2008" href="http://msdn2.microsoft.com/en-us/events/bb288534.aspx" target=_blank mce_href="http://msdn2.microsoft.com/en-us/events/bb288534.aspx"&gt;PDC 2008&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Please visit our &lt;A class="" title="sync developer" href="http://msdn.microsoft.com/sync" mce_href="http://msdn.microsoft.com/sync"&gt;sync developer center&lt;/A&gt; to learn more about Microsoft Sync Framework.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Liam Cavanagh&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8137584" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sync/archive/tags/Microsoft+Sync+Framework/default.aspx">Microsoft Sync Framework</category><category domain="http://blogs.msdn.com/sync/archive/tags/FeedSync/default.aspx">FeedSync</category><category domain="http://blogs.msdn.com/sync/archive/tags/Video/default.aspx">Video</category><category domain="http://blogs.msdn.com/sync/archive/tags/SQL+Server+Data+Services/default.aspx">SQL Server Data Services</category></item><item><title>Microsoft Sync Framework &amp; Sync Services for ADO.NET Video Webcasts</title><link>http://blogs.msdn.com/sync/archive/2008/01/14/microsoft-sync-framework-sync-services-for-ado-net-video-webcasts.aspx</link><pubDate>Tue, 15 Jan 2008 01:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7119050</guid><dc:creator>liamca</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/sync/comments/7119050.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sync/commentrss.aspx?PostID=7119050</wfw:commentRss><description>&lt;P&gt;I wanted to point you to some video webcasts on the Microsoft Sync Framework and Sync Services for ADO.NET which are now available for download.&amp;nbsp; If you would like to watch them online, you can alternatively go to our &lt;A class="" title="Mobile Data Synchronization" href="http://msdn2.microsoft.com/en-us/sync/default.aspx" mce_href="http://msdn2.microsoft.com/en-us/sync/default.aspx"&gt;Sync Developer Page&lt;/A&gt; and click on the appropriate videos.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A class="" title="Offline and Collaboration Sync Intro" href="http://download.microsoft.com/download/8/f/1/8f1c768f-80e6-4b21-927b-b06e9bd2967a/IntroToMicrosoftSyncFramework_HighQuality.wmv" mce_href="http://download.microsoft.com/download/8/f/1/8f1c768f-80e6-4b21-927b-b06e9bd2967a/IntroToMicrosoftSyncFramework_HighQuality.wmv"&gt;Introduction to Microsoft Sync Framework - Synchronization Framework for Enabling Roaming, Offline, and Collaboration Across Devices, Services &amp;amp; Apps&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Presenter: Moe Khosravy &amp;amp; Liam Cavanagh&lt;/P&gt;
&lt;P&gt;In this session we will introduce Microsoft Sync Framework. Attendees will learn about the capabilities of the sync platform and see a demonstration of multi-master synchronization across devices and services. We will use this demonstration to guide our walk through of the key components involved in building an application using Microsoft Sync Framework. Finally we will provide a glimpse into upcoming Microsoft products which will ship with out of the box support for Microsoft Sync Framework.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A class="" title="Data and File Sync" href="http://download.microsoft.com/download/8/f/f/8ff57d94-5724-4abb-8402-fb9de47b1157/ImplementingSolutionsWithMicrosoftSyncFramework_HighQuality.wmv" mce_href="http://download.microsoft.com/download/8/f/f/8ff57d94-5724-4abb-8402-fb9de47b1157/ImplementingSolutionsWithMicrosoftSyncFramework_HighQuality.wmv"&gt;Implementing Solutions that Leverage Microsoft Sync Framework to Provide Synchronization Capabilities Across Devices, Services and Applications&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Presenter: Neil Padgett and Liam Cavanagh&lt;/P&gt;
&lt;P&gt;This session will focus on the steps a developer needs to take to incorporate synchronization into their application or services. First we will demonstrate how an existing line of business application can easily add synchronization support to allow users to work offline. Next we will describe the steps involved in building a service which exposes synchronization over FeedSync using Microsoft Sync Framework. We will briefly describe how support for Microsoft Sync Framework has been added for applications or services using file system or Microsoft SQL Server.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A class="" title="Mobile Database Sync" href="http://download.microsoft.com/download/6/7/3/6730f0e7-a649-4656-96ab-150c7501a583/IntroToSyncServicesADODetNet_HighQuality.wmv" mce_href="http://download.microsoft.com/download/6/7/3/6730f0e7-a649-4656-96ab-150c7501a583/IntroToSyncServicesADODetNet_HighQuality.wmv"&gt;Introduction to Sync Services for ADO.NET and the Visual Studio Designer&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Presenter: Liam Cavanagh&lt;/P&gt;
&lt;P&gt;In this session we will introduce Sync Services for ADO.NET which is a part of the Microsoft Sync Framework.&amp;nbsp;&amp;nbsp;Specifically, we will discuss how Sync Services for ADO.NET&amp;nbsp;enables synchronization of information between database systems and how Sync Services for ADO.NET helps developers avoid many of the common issues associated with taking data offline. &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7119050" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sync/archive/tags/Microsoft+Sync+Framework/default.aspx">Microsoft Sync Framework</category><category domain="http://blogs.msdn.com/sync/archive/tags/Sync+Services+for+ADO.NET/default.aspx">Sync Services for ADO.NET</category><category domain="http://blogs.msdn.com/sync/archive/tags/Video/default.aspx">Video</category></item></channel></rss>