<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Diary of a .Net Fan ...</title>
	<atom:link href="http://rabeb.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rabeb.wordpress.com</link>
	<description>Work Hard , Play Hard !!</description>
	<lastBuildDate>Thu, 09 May 2013 19:08:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rabeb.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/2338d516572fc173a49cc3939273ea7c?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Diary of a .Net Fan ...</title>
		<link>http://rabeb.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rabeb.wordpress.com/osd.xml" title="Diary of a .Net Fan ..." />
	<atom:link rel='hub' href='http://rabeb.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Quick Tip: a work around the RadListBox&#8217;s SelectedIndex issue with Telerik Q1 2013</title>
		<link>http://rabeb.wordpress.com/2013/03/15/quick-tip-a-work-around-the-radlistboxs-selectedindex-issue-with-telerik-q1-2013/</link>
		<comments>http://rabeb.wordpress.com/2013/03/15/quick-tip-a-work-around-the-radlistboxs-selectedindex-issue-with-telerik-q1-2013/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 23:28:29 +0000</pubDate>
		<dc:creator>rabeb</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Telerik]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">https://rabeb.wordpress.com/?p=426</guid>
		<description><![CDATA[If you are working with Telerik RadListBox for Silverlight or WPF and if you upgraded your Telerik version to the Q1 2013 , you probably noticed that there is something wrong with it. Basically the problem is when SelectedIndex is changed , the SelectedItem property is not updated and vice versa. A classic scenario is [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=426&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:none;margin:0;padding:4px 0;"></div>
<p>If you are working with Telerik RadListBox for Silverlight or WPF and if you upgraded your Telerik version to the Q1 2013 , you probably noticed that there is something wrong with it.</p>
<p>Basically the problem is when SelectedIndex is changed , the SelectedItem property is not updated and vice versa. </p>
<p>A classic scenario is when you try to set a by default selection: </p>
<p align="left"><strong>_myListBox.SelectedIndex = 0;</strong></p>
<p align="left"><strong>If(_myListBox.SelectedItem != null)</strong></p>
<p align="left"><strong>&nbsp;&nbsp; {</strong></p>
<p align="left"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //Do something</strong></p>
<p align="left"><strong>&nbsp;&nbsp; }</strong></p>
<p>This is not working anymore with Telerik Q1 2013 because SElectedItem is not updated. </p>
<p>What you can do is instead of&nbsp; _myListBox.SelectedIndex = 0; </p>
<p>put&nbsp; <strong> _myListBox.SetValue(RadListBox.SelectedItemProperty, _myListBox.Items[0]);</strong></p>
<p>&nbsp;</p>
<p>Wala <img style="border-style:none;" class="wlEmoticon wlEmoticon-smile" alt="Sourire" src="http://rabeb.files.wordpress.com/2013/03/wlemoticon-smile.png?w=604"></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rabeb.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rabeb.wordpress.com/426/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=426&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rabeb.wordpress.com/2013/03/15/quick-tip-a-work-around-the-radlistboxs-selectedindex-issue-with-telerik-q1-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd8c607b5d29d90e6fb5734fd4d7edf1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rabeb</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2013/03/wlemoticon-smile.png" medium="image">
			<media:title type="html">Sourire</media:title>
		</media:content>
	</item>
		<item>
		<title>Get ready for the Programming in C# exam</title>
		<link>http://rabeb.wordpress.com/2013/02/28/get-ready-for-the-programming-in-c-exam/</link>
		<comments>http://rabeb.wordpress.com/2013/02/28/get-ready-for-the-programming-in-c-exam/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 00:06:27 +0000</pubDate>
		<dc:creator>rabeb</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[exam]]></category>

		<guid isPermaLink="false">https://rabeb.wordpress.com/?p=423</guid>
		<description><![CDATA[Getting certified is always a good new year’s resolution for any developer. My goal for this year is to nail the exam 70-483 : Programming in C#. Since the exam is quite new, the preparation kit&#160; is not out yet, you can pre-order it from Amazon and expect to get it later in April 2013. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=423&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:none;margin:0;padding:4px 0;"></div>
<p>Getting certified is always a good new year’s resolution for any developer. My goal for this year is to nail the exam 70-483 : Programming in C#.</p>
<p>Since the exam is quite new, the preparation kit&nbsp; is not out yet, you can pre-order it from <a href="http://www.amazon.com/Exam-Ref-70-483-Programming-C/dp/0735676828/ref=sr_1_5?ie=UTF8&amp;qid=1352410517&amp;sr=8-5&amp;keywords=70-483">Amazon</a> and expect to get it later in April 2013.</p>
<p>The exam covers C# 5.0 and the .Net Framework 4.5, so the <strong><a href="http://www.amazon.com/dp/1430242337/">Pro C# 5.0 and the .Net 4.5 Framework</a></strong> book could be a very good prep material. </p>
<p>When searching for some study guides, I found this interesting <a href="http://www.jayway.com/2012/08/15/msdn-study-links-for-exam-70-483-programming-in-c/">post</a> by <strong>Andreas Hammar </strong>where you can found MSDN study links that cover most of the exam parts.</p>
<p>And who said Twitter is useless ? Look what I found while writing my post : </p>
<p><a href="http://rabeb.files.wordpress.com/2013/02/tweet.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;padding-top:0;" title="tweet" border="0" alt="tweet" src="http://rabeb.files.wordpress.com/2013/02/tweet_thumb.png?w=467&#038;h=91" width="467" height="91"></a></p>
<p>&nbsp;</p>
<p>The programming in C# Jump Start follows the criteria for the exam 70-483, it is tailored for intermediary to seasoned developers looking to bulk up on C# or for a refresher on core concepts and features.</p>
<p>Hopefully this post will help many others who, just like me, are surfing the Net to find some materials to prepare for the 70-483 exam. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rabeb.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rabeb.wordpress.com/423/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=423&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rabeb.wordpress.com/2013/02/28/get-ready-for-the-programming-in-c-exam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd8c607b5d29d90e6fb5734fd4d7edf1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rabeb</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2013/02/tweet_thumb.png" medium="image">
			<media:title type="html">tweet</media:title>
		</media:content>
	</item>
		<item>
		<title>Tips and Tricks for a better Windows Phone 8 experience~1: Screenshots</title>
		<link>http://rabeb.wordpress.com/2012/11/11/tips-and-tricks-for-a-better-windows-phone-8-experience1-screenshots/</link>
		<comments>http://rabeb.wordpress.com/2012/11/11/tips-and-tricks-for-a-better-windows-phone-8-experience1-screenshots/#comments</comments>
		<pubDate>Sun, 11 Nov 2012 15:28:00 +0000</pubDate>
		<dc:creator>rabeb</dc:creator>
				<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[wp8]]></category>

		<guid isPermaLink="false">https://rabeb.wordpress.com/?p=418</guid>
		<description><![CDATA[As a windows phone user, I was looking forward to get my hands on one of the new windows phone 8 devices. And finally&#160; I did. Hurray! I treated myself with a gorgeous HTC 8X Even though&#160; I am only using my phone since yesterday, I can notice the huge improvements in the new OS [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=418&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>As a windows phone user, I was looking forward to get my hands on one of the new windows phone 8 devices. And finally&nbsp; I did. Hurray! I treated myself with a gorgeous HTC 8X <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Even though&nbsp; I am only using my phone since yesterday, I can notice the huge improvements in the new OS and new devices. </p>
<p>Some of these improvements are really simple but very useful. The kind of things that make you say&nbsp; “ WOW, now I can do this ! “.</p>
<p>With my ex-windows phones, I wasn’t able to take screenshots whenever I wanted to demo something but now, with windows phone 8, you can have your screenshot in a second.</p>
<p>All you have to do is to press the home button and the power button in the same time. </p>
<p><a href="http://rabeb.files.wordpress.com/2012/11/wp_000968.jpg"><img title="WP_000968" style="border-top:0;border-right:0;border-bottom:0;float:none;margin-left:auto;border-left:0;display:block;margin-right:auto;" border="0" alt="WP_000968" src="http://rabeb.files.wordpress.com/2012/11/wp_000968_thumb.jpg?w=184&#038;h=244" width="184" height="244"></a> </p>
<p>As a result, look to this beautiful lock screen I have: </p>
<p><a href="http://rabeb.files.wordpress.com/2012/11/lockscreen.jpg"><img title="lock screen" style="border-top:0;border-right:0;border-bottom:0;float:none;margin-left:auto;border-left:0;display:block;margin-right:auto;" border="0" alt="lock screen" src="http://rabeb.files.wordpress.com/2012/11/lockscreen_thumb.jpg?w=139&#038;h=244" width="139" height="244"></a> </p>
<p>I know, there is nothing complicated in here but think how useful it is <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>It will help me show you more tips and tricks , stay tuned <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rabeb.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rabeb.wordpress.com/418/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=418&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rabeb.wordpress.com/2012/11/11/tips-and-tricks-for-a-better-windows-phone-8-experience1-screenshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd8c607b5d29d90e6fb5734fd4d7edf1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rabeb</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/11/wp_000968_thumb.jpg" medium="image">
			<media:title type="html">WP_000968</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/11/lockscreen_thumb.jpg" medium="image">
			<media:title type="html">lock screen</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 8 Activation Error : The filename, directory name or volume label syntax is incorrect</title>
		<link>http://rabeb.wordpress.com/2012/08/30/windows-8-activation-error-the-filename-directory-name-or-volume-label-syntax-is-incorrect/</link>
		<comments>http://rabeb.wordpress.com/2012/08/30/windows-8-activation-error-the-filename-directory-name-or-volume-label-syntax-is-incorrect/#comments</comments>
		<pubDate>Thu, 30 Aug 2012 19:10:50 +0000</pubDate>
		<dc:creator>rabeb</dc:creator>
				<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Activation]]></category>

		<guid isPermaLink="false">http://rabeb.wordpress.com/?p=398</guid>
		<description><![CDATA[When trying to activate my Windows 8 , I received this error screen : First thing to do was to ask Google for help And I found that the problem is documented in this Microsoft Support Article. To resolve the problem, follow these instructions : Open the  command prompt and run it as an administrator. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=398&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>When trying to activate my Windows 8 , I received this error screen :</p>
<p><a href="http://rabeb.files.wordpress.com/2012/08/activation-error.png"><img class="aligncenter size-full wp-image-399" title="activation error" src="http://rabeb.files.wordpress.com/2012/08/activation-error.png?w=604&#038;h=334" alt="" width="604" height="334" /></a></p>
<p>First thing to do was to ask Google for help <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>And I found that the problem is documented in <a href="http://support.microsoft.com/kb/929826" target="_blank">this Microsoft Support Article</a>.</p>
<p>To resolve the problem, follow these instructions :</p>
<ol>
<li>Open the  command prompt and run it as an administrator.</li>
<li>Type the following command: slmgr.vbs /ipk  XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ( 5*5 X is your product Key)</li>
</ol>
<p><a href="http://rabeb.files.wordpress.com/2012/08/command.png"><img class="aligncenter size-full wp-image-400" title="command" src="http://rabeb.files.wordpress.com/2012/08/command.png?w=604&#038;h=170" alt="" width="604" height="170" /></a></p>
<p>3. You should see this pop up window within a few seconds :</p>
<p>&nbsp;</p>
<p><a href="http://rabeb.files.wordpress.com/2012/08/installation-succeed3.png"><img class="aligncenter size-full wp-image-411" title="installation succeed" src="http://rabeb.files.wordpress.com/2012/08/installation-succeed3.png?w=604" alt=""   /></a></p>
<p>Now if you go back to the Control Panel and try to activate</p>
<p><a href="http://rabeb.files.wordpress.com/2012/08/activate2.png"><img class="aligncenter size-full wp-image-408" title="activate" src="http://rabeb.files.wordpress.com/2012/08/activate2.png?w=604&#038;h=90" alt="" width="604" height="90" /></a></p>
<p>You will receive this message</p>
<p><a href="http://rabeb.files.wordpress.com/2012/08/done.png"><img class="aligncenter size-full wp-image-409" title="done" src="http://rabeb.files.wordpress.com/2012/08/done.png?w=604&#038;h=421" alt="" width="604" height="421" /></a></p>
<p>Now enjoy your Windows 8 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rabeb.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rabeb.wordpress.com/398/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=398&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rabeb.wordpress.com/2012/08/30/windows-8-activation-error-the-filename-directory-name-or-volume-label-syntax-is-incorrect/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd8c607b5d29d90e6fb5734fd4d7edf1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rabeb</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/08/activation-error.png" medium="image">
			<media:title type="html">activation error</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/08/command.png" medium="image">
			<media:title type="html">command</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/08/installation-succeed3.png" medium="image">
			<media:title type="html">installation succeed</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/08/activate2.png" medium="image">
			<media:title type="html">activate</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/08/done.png" medium="image">
			<media:title type="html">done</media:title>
		</media:content>
	</item>
		<item>
		<title>The Windows Phone 7.8 Update</title>
		<link>http://rabeb.wordpress.com/2012/06/20/the-windows-phone-7-8-update/</link>
		<comments>http://rabeb.wordpress.com/2012/06/20/the-windows-phone-7-8-update/#comments</comments>
		<pubDate>Wed, 20 Jun 2012 19:52:14 +0000</pubDate>
		<dc:creator>rabeb</dc:creator>
				<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Windows phone]]></category>

		<guid isPermaLink="false">https://rabeb.wordpress.com/?p=394</guid>
		<description><![CDATA[The Windows phone summit just ended a few hours ago. As expected the summit was dedicated to present Microsoft’s new Windows Phone OS : the Windows Phone 8. Like many of you out there, I was so excited about the summit and I wanted to know about the new features in Windows Phone8 , but  [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=394&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:none;margin:0;padding:4px 0;"></div>
<p><a href="http://rabeb.files.wordpress.com/2012/06/windows-phone-7-8-start-screen.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0;border:0;" title="windows-phone-7.8-start-screen" src="http://rabeb.files.wordpress.com/2012/06/windows-phone-7-8-start-screen_thumb.jpg?w=450&#038;h=268" alt="windows-phone-7.8-start-screen" width="450" height="268" border="0" /></a></p>
<p>The Windows phone summit just ended a few hours ago. As expected the summit was dedicated to present Microsoft’s new Windows Phone OS : the Windows Phone 8.</p>
<p>Like many of you out there, I was so excited about the summit and I wanted to know about the new features in Windows Phone8 , but  I also wanted to know if the current windows phone devices would be upgraded to WP8 ? The answer is no .</p>
<p>Greg Sullivan explained that the reason behind this decision is the <strong>HARDWARE </strong>.He said:  “ the nature of the investment [in Windows Phone 8] is primarily in areas that are not exploitable by existing hardware.&#8221;</p>
<p>But the current devices will get another update , it is the Windows Phone 7.8.</p>
<p>Basically, Windows Phone 7.8 is a Windows Phone 8 without the hardware part. It will have  the new start screen with the customizable tiles. Tiles will have three sizes just like in Windows Phone 8 . It is up to the user to choose the size that suits him best. Tiles will also have new colors.</p>
<p>Although it is very realistic that the current devices will not be upgraded to Windows Phone 8 because of the hardware’s big changes , users ( at least those on my Twitter Timeline ) aren’t very happy with  the  fact that they will have to get new devices if they want to have the Windows Phone 8 ,  especially those who have Nokia Lumia 900 phones.</p>
<p>Cheer up Windows Phone users , you will have nearly the same experience as the Windows Phone 8 <img class="wlEmoticon wlEmoticon-winkingsmile" style="border-style:none;" src="http://rabeb.files.wordpress.com/2012/06/wlemoticon-winkingsmile.png?w=604" alt="Clignement d'œil" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rabeb.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rabeb.wordpress.com/394/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=394&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rabeb.wordpress.com/2012/06/20/the-windows-phone-7-8-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd8c607b5d29d90e6fb5734fd4d7edf1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rabeb</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/06/windows-phone-7-8-start-screen_thumb.jpg" medium="image">
			<media:title type="html">windows-phone-7.8-start-screen</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/06/wlemoticon-winkingsmile.png" medium="image">
			<media:title type="html">Clignement d&#039;œil</media:title>
		</media:content>
	</item>
		<item>
		<title>Reviewing UCertify preparation kit for the 70-515 .Net 4.0 Exam : The Review</title>
		<link>http://rabeb.wordpress.com/2012/04/22/reviewing-ucertify-preparation-kit-for-the-70-515-net-4-0-exam-the-review/</link>
		<comments>http://rabeb.wordpress.com/2012/04/22/reviewing-ucertify-preparation-kit-for-the-70-515-net-4-0-exam-the-review/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 13:29:56 +0000</pubDate>
		<dc:creator>rabeb</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Certifications]]></category>

		<guid isPermaLink="false">https://rabeb.wordpress.com/?p=386</guid>
		<description><![CDATA[As mentioned in a previous post , I am reviewing UCertify prep Kit for the 70-515 .Net 4.0 Exam. Sorry it took me so long to get you my final report probably because I am a lazy blogger ( shame!) . Hopefully my review will help you preparing your exam. Learn &#38; Practice You can [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=386&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:none;margin:0;padding:4px 0;"></div>
<p>As mentioned in a <a href="http://rabeb.wordpress.com/2012/03/21/reviewing-ucertify-preparation-kit-for-the-70-515-net-4-0-exam-introductory-review/">previous post</a> , I am reviewing UCertify prep Kit for the 70-515 .Net 4.0 Exam.</p>
<p>Sorry it took me so long to get you my final report probably because I am a lazy blogger ( shame!) .</p>
<p>Hopefully my review will help you preparing your exam.</p>
<h2></h2>
<h2>Learn &amp; Practice</h2>
<p><a href="http://rabeb.files.wordpress.com/2012/04/learn-practice.png"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0;border-width:0;" title="learn &amp; practice" src="http://rabeb.files.wordpress.com/2012/04/learn-practice_thumb.png?w=322&#038;h=312" alt="learn &amp; practice" width="322" height="312" border="0" /></a></p>
<p>You can notice that this section contains a group of tests that will help you before talking the real exam.</p>
<ul>
<li>Diagnostic test : This test aims to identify one condidate’s weaknessso he can focus his preparations accordingly. ~15 questions</li>
<li>Practice test A : This test closely simulates the actual exam. ~55 questions</li>
<li>Practice test B : This is the second predefined test simulating the actual exam. ~55 questions</li>
<li>Practice test C : This is the third predefined test simulating the actual exam. ~55 questions</li>
<li>Final test : This test aims to evaluate if the condidate is ready for the real exam. ~55 questions</li>
<li>Interactive quiz : It contains six quizzes designed to test key concepts required to pass the actual exam. ~149 questions</li>
<li>Adaptive test : Test questions depend on your level , if you answer correctly one question, the next one will have a higher level and vice-versa. ~25 questions</li>
<li>Create a custom test : you can create your own test.</li>
</ul>
<p><a href="http://rabeb.files.wordpress.com/2012/04/create-test.png"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0;border-width:0;" title="create test" src="http://rabeb.files.wordpress.com/2012/04/create-test_thumb.png?w=371&#038;h=248" alt="create test" width="371" height="248" border="0" /></a></p>
<ul>
<li>Create a fixed time test : You can create a test based on the amout of time you have.</li>
</ul>
<p>For every test, there is a menu to help the condidate moving throw the different questions(prior, next, last, first) . He can add notes or feedback.</p>
<p><a href="http://rabeb.files.wordpress.com/2012/04/menu.png"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0;border-width:0;" title="menu" src="http://rabeb.files.wordpress.com/2012/04/menu_thumb.png?w=431&#038;h=33" alt="menu" width="431" height="33" border="0" /></a></p>
<h2>Study Helper</h2>
<p><a href="http://rabeb.files.wordpress.com/2012/04/study-helper.png"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0;border-width:0;" title="study helper" src="http://rabeb.files.wordpress.com/2012/04/study-helper_thumb.png?w=369&#038;h=248" alt="study helper" width="369" height="248" border="0" /></a></p>
<p>This section contains study notes and some quizzes for six chapters:</p>
<ul>
<li>Developing Web Forms Pages.</li>
<li>DEveloping and Using Web Forms Controls.</li>
<li>Implementing Client-Side Scripting ans Ajax.</li>
<li>Configuring and Extending a Web Application</li>
<li>Displaying and Manipulating Data.</li>
<li>Developing a Web Application by Using ASP.NET MVC2 .</li>
</ul>
<h2>Study Material</h2>
<p><a href="http://rabeb.files.wordpress.com/2012/04/study-material.png"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0;border-width:0;" title="study material" src="http://rabeb.files.wordpress.com/2012/04/study-material_thumb.png?w=386&#038;h=382" alt="study material" width="386" height="382" border="0" /></a></p>
<p>As indicated by the title, this section contains all the study materials you need : articles, tips, notes etc.</p>
<h2>Track Your Progress</h2>
<p><a href="http://rabeb.files.wordpress.com/2012/04/track-your-progress.png"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0;border-width:0;" title="track your progress" src="http://rabeb.files.wordpress.com/2012/04/track-your-progress_thumb.png?w=391&#038;h=153" alt="track your progress" width="391" height="153" border="0" /></a></p>
<p>This section gives the condidate an overview of his progress and readiness for the exam.</p>
<ul>
<li>Test history : shows the tests taken and the performance in each one of them.</li>
</ul>
<p><a href="http://rabeb.files.wordpress.com/2012/04/test-history.png"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0;border-width:0;" title="test history" src="http://rabeb.files.wordpress.com/2012/04/test-history_thumb.png?w=385&#038;h=146" alt="test history" width="385" height="146" border="0" /></a></p>
<ul>
<li>Test readiness report : indicates the performance in each test.</li>
</ul>
<p><a href="http://rabeb.files.wordpress.com/2012/04/test-report.png"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0;border-width:0;" title="test report" src="http://rabeb.files.wordpress.com/2012/04/test-report_thumb.png?w=391&#038;h=128" alt="test report" width="391" height="128" border="0" /></a></p>
<ul>
<li>Objective readiness report : indicates the performance in each chapter.</li>
</ul>
<p><a href="http://rabeb.files.wordpress.com/2012/04/objective.png"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0;border-width:0;" title="objective" src="http://rabeb.files.wordpress.com/2012/04/objective_thumb.png?w=389&#038;h=153" alt="objective" width="389" height="153" border="0" /></a></p>
<p>As you can see , I am not ready for the exam , I should study more <img class="wlEmoticon wlEmoticon-smilewithtongueout" src="http://rabeb.files.wordpress.com/2012/04/wlemoticon-smilewithtongueout.png?w=604" alt="Tire la langue" /></p>
<p>The preparation kit is easy to use, helps you study and focus on your weakness before taking the vendor exam.</p>
<p>I would definitly advise you to use it , if you are thinking of taking the 70-515 exam.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rabeb.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rabeb.wordpress.com/386/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=386&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rabeb.wordpress.com/2012/04/22/reviewing-ucertify-preparation-kit-for-the-70-515-net-4-0-exam-the-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd8c607b5d29d90e6fb5734fd4d7edf1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rabeb</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/04/learn-practice_thumb.png" medium="image">
			<media:title type="html">learn &#38; practice</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/04/create-test_thumb.png" medium="image">
			<media:title type="html">create test</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/04/menu_thumb.png" medium="image">
			<media:title type="html">menu</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/04/study-helper_thumb.png" medium="image">
			<media:title type="html">study helper</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/04/study-material_thumb.png" medium="image">
			<media:title type="html">study material</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/04/track-your-progress_thumb.png" medium="image">
			<media:title type="html">track your progress</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/04/test-history_thumb.png" medium="image">
			<media:title type="html">test history</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/04/test-report_thumb.png" medium="image">
			<media:title type="html">test report</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/04/objective_thumb.png" medium="image">
			<media:title type="html">objective</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/04/wlemoticon-smilewithtongueout.png" medium="image">
			<media:title type="html">Tire la langue</media:title>
		</media:content>
	</item>
		<item>
		<title>Reviewing UCertify preparation kit for the 70-515 .Net 4.0 Exam : Introductory Review</title>
		<link>http://rabeb.wordpress.com/2012/03/21/reviewing-ucertify-preparation-kit-for-the-70-515-net-4-0-exam-introductory-review/</link>
		<comments>http://rabeb.wordpress.com/2012/03/21/reviewing-ucertify-preparation-kit-for-the-70-515-net-4-0-exam-introductory-review/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 20:21:48 +0000</pubDate>
		<dc:creator>rabeb</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">https://rabeb.wordpress.com/?p=361</guid>
		<description><![CDATA[I received an Email from UCertify asking me to review the preparation kit for some exams. That made me very happy and of course I accepted to do it with great pleasure. I choosed to review the Microsoft exams ( Surprise ! Surprise ! ) and will be starting with the 70-515 exam. Before publishing [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=361&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:none;margin:0;padding:4px 0;">I received an Email from UCertify asking me to review the preparation kit for some exams. That made me very happy and of course I accepted to do it with great pleasure.</div>
<p>I choosed to review the Microsoft exams ( Surprise ! Surprise ! ) and will be starting with the 70-515 exam.</p>
<p>Before publishing my review about the prepKit , I wanted to introduce both the exam and UCertify.</p>
<h1>UCertify :</h1>
<p><a href="http://www.ucertify.com/">UCertify</a> is a leading provider of test preparation software for IT certification exams. It creates top quality test preparation software for over hundreds of IT certificationexams from all major vendors including Microsoft,  IBM, Oracle,  CompTIA,  Cisco, Adobe.</p>
<p>You can find a prepKit for a almost all  the exams :</p>
<p><a href="http://rabeb.files.wordpress.com/2012/03/ucertify-ms-exams.png"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0;border:0;" title="UCertify MS exams" src="http://rabeb.files.wordpress.com/2012/03/ucertify-ms-exams_thumb.png?w=583&#038;h=291" alt="UCertify MS exams" width="583" height="291" border="0" /></a></p>
<p>The preparation kits contain trainings, tips  study notes etc.</p>
<p>You can get a free trial  before buying the kit :</p>
<p><a href="http://rabeb.files.wordpress.com/2012/03/demo.png"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0;border:0;" title="demo" src="http://rabeb.files.wordpress.com/2012/03/demo_thumb.png?w=311&#038;h=283" alt="demo" width="311" height="283" border="0" /></a></p>
<h1>Microsoft 70-515:</h1>
<h2><span style="font-size:large;">TS: Web Applications Development with Microsoft .NET Framework 4</span></h2>
<p>“ This exam is designed to test the candidate&#8217;s knowledge and skills for developing Web applications using ASP.NET and the .NET Framework 4.”</p>
<p>It is for professional Web developers who are familiar and experienced in ASP.NET, LINQ , ADO.NET , WCF etc and who are using Visual Studio and .Net Framework 4.0.</p>
<p>When passing the 70-515 exam you become a Microsoft Certified Technology Specialist ( MCTS) : .Net Framework 4, Web Applications.</p>
<h1>The PrepKit :</h1>
<p><a href="http://rabeb.files.wordpress.com/2012/03/prepkit.png"><img style="background-image:none;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0;border:0;" title="prepkit" src="http://rabeb.files.wordpress.com/2012/03/prepkit_thumb.png?w=425&#038;h=271" alt="prepkit" width="425" height="271" border="0" /></a></p>
<p>This is a first look to the PrepKit , I’ll be reviewing.</p>
<p>Stay tuned for the review in my next post and meanwhile download the free trial and try it <img class="wlEmoticon wlEmoticon-smile" style="border-style:none;" src="http://rabeb.files.wordpress.com/2012/03/wlemoticon-smile.png?w=604" alt="Sourire" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rabeb.wordpress.com/361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rabeb.wordpress.com/361/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=361&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rabeb.wordpress.com/2012/03/21/reviewing-ucertify-preparation-kit-for-the-70-515-net-4-0-exam-introductory-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd8c607b5d29d90e6fb5734fd4d7edf1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rabeb</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/03/ucertify-ms-exams_thumb.png" medium="image">
			<media:title type="html">UCertify MS exams</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/03/demo_thumb.png" medium="image">
			<media:title type="html">demo</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/03/prepkit_thumb.png" medium="image">
			<media:title type="html">prepkit</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/03/wlemoticon-smile.png" medium="image">
			<media:title type="html">Sourire</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Live SDK for Windows Phone: Calendaring #1</title>
		<link>http://rabeb.wordpress.com/2012/02/18/windows-live-sdk-for-windows-phone-calendaring-1/</link>
		<comments>http://rabeb.wordpress.com/2012/02/18/windows-live-sdk-for-windows-phone-calendaring-1/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 23:07:44 +0000</pubDate>
		<dc:creator>rabeb</dc:creator>
				<category><![CDATA[Mango]]></category>
		<category><![CDATA[Windows Live SDK]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[Windows Live]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">https://rabeb.wordpress.com/?p=342</guid>
		<description><![CDATA[Windows Phone 7.5 codenamed Mango brought with it lots of new features. One of the remarkable features is the “ Calendar &#38; ToDos”. On september 27th, 2011, pocketnow.com published a very detailed post about Mango’s new features. Here is the video previewing what you can do with the calendar: “ Tasks are back!! Not only [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=342&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:none;margin:0;padding:4px 0;">Windows Phone 7.5 codenamed Mango brought with it lots of new features.</div>
<p>One of the remarkable features is the “ Calendar &amp; ToDos”.</p>
<p>On september 27th, 2011, <a href="http://pocketnow.com/windows-phone/windows-phone-75-review">pocketnow.com</a> published a very detailed post about Mango’s new features.</p>
<p>Here is the video previewing what you can do with the calendar:</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='604' height='370' src='http://www.youtube.com/embed/1rtCsIhB-K4?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p><em>“ Tasks are back!! Not only do Exchange tasks now sync with the &#8220;To-Do&#8217;s&#8221; tab with-in the Calendar, but now Windows Live Hotmail To-Do&#8217;s sync there as well. Windows Live&#8217;s To-Do&#8217;s list never used to sync with anything. It seems strange to call them &#8220;Todos&#8221; since Outlook calls them tasks, but whatever… at least you can see, edit, and manage the things you have to do at work and in your personal life. Most other smartphones still don&#8217;t sync Exchange tasks, and it&#8217;s great to see this feature back in Windows Phone… and in full force with Windows Live Hotmail.”</em></p>
<p>However, not everything related to a consumer&#8217;s Live profile is available on the phone natively. So Microsoft released a new Windows Live SDK which allows access to Calendars, Contacts, Documents, and more.</p>
<p>In previous <a href="http://rabeb.wordpress.com/2012/02/02/using-skydrive-in-your-windows-phone-applications-part2/">posts</a>, we discussed how to use Skydrive in Windows Phone applications.</p>
<p>This time , we will see how to use the calendar.</p>
<p>As mentioned in MSDN, “ <em>The <strong>Calendar</strong> object contains info about a user&#8217;s Hotmail calendar. The Live Connect REST API supports creating, reading, updating, and deleting calendars. Use the <strong>wl.calendars</strong> scope to read a user&#8217;s <strong>Calendar</strong> objects. Use the <strong>wl.calendars_update</strong> scope to create <strong>Calendar</strong> objects for a user. Use the <strong>wl.contacts_calendars</strong> scope to read a user&#8217;s friends&#8217; <strong>Calendar</strong> objects</em>.”</p>
<p>So before digging deeper in the code and in the case you did not install the necessary tools, here is what you need:</p>
<ul>
<li><a href="http://create.msdn.com/en-us/home/getting_started">Windows Phone Tools</a></li>
<li><a href="http://msdn.microsoft.com/en-us/live/ff621310">Windows Live SDK</a></li>
</ul>
<p>In the next post, we will learn how to read the calendar.</p>
<p>Stay Tuned <img class="wlEmoticon wlEmoticon-smile" style="border-style:none;" src="http://rabeb.files.wordpress.com/2012/02/wlemoticon-smile1.png?w=604" alt="Sourire" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rabeb.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rabeb.wordpress.com/342/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=342&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rabeb.wordpress.com/2012/02/18/windows-live-sdk-for-windows-phone-calendaring-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd8c607b5d29d90e6fb5734fd4d7edf1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rabeb</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/02/wlemoticon-smile1.png" medium="image">
			<media:title type="html">Sourire</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Skydrive in your Windows Phone applications: part2</title>
		<link>http://rabeb.wordpress.com/2012/02/02/using-skydrive-in-your-windows-phone-applications-part2/</link>
		<comments>http://rabeb.wordpress.com/2012/02/02/using-skydrive-in-your-windows-phone-applications-part2/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 13:11:18 +0000</pubDate>
		<dc:creator>rabeb</dc:creator>
				<category><![CDATA[Mango]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[Skydrive]]></category>
		<category><![CDATA[Windows phone]]></category>

		<guid isPermaLink="false">https://rabeb.wordpress.com/?p=334</guid>
		<description><![CDATA[This is part two on how to use Skydrive in your Windows Phone applications.  Part one was an introduction to how to sign in into Skydrive. In this part, let’s try to read the Skydrive’s folders. I will use the ApplicationBarIconButton to read from my Skydrive then put the result in a very simple list [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=334&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:none;margin:0;padding:4px 0;"></div>
<p>This is part two on how to use Skydrive in your Windows Phone applications.  <a href="http://rabeb.wordpress.com/2012/01/07/using-skydrive-in-your-windows-phone-applications-part-1/">Part one</a> was an introduction to how to sign in into Skydrive.</p>
<p>In this part, let’s try to read the Skydrive’s folders.</p>
<p>I will use the ApplicationBarIconButton to read from my Skydrive then put the result in a very simple list in another page.</p>
<p>So first, let’s create a new Windows Phone page , I’ll call it “ content.xaml”.</p>
<p>I’ll change the Application title to “ Skydrive” and the page title to “ Folders”. I will also add a listbox.</p>
<div id="codeSnippetWrapper" style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:97.5%;font-family:'Courier New', courier, monospace;direction:ltr;max-height:200px;font-size:8pt;overflow:auto;cursor:text;border:silver 1px solid;margin:20px 0 10px;padding:4px;">
<div id="codeSnippet" style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum1" style="color:#606060;"> 1:</span></pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum2" style="color:#606060;"> 2:</span>         &lt;!--TitlePanel contains the name of the application and page title--&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum3" style="color:#606060;"> 3:</span>         &lt;StackPanel x:Name=<span style="color:#006080;">"TitlePanel"</span> Grid.Row=<span style="color:#006080;">"0"</span> Margin=<span style="color:#006080;">"12,17,0,28"</span>&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum4" style="color:#606060;"> 4:</span>             &lt;TextBlock x:Name=<span style="color:#006080;">"ApplicationTitle"</span> Text=<span style="color:#006080;">"Skydrive"</span> Style=<span style="color:#006080;">"{StaticResource PhoneTextNormalStyle}"</span>/&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum5" style="color:#606060;"> 5:</span>             &lt;TextBlock x:Name=<span style="color:#006080;">"PageTitle"</span> Text=<span style="color:#006080;">"Folders"</span> Margin=<span style="color:#006080;">"9,-7,0,0"</span> Style=<span style="color:#006080;">"{StaticResource PhoneTextTitle1Style}"</span>/&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum6" style="color:#606060;"> 6:</span>         &lt;/StackPanel&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum7" style="color:#606060;"> 7:</span></pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum8" style="color:#606060;"> 8:</span>         &lt;!--ContentPanel - place additional content here--&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum9" style="color:#606060;"> 9:</span>         &lt;Grid x:Name=<span style="color:#006080;">"ContentPanel"</span> Grid.Row=<span style="color:#006080;">"1"</span> Margin=<span style="color:#006080;">"12,0,12,0"</span>&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum10" style="color:#606060;"> 10:</span>             &lt;ListBox Name=<span style="color:#006080;">"list"</span>&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum11" style="color:#606060;"> 11:</span>                 &lt;ListBox.ItemTemplate&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum12" style="color:#606060;"> 12:</span>                     &lt;DataTemplate&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum13" style="color:#606060;"> 13:</span>                         &lt;StackPanel Orientation=<span style="color:#006080;">"Horizontal"</span>&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum14" style="color:#606060;"> 14:</span>                             &lt;TextBlock Name=<span style="color:#006080;">"folder"</span> Text=<span style="color:#006080;">"{Binding Name}"</span>/&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum15" style="color:#606060;"> 15:</span>                         &lt;/StackPanel&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum16" style="color:#606060;"> 16:</span>                     &lt;/DataTemplate&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum17" style="color:#606060;"> 17:</span>                 &lt;/ListBox.ItemTemplate&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum18" style="color:#606060;"> 18:</span></pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum19" style="color:#606060;"> 19:</span>             &lt;/ListBox&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum20" style="color:#606060;"> 20:</span>         &lt;/Grid&gt;</pre>
</div>
</div>
<p>Now we need to fill that listBox.</p>
<p>In the MainPage.xaml, let’s add an ApplicationBarIconButton ( it is already there as a commented code):</p>
<div id="codeSnippetWrapper" style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:97.5%;font-family:'Courier New', courier, monospace;direction:ltr;max-height:200px;font-size:8pt;overflow:auto;cursor:text;border:silver 1px solid;margin:20px 0 10px;padding:4px;">
<div id="codeSnippet" style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum1" style="color:#606060;"> 1:</span> &lt;phone:PhoneApplicationPage.ApplicationBar&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum2" style="color:#606060;"> 2:</span>        &lt;shell:ApplicationBar IsVisible=<span style="color:#006080;">"True"</span> IsMenuEnabled=<span style="color:#006080;">"True"</span>&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum3" style="color:#606060;"> 3:</span>            &lt;shell:ApplicationBarIconButton IconUri=<span style="color:#006080;">"/Images/appbar_button1.png"</span> Text=<span style="color:#006080;">"Read "</span> Click=<span style="color:#006080;">"ApplicationBarIconButton_Click"</span> /&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum4" style="color:#606060;"> 4:</span>        &lt;/shell:ApplicationBar&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum5" style="color:#606060;"> 5:</span>    &lt;/phone:PhoneApplicationPage.ApplicationBar&gt;</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum6" style="color:#606060;"> 6:</span> /phone:PhoneApplicationPage&gt;</pre>
</div>
</div>
<p>When you click on the button , you should be able to get your content from Skydrive if you are signed in and see it on that listbox we put in “content.xaml”</p>
<div id="codeSnippetWrapper" style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:97.5%;font-family:'Courier New', courier, monospace;direction:ltr;max-height:200px;font-size:8pt;overflow:auto;cursor:text;border:silver 1px solid;margin:20px 0 10px;padding:4px;">
<div id="codeSnippet" style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum1" style="color:#606060;"> 1:</span> <span style="color:#0000ff;">private</span> <span style="color:#0000ff;">void</span> ApplicationBarIconButton_Click(<span style="color:#0000ff;">object</span> sender, EventArgs e)</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum2" style="color:#606060;"> 2:</span>        {</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum3" style="color:#606060;"> 3:</span>            <span style="color:#0000ff;">if</span> (session == <span style="color:#0000ff;">null</span>)</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum4" style="color:#606060;"> 4:</span>            {</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum5" style="color:#606060;"> 5:</span>                infoTextBlock.Text = <span style="color:#006080;">"You must sign in first."</span>;</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum6" style="color:#606060;"> 6:</span>            }</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum7" style="color:#606060;"> 7:</span>            <span style="color:#0000ff;">else</span></pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum8" style="color:#606060;"> 8:</span>            {</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum9" style="color:#606060;"> 9:</span>                LiveConnectClient client = <span style="color:#0000ff;">new</span> LiveConnectClient(session);</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum10" style="color:#606060;"> 10:</span>                client.GetCompleted +=</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum11" style="color:#606060;"> 11:</span>                    <span style="color:#0000ff;">new</span> EventHandler&lt;LiveOperationCompletedEventArgs&gt;(getFolderProperties_Completed);</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum12" style="color:#606060;"> 12:</span>                client.GetAsync(<span style="color:#006080;">"/me/skydrive/files"</span>);</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum13" style="color:#606060;"> 13:</span>            }</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum14" style="color:#606060;"> 14:</span></pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum15" style="color:#606060;"> 15:</span>        }</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum16" style="color:#606060;"> 16:</span></pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum17" style="color:#606060;"> 17:</span>        <span style="color:#0000ff;">void</span> getFolderProperties_Completed(<span style="color:#0000ff;">object</span> sender, LiveOperationCompletedEventArgs e)</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum18" style="color:#606060;"> 18:</span>        {</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum19" style="color:#606060;"> 19:</span>            <span style="color:#0000ff;">if</span> (e.Error == <span style="color:#0000ff;">null</span>)</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum20" style="color:#606060;"> 20:</span>            {</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum21" style="color:#606060;"> 21:</span>                List&lt;<span style="color:#0000ff;">object</span>&gt; data = (List&lt;<span style="color:#0000ff;">object</span>&gt;)e.Result[<span style="color:#006080;">"data"</span>];</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum22" style="color:#606060;"> 22:</span>                <span style="color:#0000ff;">foreach</span> (IDictionary&lt;<span style="color:#0000ff;">string</span>, <span style="color:#0000ff;">object</span>&gt; content <span style="color:#0000ff;">in</span> data)</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum23" style="color:#606060;"> 23:</span>                {</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum24" style="color:#606060;"> 24:</span>                    SkyDriveContent skyContent = <span style="color:#0000ff;">new</span> SkyDriveContent();</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum25" style="color:#606060;"> 25:</span>                    skyContent.Name = (<span style="color:#0000ff;">string</span>)content[<span style="color:#006080;">"name"</span>];</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum26" style="color:#606060;"> 26:</span>                    ContentList.Add(skyContent);</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum27" style="color:#606060;"> 27:</span>                }</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum28" style="color:#606060;"> 28:</span>                <span style="color:#0000ff;">this</span>.NavigationService.Navigate(<span style="color:#0000ff;">new</span> Uri(<span style="color:#006080;">"/content.xaml"</span>, UriKind.Relative));</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum29" style="color:#606060;"> 29:</span>            }</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum30" style="color:#606060;"> 30:</span>            <span style="color:#0000ff;">else</span></pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum31" style="color:#606060;"> 31:</span>            {</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum32" style="color:#606060;"> 32:</span>                infoTextBlock.Text = <span style="color:#006080;">"Error calling API: "</span> + e.Error.Message;</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum33" style="color:#606060;"> 33:</span>            }</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum34" style="color:#606060;"> 34:</span></pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum35" style="color:#606060;"> 35:</span>        }</pre>
</div>
</div>
<p>The result is stored in a “ SkydriveContent “ list :</p>
<div id="codeSnippetWrapper" style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:97.5%;font-family:'Courier New', courier, monospace;direction:ltr;max-height:200px;font-size:8pt;overflow:auto;cursor:text;border:silver 1px solid;margin:20px 0 10px;padding:4px;">
<div id="codeSnippet" style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum1" style="color:#606060;"> 1:</span> <span style="color:#0000ff;">public</span> <span style="color:#0000ff;">static</span> List&lt;SkyDriveContent&gt; ContentList = <span style="color:#0000ff;">new</span> List&lt;SkyDriveContent&gt;();</pre>
<p>&nbsp;</p>
</div>
</div>
<div id="codeSnippetWrapper" style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:97.5%;font-family:'Courier New', courier, monospace;direction:ltr;max-height:200px;font-size:8pt;overflow:auto;cursor:text;border:silver 1px solid;margin:20px 0 10px;padding:4px;">
<div id="codeSnippet" style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum1" style="color:#606060;"> 1:</span> <span style="color:#0000ff;">public</span> <span style="color:#0000ff;">class</span> SkyDriveContent</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum2" style="color:#606060;"> 2:</span>    {   <span style="color:#0000ff;">public</span> <span style="color:#0000ff;">string</span> Name { get; set; }</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum3" style="color:#606060;"> 3:</span>        <span style="color:#0000ff;">public</span> <span style="color:#0000ff;">string</span> Description { get; set; }</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum4" style="color:#606060;"> 4:</span>    }</pre>
</div>
</div>
<p>In the Content.xaml.cs , we will tell the listbox to get its items from the ContentList:</p>
<div id="codeSnippetWrapper" style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:97.5%;font-family:'Courier New', courier, monospace;direction:ltr;max-height:200px;font-size:8pt;overflow:auto;cursor:text;border:silver 1px solid;margin:20px 0 10px;padding:4px;">
<div id="codeSnippet" style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum1" style="color:#606060;"> 1:</span> <span style="color:#0000ff;">public</span> content()</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum2" style="color:#606060;"> 2:</span>        {</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum3" style="color:#606060;"> 3:</span>            InitializeComponent();</pre>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum4" style="color:#606060;"> 4:</span>            list.ItemsSource = MainPage.ContentList;</pre>
<pre style="text-align:left;line-height:12pt;background-color:white;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span id="lnum5" style="color:#606060;"> 5:</span>        }</pre>
</div>
</div>
<p>That is all you need to be able to read your Skydrive folders in your Windows Phone application.</p>
<p>There is also an interesting and helpful <a href="http://www.silverlightshow.net/items/SkyDrive-usage-through-Live-SDK-on-Windows-Phone.aspx">post</a> in Silverlight Show by Samidip Basu about the usage of Skydrive with Windows Phone.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rabeb.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rabeb.wordpress.com/334/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=334&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rabeb.wordpress.com/2012/02/02/using-skydrive-in-your-windows-phone-applications-part2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd8c607b5d29d90e6fb5734fd4d7edf1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rabeb</media:title>
		</media:content>
	</item>
		<item>
		<title>Kinect for Windows is available !</title>
		<link>http://rabeb.wordpress.com/2012/02/01/kinect-for-windows-is-available/</link>
		<comments>http://rabeb.wordpress.com/2012/02/01/kinect-for-windows-is-available/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 13:38:00 +0000</pubDate>
		<dc:creator>rabeb</dc:creator>
				<category><![CDATA[Kinect]]></category>
		<category><![CDATA[kinect]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">https://rabeb.wordpress.com/?p=330</guid>
		<description><![CDATA[Oh yeah, as announced by Steve Ballmer at CES, Kinect for Windows SDK is now available for download. The Kinect for Windows SDK will allow developers to create applications supporting gesture and voice recognition on computers running Windows 7 , Windows Embedded Standard 7 and Windows 8 developer preview . You can download the SDK [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=330&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:none;margin:0;padding:4px 0;"></div>
<p><a href="http://rabeb.files.wordpress.com/2012/02/kinect.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="kinect" src="http://rabeb.files.wordpress.com/2012/02/kinect_thumb.png?w=465&#038;h=114" alt="kinect" width="465" height="114" border="0" /></a></p>
<p>Oh yeah, as announced by Steve Ballmer at CES, Kinect for Windows SDK is now available for download.</p>
<p>The Kinect for Windows SDK will allow developers to create applications supporting gesture and voice recognition on computers running <strong>Windows 7</strong> , <strong>Windows Embedded Standard 7</strong> and <strong>Windows 8 developer preview</strong> .</p>
<p>You can download the SDK from <a href="http://www.microsoft.com/en-us/kinectforwindows/develop/overview.aspx">KinectWindows.com</a> where you can find the system requirements and the installation instructions.</p>
<p>More details are available on the <a href="http://blogs.msdn.com/b/kinectforwindows/archive/2012/01/31/kinect-for-windows-is-now-available.aspx">Kinect for Windows Blog</a>.</p>
<p>Mary-Jo Foley has also written a <a href="http://www.zdnet.com/blog/microsoft/whats-new-in-microsofts-kinect-for-windows-final-bits/11783">post</a> about the new features on the Kinect for Windows.</p>
<p>Hurry up ! Install the SDK and happy coding <img class="wlEmoticon wlEmoticon-smile" style="border-style:none;" src="http://rabeb.files.wordpress.com/2012/02/wlemoticon-smile.png?w=604" alt="Sourire" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rabeb.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rabeb.wordpress.com/330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rabeb.wordpress.com&#038;blog=14748558&#038;post=330&#038;subd=rabeb&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rabeb.wordpress.com/2012/02/01/kinect-for-windows-is-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd8c607b5d29d90e6fb5734fd4d7edf1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rabeb</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/02/kinect_thumb.png" medium="image">
			<media:title type="html">kinect</media:title>
		</media:content>

		<media:content url="http://rabeb.files.wordpress.com/2012/02/wlemoticon-smile.png" medium="image">
			<media:title type="html">Sourire</media:title>
		</media:content>
	</item>
	</channel>
</rss>
