<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Rénald's Blog - Silverlight 4.0</title>
    <link>http://www.renaldnollet.com/blog/</link>
    <description />
    <language>en-us</language>
    <copyright>Rénald Nollet</copyright>
    <lastBuildDate>Sun, 08 Aug 2010 10:08:29 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>rno.rno.rno@gmail.com</managingEditor>
    <webMaster>rno.rno.rno@gmail.com</webMaster>
    <item>
      <trackback:ping>http://www.renaldnollet.com/blog/Trackback.aspx?guid=4c369f51-ad23-46de-9386-55a23db074d0</trackback:ping>
      <pingback:server>http://www.renaldnollet.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.renaldnollet.com/blog/PermaLink,guid,4c369f51-ad23-46de-9386-55a23db074d0.aspx</pingback:target>
      <dc:creator>Rénald Nollet</dc:creator>
      <wfw:comment>http://www.renaldnollet.com/blog/CommentView,guid,4c369f51-ad23-46de-9386-55a23db074d0.aspx</wfw:comment>
      <wfw:commentRss>http://www.renaldnollet.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=4c369f51-ad23-46de-9386-55a23db074d0</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Recently I've worked on a small Silverlight application that targets Sharepoint 2010
file operations (copy, move, delete, …). 
</p>
        <p>
Sharepoint 2010 has a lot of great enhancements compare to Sharepoint 2007 but still
lacks of basic file operations facilities (e.g. if you want to copy a file from a
doclib to another doclib, you must give the URL of the destination doclib). 
</p>
        <p>
This V 0.1 of Sharepoint 2010 SilverXplorer currently only offers files &amp; folders
browsing. 
</p>
        <p>
Here is how the application looks like inside of Sharepoint : 
</p>
        <p>
          <img src="http://www.renaldnollet.com/blog/content/binary/080810_1007_Sharepoint21.png" alt="" />
        </p>
        <p>
Here is how the loading progress looks: 
</p>
        <p>
          <img src="http://www.renaldnollet.com/blog/content/binary/080810_1007_Sharepoint22.png" alt="" />
        </p>
        <p>
To change the Sharepoint site, click the <img src="http://www.renaldnollet.com/blog/content/binary/080810_1007_Sharepoint23.png" alt="" /> button
and choose a new site URL: 
</p>
        <p>
          <img src="http://www.renaldnollet.com/blog/content/binary/080810_1007_Sharepoint24.png" alt="" />
        </p>
        <p>
To go inside a folder, just click it! 
</p>
        <p>
To go up, click the <img src="http://www.renaldnollet.com/blog/content/binary/080810_1007_Sharepoint25.png" alt="" /> button. 
</p>
        <p>
 
</p>
        <p>
You can also use it in an out of browser way (with elevated trust). 
</p>
        <p>
 
</p>
        <p>
On the Silverlight side, the new Sharepoint 2010 Client Object Model has been used. 
</p>
        <p>
If you take a look at the code, you'll also note that I've used a Resource Dictionary
&amp; Merged Dictionaries for styles and states and that I'm playing a lot with states
(I like them!). 
</p>
        <p>
Sharepoint queries were optimized by Mathieu Gretry who joined the project!<span style="font-family: Wingdings;"></span></p>
        <p>
 
</p>
        <p>
To download the V 0.1 of the XAP or to access the source code, just go to : <a href="http://spsilverxplorer.codeplex.com/">http://spsilverxplorer.codeplex.com/</a></p>
        <img width="0" height="0" src="http://www.renaldnollet.com/blog/aggbug.ashx?id=4c369f51-ad23-46de-9386-55a23db074d0" />
      </body>
      <title>Sharepoint 2010 SilverXplorer V 0.1</title>
      <guid isPermaLink="false">http://www.renaldnollet.com/blog/PermaLink,guid,4c369f51-ad23-46de-9386-55a23db074d0.aspx</guid>
      <link>http://www.renaldnollet.com/blog/2010/08/08/Sharepoint2010SilverXplorerV01.aspx</link>
      <pubDate>Sun, 08 Aug 2010 10:08:29 GMT</pubDate>
      <description>&lt;p&gt;
