<?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 : Line of Business Accelerator</title><link>http://blogs.msdn.com/sync/archive/tags/Line+of+Business+Accelerator/default.aspx</link><description>Tags: Line of Business Accelerator</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Synchronization to Hosted Services and an Explanation of the Bill Gates Keynote</title><link>http://blogs.msdn.com/sync/archive/2008/06/09/sync-to-hosted-services-and-explanation-of-the-bill-gates-keynote.aspx</link><pubDate>Mon, 09 Jun 2008 23:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8587414</guid><dc:creator>liamca</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sync/comments/8587414.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sync/commentrss.aspx?PostID=8587414</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: 253px; HEIGHT: 379px" height=250 src="http://blogs.msdn.com/photos/sync/images/8587511/original.aspx" width=190&gt; &lt;/TD&gt;
&lt;TD class=""&gt;&lt;FONT face=Calibri size=3&gt;
&lt;P&gt;As Tim commented in my last post (and a number of others at the conference), the &lt;A class="" title="Sync Keynote" href="http://www.microsoft.com/winme/0806/33197/ADO_NET_Distributed_Cache_MBR.asx" target=_blank mce_href="http://www.microsoft.com/winme/0806/33197/ADO_NET_Distributed_Cache_MBR.asx"&gt;Bill Gates Sync keynote&lt;/A&gt; was really impressive, however it was somewhat hard to understand exactly what was going on and the components that were involved.&amp;nbsp; I thought I would discuss some of the details behind this demonstration in this post.&lt;/P&gt;
&lt;P&gt;The first thing that I should mention is that all of the synchronization was accomplished through the use of the &lt;A class="" title="Sync Framework Developer Center" href="http://msdn.microsoft.com/sync" target=_blank mce_href="http://msdn.microsoft.com/sync"&gt;Microsoft Sync Framework&lt;/A&gt;.&amp;nbsp; The three key endpoints that we were synchronizing were SQL Server 2008,&amp;nbsp;SQL Server Data Services&amp;nbsp;and a Windows Mobile file system.&amp;nbsp; As many of you know, the Sync Framework enables virtually any topology whether that is Peer-to-Peer, Multi-Master or Hub-and-Spoke. In this case, the topology used was Hub-and-Spoke and as you can see in the diagram, all of the information from SQL Server and Windows Mobile was being consolidated into SQL Server Data Services.&amp;nbsp; For those of you that do not know what SQL Server Data Services is, it is a highly scalable, on-demand data storage and query processing web services which is built from SQL Server code.&lt;/P&gt;
&lt;P&gt;I really like how SQL Server Data Services was used as the central data store to consolidate all information from all end points.&amp;nbsp; For many organizations (in particular Small and Mid-Size Businesses [SMB's]), setting up high availability connectivity, firewalls, authentication, security, etc can be quite a challenge.&amp;nbsp; By using SQL Server Data Services all of this is done for you.&amp;nbsp; For those organizations that are willing to host their information, implementing mobile applications using SQL Server Data Services becomes a lot easier.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;The demo started from a web site where people could submit news articles directly to SQL Server Data Services.&amp;nbsp; From that point the Sync Framework would send content to offline SQL Server 2008 data stores.&amp;nbsp; One of the cool things David showed in the keynote was the ability to then use some of the new data types such as Spatial and Geography to analyze content and display it in the local application.&amp;nbsp; &lt;/P&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;In the final part of the demo, Moe took a picture on his Windows Mobile Tilt phone.&amp;nbsp; He then used the Sync Framework to take the picture and upload it from the device to the central SQL Server Data Services database through a cellular data network.&amp;nbsp; As a side note, for those of you who have ever tried doing demonstrations using data networks in front of large numbers of people, you will likely agree that it is quite nerve racking to put your faith in the stability of the data networks.&amp;nbsp; But then again the instability of data networks is a key reason we look into offline, isn't it?&amp;nbsp; &lt;/P&gt;
&lt;P&gt;From that point the image was downloaded to the offline SQL Server 2008 database.&amp;nbsp; One of the really cool parts about this was the fact that we integrated file systems (in this case Windows Mobile) with databases to enable us to move binary data to and from disparate data stores and file systems.&amp;nbsp; In fact, this is quite similar to what our new Sync Framework partner &lt;A class="" title="Ontella Picture Sync" href="http://www.ontella.com/" target=_blank mce_href="http://www.ontella.com"&gt;Ontella&lt;/A&gt; does to enable pictures to synchronized from mobile camera phones to their PC, email, and favorite imaging sites.&lt;/P&gt;
&lt;P&gt;Another part of the demo that people really seemed to appreciate was the background synchronization built into the local application.&amp;nbsp; Based on network connectivity the application would periodically initiate a Sync Framework request to check for new data from SQL Server Data Services and download as appropriate.&amp;nbsp; A number of people have asked how we did this, but ultimately I wish we could take credit for this but much of this has already been implemented into Windows and Windows Mobile through things like the &lt;A class="" title="State and Notification API's" href="http://www.codeproject.com/KB/cs/Win_Mobile5_Notifications.aspx?display=Print" target=_blank mce_href="http://www.codeproject.com/KB/cs/Win_Mobile5_Notifications.aspx?display=Print"&gt;State and Notification API's&lt;/A&gt;&amp;nbsp;and the &lt;A class="" title="Line of Business Accelerator" href="http://blogs.msdn.com/sync/archive/2008/03/17/mobile-development-using-the-windows-mobile-line-of-business-solution-accelerator-2008.aspx" target=_blank mce_href="http://blogs.msdn.com/sync/archive/2008/03/17/mobile-development-using-the-windows-mobile-line-of-business-solution-accelerator-2008.aspx"&gt;Line of Business Accelerator&lt;/A&gt;.&amp;nbsp;&amp;nbsp; I do agree that we can make this a lot more obvious and we certainly will look into providing these components to make things much easier for&amp;nbsp;developer to just drop into their applications.&lt;/P&gt;
&lt;P&gt;Liam&amp;nbsp; Cavanagh&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8587414" 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/Windows+Mobile/default.aspx">Windows Mobile</category><category domain="http://blogs.msdn.com/sync/archive/tags/SQL+Server+Data+Services/default.aspx">SQL Server Data Services</category><category domain="http://blogs.msdn.com/sync/archive/tags/Line+of+Business+Accelerator/default.aspx">Line of Business Accelerator</category></item><item><title>Mobile Development using the Windows Mobile Line of Business Solution Accelerator 2008</title><link>http://blogs.msdn.com/sync/archive/2008/03/17/mobile-development-using-the-windows-mobile-line-of-business-solution-accelerator-2008.aspx</link><pubDate>Mon, 17 Mar 2008 18:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8290956</guid><dc:creator>liamca</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sync/comments/8290956.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sync/commentrss.aspx?PostID=8290956</wfw:commentRss><description>&lt;TABLE class=""&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class=""&gt;
&lt;P&gt;&lt;IMG title="Mobile Map Development" style="WIDTH: 243px; HEIGHT: 136px" height=238 alt="Mobile Map Development" src="http://blogs.msdn.com/sync/attachment/8290956.ashx" width=370 mce_src="http://blogs.msdn.com/sync/attachment/8290956.ashx"&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=""&gt;
&lt;P&gt;The Microsoft mobility team has just released a new mobile development platform to help build Line of Business (LOB) applications for the Windows Mobile platform.&amp;nbsp; The Release to Web (RTW) version can be downloaded at the &lt;A class="" title="Mobile LOB Development" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=428E4C3D-64AD-4A3D-85D2-E711ABC87F04&amp;amp;displaylang=en" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=428E4C3D-64AD-4A3D-85D2-E711ABC87F04&amp;amp;displaylang=en"&gt;Microsoft Download Center&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Some of the key features include:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Adapt your App &lt;/STRONG&gt;:: Create a single binary that runs unchanged on Windows Mobile Standard or Pro, Portrait or Landscape, Rectangle or Square.&amp;nbsp; No more wasting time building separate executables to accommodate different screen sizes or input methods.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A class="" title="Mobile Data Sync" href="http://msdn2.microsoft.com/en-us/sync/bb887608.aspx" mce_href="http://msdn2.microsoft.com/en-us/sync/bb887608.aspx"&gt;Sync Services for ADO.NET&lt;/A&gt; &lt;/STRONG&gt;:: Synchronize your data between SQL Server 2008 and SQL Server Compact 3.5 using the new Sync Framework.&amp;nbsp; Keep all your occasionally-connected mobile workers on the same page.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;Windows Communication Foundation (WCF) Store and Forward &lt;/STRONG&gt;:: Reliably push messages to servers or other devices via Exchange Server 2007.&amp;nbsp; Programmatically notify peer devices that they have new orders waiting for them and need to sync.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;MapPoint &lt;/STRONG&gt;:: Guide delivery drivers to their customers via either the shortest or quickest route.&amp;nbsp; Integrated mapping means you’ll never get lost again.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;LINQ &lt;/STRONG&gt;:: Use the new Language Integrated Query to filter results from Generic Object Collections.&amp;nbsp; Query both your objects and XML using a familiar, SQL-like syntax to boost developer productivity.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;Custom Controls &lt;/STRONG&gt;:: Capture signatures and dazzle your end-users with 3D and Alpha-blended controls that alter their behavior depending on the platform they’re running on.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;Managed Stored Procedures and Triggers &lt;/STRONG&gt;:: The pluggable data layer allows you to say goodbye to compiling Dynamic SQL inside your code and fires events to react to INSERT, UPDATE, and DELETE operations.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;Notifications and Online Help &lt;/STRONG&gt;:: Formerly only supported on Pro, say hello to Popup Notifications and Online Help on Standard.&amp;nbsp; Popup Notifications, also known as “toast,” display an HTML message and then disappear after a pre-determined amount of time.&amp;nbsp; Using Online Help on every screen reduces your applicationtraining costs.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;Language Switching and Localization &lt;/STRONG&gt;:: Change Language/Regional Settings inside your app and watch text and Online Help speak a different language.&amp;nbsp; Don’t wait until your application is finished to realize that it needs to be world-ready.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;Time to Market &lt;/STRONG&gt;:: Stop reinventing the wheel and use this Accelerator as the foundation for your next Windows Mobile development effort.&amp;nbsp; If you don’t want to use the whole thing, pick and choose the components that are the best fit for your project.&lt;/P&gt;
&lt;P&gt;Liam Cavanagh&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8290956" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/sync/attachment/8290956.ashx" length="18864" type="image/jpeg" /><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/Windows+Mobile/default.aspx">Windows Mobile</category><category domain="http://blogs.msdn.com/sync/archive/tags/Line+of+Business+Accelerator/default.aspx">Line of Business Accelerator</category></item></channel></rss>