<?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>Roaming your app data</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/07/17/roaming-your-app-data.aspx</link><description>Windows 8 keeps users always connected. They can be connected to the internet, cloud services, and their other Windows 8 PCs. Your app can participate in this always connected ecosystem by taking advantage of roaming app data. In this post I tell you</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Roaming your app data</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/07/17/roaming-your-app-data.aspx#10331530</link><pubDate>Thu, 19 Jul 2012 10:02:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10331530</guid><dc:creator>csnazell</dc:creator><description>&lt;p&gt;I have an app on WP7 that I&amp;#39;d like to bring to Metro. It uses SQL CE for its storage MS&amp;#39; recommended Metro alternative is SQLite. However, there&amp;#39;s a couple of problems with that ...&lt;/p&gt;
&lt;p&gt;I&amp;#39;d argue that the data stored in the app is User Data, however Metro&amp;#39;s restrictions require that SQLite just be written to AppData.&lt;/p&gt;
&lt;p&gt;I&amp;#39;d like the user to be confident that their data was automatically being backed up by File History but they can&amp;#39;t since Metro&amp;#39;s restrictions require that SQLite just be written to AppData which isn&amp;#39;t backed up.&lt;/p&gt;
&lt;p&gt;I&amp;#39;d like to enable the user to keep their data sync&amp;#39;d between all their W8 &amp;amp; WP8 devices, however, I can&amp;#39;t use Skydrive for this because Metro&amp;#39;s restrictions require that SQLite just be written to AppData.&lt;/p&gt;
&lt;p&gt;The solution proposed above seems to be that I have to write a web service to do all this myself.&lt;/p&gt;
&lt;p&gt;I want to deliver the best possible experience to my users &amp;amp; I do that by focussing my efforts. So when MS starts piling obstacles in my path I go elsewhere.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10331530" width="1" height="1"&gt;</description></item><item><title>re: Roaming your app data</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/07/17/roaming-your-app-data.aspx#10331491</link><pubDate>Thu, 19 Jul 2012 07:10:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10331491</guid><dc:creator>Hannes Preishuber</dc:creator><description>&lt;p&gt;typically I woud store Settings in complex objects with Inotifypropertychanged Interface implemented. &amp;nbsp;To serialize that data, I have to build a ApplicationDataCompositeValue and code line by line for each property?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10331491" width="1" height="1"&gt;</description></item><item><title>re: Roaming your app data</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/07/17/roaming-your-app-data.aspx#10331059</link><pubDate>Wed, 18 Jul 2012 09:25:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10331059</guid><dc:creator>Tim</dc:creator><description>&lt;p&gt;And when sharing settings between your WinRT app and your iPhone / Android app you still need some own mechanism. Any OData / REST recommends?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10331059" width="1" height="1"&gt;</description></item><item><title>re: Roaming your app data</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/07/17/roaming-your-app-data.aspx#10331033</link><pubDate>Wed, 18 Jul 2012 08:15:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10331033</guid><dc:creator>James Chaldecott</dc:creator><description>&lt;p&gt;+1 for what Scott said.&lt;/p&gt;
&lt;p&gt;Roaming settings for desktop apps, and some &amp;quot;continuous experience&amp;quot; support between desktop apps and Win 8 &amp;quot;metro&amp;quot; apps (and WP8 apps??) would be great.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10331033" width="1" height="1"&gt;</description></item><item><title>re: Roaming your app data</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/07/17/roaming-your-app-data.aspx#10330989</link><pubDate>Wed, 18 Jul 2012 06:18:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10330989</guid><dc:creator>Scott Bussinger</dc:creator><description>&lt;p&gt;So the $64K question is ... how do we take advantage of roaming data from non-WinRT applications? I want to be able to do this with desktop applications as well as Metro applications!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10330989" width="1" height="1"&gt;</description></item></channel></rss>