Recently I've worked on a small Silverlight application that targets Sharepoint 2010
file operations (copy, move, delete, …). 
&lt;/p&gt;
&lt;p&gt;
Sharepoint 2010 has a lot of great enhancements compare to Sharepoint 2007 but still
lacks of basic file operations facilities (e.g. if you want to copy a file from a
doclib to another doclib, you must give the URL of the destination doclib). 
&lt;/p&gt;
&lt;p&gt;
This V 0.1 of Sharepoint 2010 SilverXplorer currently only offers files &amp;amp; folders
browsing. 
&lt;/p&gt;
&lt;p&gt;
Here is how the application looks like inside of Sharepoint : 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.renaldnollet.com/blog/content/binary/080810_1007_Sharepoint21.png" alt=""&gt; 
&lt;/p&gt;
&lt;p&gt;
Here is how the loading progress looks: 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.renaldnollet.com/blog/content/binary/080810_1007_Sharepoint22.png" alt=""&gt; 
&lt;/p&gt;
&lt;p&gt;
To change the Sharepoint site, click the &lt;img src="http://www.renaldnollet.com/blog/content/binary/080810_1007_Sharepoint23.png" alt=""&gt; button
and choose a new site&amp;nbsp;URL: 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.renaldnollet.com/blog/content/binary/080810_1007_Sharepoint24.png" alt=""&gt; 
&lt;/p&gt;
&lt;p&gt;
To go inside a folder, just click it! 
&lt;/p&gt;
&lt;p&gt;
To go up, click the &lt;img src="http://www.renaldnollet.com/blog/content/binary/080810_1007_Sharepoint25.png" alt=""&gt; button. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
You can also use it in an out of browser way (with elevated trust). 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
On the Silverlight side, the new Sharepoint 2010 Client Object Model has been used. 
&lt;/p&gt;
&lt;p&gt;
If you take a look at the code, you'll also note that I've used a Resource Dictionary
&amp;amp; Merged Dictionaries for styles and states and that I'm playing a lot with states
(I like them!). 
&lt;/p&gt;
&lt;p&gt;
Sharepoint queries were optimized by Mathieu Gretry who joined the project!&lt;span style="font-family: Wingdings;"&gt;&lt;/span&gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
To download the V 0.1 of the XAP or to access the source code, just go to : &lt;a href="http://spsilverxplorer.codeplex.com/"&gt;http://spsilverxplorer.codeplex.com/&lt;/a&gt; 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.renaldnollet.com/blog/aggbug.ashx?id=4c369f51-ad23-46de-9386-55a23db074d0" /&gt;</description>
      <comments>http://www.renaldnollet.com/blog/CommentView,guid,4c369f51-ad23-46de-9386-55a23db074d0.aspx</comments>
      <category>Sharepoint 2010</category>
      <category>Silverlight 4.0</category>
    </item>
    <item>
      <trackback:ping>http://www.renaldnollet.com/blog/Trackback.aspx?guid=e46acf19-d671-49e7-87d9-ac4ab5a2a139</trackback:ping>
      <pingback:server>http://www.renaldnollet.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.renaldnollet.com/blog/PermaLink,guid,e46acf19-d671-49e7-87d9-ac4ab5a2a139.aspx</pingback:target>
      <dc:creator>Rénald Nollet</dc:creator>
      <wfw:comment>http://www.renaldnollet.com/blog/CommentView,guid,e46acf19-d671-49e7-87d9-ac4ab5a2a139.aspx</wfw:comment>
      <wfw:commentRss>http://www.renaldnollet.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=e46acf19-d671-49e7-87d9-ac4ab5a2a139</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you've Firefox 3.6.4 or above installed on your computer and if you use it as your
default browser, you'll probably meet some problems while trying to debug a Silverlight
application in Visual Studio. 
</p>
        <p>
The Mozilla team has changed security settings for plugins. 
</p>
        <p>
I found the solution in the <a href="http://forums.silverlight.net/forums/t/188434.aspx">Silverlight
forum</a> (Thanks to MisterGoodcat!). 
</p>
        <p>
Here is what you to do : 
</p>
        <ul style="margin-left: 43pt;">
          <li>
Type "about:config" into Firefox address bar 
</li>
          <li>
Accept the warning (if applicable) 
</li>
          <li>
Search for the entry "dom.ipc.plugins.enabled.npctrl.dll" 
</li>
          <li>
Change its value from "true" to "false" (by double-clicking it) 
</li>
          <li>
Restart the browser</li>
        </ul>
        <img width="0" height="0" src="http://www.renaldnollet.com/blog/aggbug.ashx?id=e46acf19-d671-49e7-87d9-ac4ab5a2a139" />
      </body>
      <title>Silverlight debugging with Firefox 3.6.4 or above</title>
      <guid isPermaLink="false">http://www.renaldnollet.com/blog/PermaLink,guid,e46acf19-d671-49e7-87d9-ac4ab5a2a139.aspx</guid>
      <link>http://www.renaldnollet.com/blog/2010/07/06/SilverlightDebuggingWithFirefox364OrAbove.aspx</link>
      <pubDate>Tue, 06 Jul 2010 10:24:16 GMT</pubDate>
      <description>&lt;p&gt;
If you've Firefox 3.6.4 or above installed on your computer and if you use it as your
default browser, you'll probably meet some problems while trying to debug a Silverlight
application in Visual Studio. 
&lt;/p&gt;
&lt;p&gt;
The Mozilla team has changed security settings for plugins. 
&lt;/p&gt;
&lt;p&gt;
I found the solution in the &lt;a href="http://forums.silverlight.net/forums/t/188434.aspx"&gt;Silverlight
forum&lt;/a&gt; (Thanks to MisterGoodcat!). 
&lt;/p&gt;
&lt;p&gt;
Here is what you to do : 
&lt;/p&gt;
&lt;ul style="margin-left: 43pt;"&gt;
&lt;li&gt;
Type "about:config" into Firefox address bar 
&lt;/li&gt;
&lt;li&gt;
Accept the warning (if applicable) 
&lt;/li&gt;
&lt;li&gt;
Search for the entry "dom.ipc.plugins.enabled.npctrl.dll" 
&lt;/li&gt;
&lt;li&gt;
Change its value from "true" to "false" (by double-clicking it) 
&lt;/li&gt;
&lt;li&gt;
Restart the browser&lt;/li&gt;
&lt;/ul&gt;
&lt;img width="0" height="0" src="http://www.renaldnollet.com/blog/aggbug.ashx?id=e46acf19-d671-49e7-87d9-ac4ab5a2a139" /&gt;</description>
      <comments>http://www.renaldnollet.com/blog/CommentView,guid,e46acf19-d671-49e7-87d9-ac4ab5a2a139.aspx</comments>
      <category>Debugging</category>
      <category>Silverlight 4.0</category>
      <category>Visual Studio 2010</category>
    </item>
    <item>
      <trackback:ping>http://www.renaldnollet.com/blog/Trackback.aspx?guid=8d31bf36-5e7e-49a4-a3ab-dd70b721bd7f</trackback:ping>
      <pingback:server>http://www.renaldnollet.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.renaldnollet.com/blog/PermaLink,guid,8d31bf36-5e7e-49a4-a3ab-dd70b721bd7f.aspx</pingback:target>
      <dc:creator>Rénald Nollet</dc:creator>
      <wfw:comment>http://www.renaldnollet.com/blog/CommentView,guid,8d31bf36-5e7e-49a4-a3ab-dd70b721bd7f.aspx</wfw:comment>
      <wfw:commentRss>http://www.renaldnollet.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=8d31bf36-5e7e-49a4-a3ab-dd70b721bd7f</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Imagine this scenario : 
</p>
        <ul>
          <li>
You've built a Silverlight application with the out-of-browser feature. 
</li>
          <li>
This application is installed on multiple computers. 
</li>
          <li>
You may work with your Silverlight app without being connected. 
</li>
          <li>
You want to avoid complex sync programming and you don't want to use server-side data
service(s). 
</li>
        </ul>
        <p>
In this scenario, you need to work with a local repository to persist your data. Keep
it simple and let's consider an XML file to serialize your data (for more complex
scenario, this <a href="http://infosysblogs.com/microsoft/2008/08/silverlight_offline_database_s.html">article</a> may
be a source of inspiration). 
</p>
        <p>
But… Implementing a data sync pattern may lead to headache. 
</p>
        <p>
How to avoid writing a server sync service, a (proprietary?) client agent (with a
nice data changes detection), and how to remain the less system-dependant as possible? 
</p>
        <p>
Others have done it for you with Dropbox! 
</p>
        <p>
Simply said, Dropbox "is software that syncs your files online and across your computers<em>". </em></p>
        <p>
Dropbox is stable, secure and very seamless. It works on Windows, Mac and Linux. 
</p>
        <p>
For more information about it and if you want to register, go <a href="https://www.dropbox.com/referrals/NTU2MTEwMzg5">here</a> (and,
at your turn, invite your friends to earn more space). 
</p>
        <p>
So, come back to our Silverlight OOB application. Here is then my architecture suggestion: 
</p>
        <p>
          <img src="http://www.renaldnollet.com/blog/content/binary/040610_1958_SyncyourSil1.jpg" alt="" />
        </p>
        <p>
You can try it with this application : <a href="http://www.renaldnollet.com/samples/dropboxsloob/DropboxSLOOBTestPage.aspx">DropboxSLOOB</a></p>
        <p>
To use it : 
</p>
        <ul>
          <li>
            <div>Install the application on your computer (out-of-browser with elevated privileges)
clicking the button 
</div>
            <p>
              <img src="http://www.renaldnollet.com/blog/content/binary/040610_1958_SyncyourSil2.png" alt="" />
            </p>
          </li>
          <li>
Your Dropbox folder <strong>MUST</strong> be installed in your "My Documents" folder. 
</li>
          <li>
            <div>Create a small XML file in your Dropbox folder, copy this : 
</div>
            <p>
              <span style="font-family: Consolas; font-size: 9pt;">
                <span style="color: blue;">&lt;?</span>
                <span style="color: rgb(163, 21, 21);">xml</span>
                <span style="color: blue;">
                </span>
                <span style="color: red;">version</span>
                <span style="color: blue;">=</span>"<span style="color: blue;">1.0</span>"<span style="color: blue;"></span><span style="color: red;">encoding</span><span style="color: blue;">=</span>"<span style="color: blue;">utf-8</span>"<span style="color: blue;">?&gt;</span></span>
            </p>
            <p>
              <span style="font-family: Consolas; font-size: 9pt;">
                <span style="color: blue;">&lt;</span>
                <span style="color: rgb(163, 21, 21);">Items</span>
                <span style="color: blue;">&gt;</span>
              </span>
            </p>
            <p>
              <span style="font-family: Consolas; font-size: 9pt;">
                <span style="color: blue;"> &lt;</span>
                <span style="color: rgb(163, 21, 21);">Item</span>
                <span style="color: blue;">
                </span>
                <span style="color: red;">data</span>
                <span style="color: blue;">=</span>"<span style="color: blue;">This
is an item data</span>"<span style="color: blue;"> /&gt;</span></span>
            </p>
            <p>
              <span style="font-family: Consolas; font-size: 9pt;">
                <span style="color: blue;"> &lt;</span>
                <span style="color: rgb(163, 21, 21);">Item</span>
                <span style="color: blue;">
                </span>
                <span style="color: red;">data</span>
                <span style="color: blue;">=</span>"<span style="color: blue;">This
is another item data</span>"<span style="color: blue;"> /&gt;</span></span>
            </p>
            <p>
              <span style="font-family: Consolas; font-size: 9pt;">
                <span style="color: blue;"> &lt;</span>
                <span style="color: rgb(163, 21, 21);">Item</span>
                <span style="color: blue;">
                </span>
                <span style="color: red;">data</span>
                <span style="color: blue;">=</span>"<span style="color: blue;">efefe</span>"<span style="color: blue;"> /&gt;</span></span>
            </p>
            <p>
              <span style="font-family: Consolas; font-size: 9pt;">
                <span style="color: blue;">&lt;/</span>
                <span style="color: rgb(163, 21, 21);">Items</span>
                <span style="color: blue;">&gt; </span>
              </span>
            </p>
          </li>
        </ul>
        <p>
          <br />
        </p>
        <p>
Now you can get your items and create new ones. And if you try to use another computer
with the same application, you'll see that your data is synced! <span style="font-family: Wingdings;"></span></p>
        <p>
To download this test application and the test XML file (it's inside the Visual Studio
project), go <a href="http://cid-a41cdd0007ab3b26.skydrive.live.com/self.aspx/Samples/DropboxSLOOB.zip">here</a>. 
<br /></p>
        <p>
This application is made under VS 2010 RC with SL 4.0 RC.<br /></p>
        <img width="0" height="0" src="http://www.renaldnollet.com/blog/aggbug.ashx?id=8d31bf36-5e7e-49a4-a3ab-dd70b721bd7f" />
      </body>
      <title>Sync your Silverlight out-of-browser application data without service but with Dropbox</title>
      <guid isPermaLink="false">http://www.renaldnollet.com/blog/PermaLink,guid,8d31bf36-5e7e-49a4-a3ab-dd70b721bd7f.aspx</guid>
      <link>http://www.renaldnollet.com/blog/2010/04/11/SyncYourSilverlightOutofbrowserApplicationDataWithoutServiceButWithDropbox.aspx</link>
      <pubDate>Sun, 11 Apr 2010 20:36:48 GMT</pubDate>
      <description>&lt;p&gt;
Imagine this scenario : 
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
You've built a Silverlight application with the out-of-browser feature. 
&lt;/li&gt;
&lt;li&gt;
This application is installed on multiple computers. 
&lt;/li&gt;
&lt;li&gt;
You may work with your Silverlight app without being connected. 
&lt;/li&gt;
&lt;li&gt;
You want to avoid complex sync programming and you don't want to use server-side data
service(s). 
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
In this scenario, you need to work with a local repository to persist your data. Keep
it simple and let's consider an XML file to serialize your data (for more complex
scenario, this &lt;a href="http://infosysblogs.com/microsoft/2008/08/silverlight_offline_database_s.html"&gt;article&lt;/a&gt; may
be a source of inspiration). 
&lt;/p&gt;
&lt;p&gt;
But… Implementing a data sync pattern may lead to headache. 
&lt;/p&gt;
&lt;p&gt;
How to avoid writing a server sync service, a (proprietary?) client agent (with a
nice data changes detection), and how to remain the less system-dependant as possible? 
&lt;/p&gt;
&lt;p&gt;
Others have done it for you with Dropbox! 
&lt;/p&gt;
&lt;p&gt;
Simply said, Dropbox "is software that syncs your files online and across your computers&lt;em&gt;". &lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
Dropbox is stable, secure and very seamless. It works on Windows, Mac and Linux. 
&lt;/p&gt;
&lt;p&gt;
For more information about it and if you want to register, go &lt;a href="https://www.dropbox.com/referrals/NTU2MTEwMzg5"&gt;here&lt;/a&gt; (and,
at your turn, invite your friends to earn more space). 
&lt;/p&gt;
&lt;p&gt;
So, come back to our Silverlight OOB application. Here is then my architecture suggestion: 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.renaldnollet.com/blog/content/binary/040610_1958_SyncyourSil1.jpg" alt=""&gt; 
&lt;/p&gt;
&lt;p&gt;
You can try it with this application : &lt;a href="http://www.renaldnollet.com/samples/dropboxsloob/DropboxSLOOBTestPage.aspx"&gt;DropboxSLOOB&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
To use it : 
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;Install the application on your computer (out-of-browser with elevated privileges)
clicking the button 
&lt;/div&gt;
&lt;p&gt;
&lt;img src="http://www.renaldnollet.com/blog/content/binary/040610_1958_SyncyourSil2.png" alt=""&gt; 
&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
Your Dropbox folder &lt;strong&gt;MUST&lt;/strong&gt; be installed in your "My Documents" folder. 
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Create a small XML file in your Dropbox folder, copy this : 
&lt;/div&gt;
&lt;p&gt;
&lt;span style="font-family: Consolas; font-size: 9pt;"&gt;&lt;span style="color: blue;"&gt;&amp;lt;?&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;xml&lt;/span&gt;&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;version&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;"&lt;span style="color: blue;"&gt;1.0&lt;/span&gt;"&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;encoding&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;"&lt;span style="color: blue;"&gt;utf-8&lt;/span&gt;"&lt;span style="color: blue;"&gt;?&amp;gt;&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="font-family: Consolas; font-size: 9pt;"&gt;&lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;Items&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="font-family: Consolas; font-size: 9pt;"&gt;&lt;span style="color: blue;"&gt; &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;Item&lt;/span&gt;&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;data&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;"&lt;span style="color: blue;"&gt;This
is an item data&lt;/span&gt;"&lt;span style="color: blue;"&gt; /&amp;gt;&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="font-family: Consolas; font-size: 9pt;"&gt;&lt;span style="color: blue;"&gt; &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;Item&lt;/span&gt;&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;data&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;"&lt;span style="color: blue;"&gt;This
is another item data&lt;/span&gt;"&lt;span style="color: blue;"&gt; /&amp;gt;&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="font-family: Consolas; font-size: 9pt;"&gt;&lt;span style="color: blue;"&gt; &amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;Item&lt;/span&gt;&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;data&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;"&lt;span style="color: blue;"&gt;efefe&lt;/span&gt;"&lt;span style="color: blue;"&gt; /&amp;gt;&lt;/span&gt; &lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="font-family: Consolas; font-size: 9pt;"&gt;&lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21);"&gt;Items&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt; &lt;/span&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
Now you can get your items and create new ones. And if you try to use another computer
with the same application, you'll see that your data is synced!&amp;nbsp;&lt;span style="font-family: Wingdings;"&gt;&lt;/span&gt; 
&lt;/p&gt;
&lt;p&gt;
To download this test application and the test XML file (it's inside the Visual Studio
project), go &lt;a href="http://cid-a41cdd0007ab3b26.skydrive.live.com/self.aspx/Samples/DropboxSLOOB.zip"&gt;here&lt;/a&gt;. 
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
This application is made under VS 2010 RC with SL 4.0 RC.&lt;br&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.renaldnollet.com/blog/aggbug.ashx?id=8d31bf36-5e7e-49a4-a3ab-dd70b721bd7f" /&gt;</description>
      <comments>http://www.renaldnollet.com/blog/CommentView,guid,8d31bf36-5e7e-49a4-a3ab-dd70b721bd7f.aspx</comments>
      <category>Sharepoint 2010</category>
      <category>Silverlight 4.0</category>
    </item>
  </channel>
</rss>