<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.developpeur.org/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Kévin Gosse</title><link>http://blogs.developpeur.org/kookiz/default.aspx</link><description>Clair, .NET, et précis</description><dc:language /><generator>CommunityServer 2.1 SP1 (Build: 61019.2)</generator><item><title>[wpdev] Memory leak with BitmapImage</title><link>http://blogs.developpeur.org/kookiz/archive/2013/02/17/wpdev-memory-leak-with-bitmapimage.aspx</link><pubDate>Sun, 17 Feb 2013 14:54:28 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52581</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/52581.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=52581</wfw:commentRss><description>
  
There’s a memory leak that has been bothering me for a while in my Imageboard Browser app. The scenario is simple: a slideshow feature, where a new picture is loaded from an url every few seconds. After a while, the app crashes with an OutOfMemory e...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=52581" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/profiling/default.aspx">profiling</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+8/default.aspx">Windows Phone 8</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Memory/default.aspx">Memory</category></item><item><title>[WP8] Debugging and fixing a bug in Windows Phone sync tool</title><link>http://blogs.developpeur.org/kookiz/archive/2012/12/20/wp8-debugging-and-fixing-a-bug-in-windows-phone-sync-tool.aspx</link><pubDate>Thu, 20 Dec 2012 20:59:56 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52486</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/52486.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=52486</wfw:commentRss><description>
  Since a few days, I had this annoying bug in the application used to sync my Windows Phone with my desktop computer: every time I tried to synchronize podcasts, the application just crashed. After a while, I decided it would be a nice debugging exerci...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=52486" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+8/default.aspx">Windows Phone 8</category></item><item><title>[WP8] Programmatically terminate a Silverlight app</title><link>http://blogs.developpeur.org/kookiz/archive/2012/10/31/wp8-programmatically-terminate-a-silverlight-app.aspx</link><pubDate>Wed, 31 Oct 2012 18:10:58 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52369</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/52369.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=52369</wfw:commentRss><description>
  Exiting programmatically as always been an issue for Silverlight applications on Windows Phone 7. A few workaround existed, from throwing an exception to referencing a XNA assembly and using the ‘Game.Exit()’ method.  Windows Phone 8 brings a new API,...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=52369" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+8/default.aspx">Windows Phone 8</category></item><item><title>[WP8] Programmatically change the lock screen picture</title><link>http://blogs.developpeur.org/kookiz/archive/2012/10/30/wp8-programmatically-change-the-lock-screen-picture.aspx</link><pubDate>Tue, 30 Oct 2012 18:30:58 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52364</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/52364.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=52364</wfw:commentRss><description>
  Windows Phone 8 introduces a new API to allow apps to change the background picture displayed on the lock screen. The displayed picture can be picked from the application’s resources or from the isolated storage.  To use this feature, you need first t...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=52364" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+8/default.aspx">Windows Phone 8</category></item><item><title>[WP7] Dynamically toggle PanoramaItem visibility</title><link>http://blogs.developpeur.org/kookiz/archive/2012/07/01/wp7-dynamically-toggle-panoramaitem-visibility.aspx</link><pubDate>Sun, 01 Jul 2012 14:35:36 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52187</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/52187.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=52187</wfw:commentRss><description>
  A strange issue with the Panorama control, that has been brought to my attention by @lancewmccarthy, and which has also been encountered by some people on StackOverflow.  The original scenario was a bit too complex for a blog post, but we can reproduc...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=52187" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item><item><title>[WP7] IsolatedStorageException when opening a file played by a MediaElement</title><link>http://blogs.developpeur.org/kookiz/archive/2012/05/06/wp7-isolatedstorageexception-when-opening-a-file-played-by-a-mediaelement.aspx</link><pubDate>Sun, 06 May 2012 15:47:23 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52111</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/52111.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=52111</wfw:commentRss><description>
  Today we’ll dig a little into Windows Phone’s base class library, thanks to a question I found on stack overflow.  The problem occurs with this simple code, used to load a music file from the isolated storage, and play it with a MediaElement:         ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=52111" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item><item><title>[WP7] Dynamically change startup page</title><link>http://blogs.developpeur.org/kookiz/archive/2012/02/12/wp7-dynamically-change-startup-page.aspx</link><pubDate>Sun, 12 Feb 2012 17:48:00 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51872</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51872.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51872</wfw:commentRss><description>
  Let’s say that you want to allow the user to customize the startup page of your application. You can easily change the startup page by editing the ‘NavigationPage’ attribute in the manifest file. But the manifest cannot be modified once the applicatio...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51872" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item><item><title>[WP7] Inject a file in a xap using post-build event</title><link>http://blogs.developpeur.org/kookiz/archive/2012/01/12/wp7-inject-a-file-in-a-xap-using-post-build-event.aspx</link><pubDate>Thu, 12 Jan 2012 13:47:09 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51790</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51790.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51790</wfw:commentRss><description>
  Let’s say that your application is dynamically loading resources, and you have to constantly add/remove new resources during the development. In this scenario, it could be a huge-time saver to just tell Visual Studio to take the contents of a folder a...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51790" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/XNA/default.aspx">XNA</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item><item><title>[WP7] Cryptic error message in XAML</title><link>http://blogs.developpeur.org/kookiz/archive/2012/01/09/wp7-cryptic-error-message-in-xaml.aspx</link><pubDate>Mon, 09 Jan 2012 21:12:41 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51785</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51785.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51785</wfw:commentRss><description>
  
    Unexpected NONE in parse rule ElementBody ::= ATTRIBUTE* ( PropertyElement | Content )* . ENDTAG..
    Best. Error message. Ever. Thanks Silverlight.  So, what’s going on?  For the sake of all the devs who’ll come to this page using Google, let...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51785" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item><item><title>[WP7] How to press the mouse on a control, and detect MouseLeftButtonUp on another</title><link>http://blogs.developpeur.org/kookiz/archive/2012/01/08/wp7-how-to-press-the-mouse-on-a-control-and-detect-mouseleftbuttonup-on-another.aspx</link><pubDate>Sun, 08 Jan 2012 10:50:35 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51777</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51777.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51777</wfw:commentRss><description>
  Another issue I found on StackOverflow, which is way more tricky that it seems.  Let’s say we have a Silverlight WP7 application, and we want to add a drag&amp;amp;drop scenario. The user first taps an element, drags his finger to another, and raises his ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51777" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item><item><title>[WP7] ApplicationBar flickering when the phone theme is white</title><link>http://blogs.developpeur.org/kookiz/archive/2012/01/05/wp7-applicationbar-flickering-when-the-phone-theme-is-white.aspx</link><pubDate>Thu, 05 Jan 2012 20:55:28 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51773</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51773.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51773</wfw:commentRss><description>
  It’s an interesting issue I found on StackOverflow. Interesting because I often forget to test my applications using the Windows Phone’s white theme, so this kind of problem usually goes unnoticed until a user reports it.  Create a simple WP7 applicat...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51773" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item><item><title>[C#/WPF] BindingList</title><link>http://blogs.developpeur.org/kookiz/archive/2011/12/19/c-wpf-bindinglist.aspx</link><pubDate>Mon, 19 Dec 2011 19:48:01 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51743</guid><dc:creator>KooKiz</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51743.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51743</wfw:commentRss><description>
  On va s’écarter un peu de WP7 pour un article qui s’inscrit dans la lignée du “Après 8 ans de .NET, j’en découvre encore”.   Au programme, un problème assez frustrant que j’ai pu rencontrer à plusieurs reprise, dans des applications WPF. Commençons pa...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51743" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/WPF/default.aspx">WPF</category></item><item><title>[WP7] Upload a file to Dropbox using ReactiveOAuth.WP7</title><link>http://blogs.developpeur.org/kookiz/archive/2011/11/13/wp7-upload-a-file-to-dropbox-using-reactiveoauth-wp7.aspx</link><pubDate>Sun, 13 Nov 2011 14:14:17 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51651</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51651.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51651</wfw:commentRss><description>
  As I was helping @lancewmccarthy on its last application, I ran across the need to upload a file to Dropbox. While there is already a few libraries for WP7 handling this task, I couldn’t get any of them to work as expected: either they missed the file...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51651" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wp7dev/default.aspx">wp7dev</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item><item><title>[WP7] ScheduledActionService.Replace: Bug or documentation error?</title><link>http://blogs.developpeur.org/kookiz/archive/2011/10/22/wp7-scheduledactionservice-replace-bug-or-documentation-error.aspx</link><pubDate>Sat, 22 Oct 2011 13:21:53 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51572</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51572.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51572</wfw:commentRss><description>
  Let’s consider this simple code:             1: var beginDate = new DateTime(2011, 12, 01);


       2: var endDate = new DateTime(2011, 12, 02);


       3:  


       4: var reminder = new Reminder("Test");


       5: reminder.BeginTime...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51572" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wp7dev/default.aspx">wp7dev</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item><item><title>[WP7] Pensez &#224; g&#233;rer la d&#233;sactivation des background agent !</title><link>http://blogs.developpeur.org/kookiz/archive/2011/10/12/wp7-pensez-g-rer-la-d-sactivation-des-background-agent.aspx</link><pubDate>Wed, 12 Oct 2011 18:12:43 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51543</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51543.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51543</wfw:commentRss><description>
  Une erreur que j’ai pu voir sur quelques applications publiées sur le marketplace. Il est possible pour l’utilisateur de désactiver manuellement un background agent créé par une application, en allant dans les paramètres du téléphone, –&amp;gt; applicatio...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51543" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wp7dev/default.aspx">wp7dev</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item><item><title>[WP7] Windows Phone SDK 7.1 disponible</title><link>http://blogs.developpeur.org/kookiz/archive/2011/09/28/wp7-windows-phone-sdk-7-1-disponible.aspx</link><pubDate>Wed, 28 Sep 2011 18:43:05 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51476</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51476.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51476</wfw:commentRss><description>
  Alors que le déploiement de Mango auprès du grand public a commencé hier, Microsoft vient de publier la version finale du SDK WP7.5. Pour le télécharger, il suffit de suivre ce lien : http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;am...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51476" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wp7dev/default.aspx">wp7dev</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item><item><title>[WP7] Utiliser le flash comme lampe torche</title><link>http://blogs.developpeur.org/kookiz/archive/2011/09/19/wp7-utiliser-le-flash-comme-lampe-torche.aspx</link><pubDate>Mon, 19 Sep 2011 19:17:36 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51444</guid><dc:creator>KooKiz</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51444.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51444</wfw:commentRss><description>
  Windows Phone 7 ne proposait jusque-là pas d’API permettant de contrôler l’allumage du flash, aussi toutes les applications de prétendues lampe torche se contentaient d’afficher une image blanche sur l’écran. Mango offre un plus grand contrôle sur la ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51444" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wp7dev/default.aspx">wp7dev</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item><item><title>[WP7] Windows Phone Power Tools</title><link>http://blogs.developpeur.org/kookiz/archive/2011/09/13/wp7-windows-phone-power-tools.aspx</link><pubDate>Tue, 13 Sep 2011 18:56:45 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51389</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51389.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51389</wfw:commentRss><description>
  Hier, une boite à outil fort pratique pour Windows Phone a été publiée : Windows Phone Power Tools. Cet utilitaire fourni un vaste éventail de fonctionnalités :      - Affichage d’informations au sujet de votre téléphone, telles que la quantité mémoir...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51389" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wp7dev/default.aspx">wp7dev</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item><item><title>[WP7] Display a settings screen from a Mango application</title><link>http://blogs.developpeur.org/kookiz/archive/2011/09/11/wp7-display-a-settings-screen-from-a-mango-application.aspx</link><pubDate>Sun, 11 Sep 2011 16:36:43 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51381</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51381.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51381</wfw:commentRss><description>
  This is one pretty sweet feature of Mango, yet it is still widely unknown. You can now display a settings page from an application. How? Simply by using the ConnectionSettingsTask class.  It’s very easy to use: just set the ‘ConnectionSettingsType’ pr...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51381" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wp7dev/default.aspx">wp7dev</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item><item><title>[WP7] Afficher un &#233;cran de param&#232;tres depuis une application</title><link>http://blogs.developpeur.org/kookiz/archive/2011/09/10/wp7-afficher-un-cran-de-param-tres-depuis-une-application.aspx</link><pubDate>Sat, 10 Sep 2011 12:14:32 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51378</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51378.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51378</wfw:commentRss><description>
  Une nouveauté bien sympathique du SDK Mango qui est passée relativement inaperçue. Il est désormais possible d’afficher certains écrans de réglalges depuis une application, à l’aide de la classe ConnectionSettingsTask.  Son utilisation est très simple...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51378" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/kookiz/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wp7dev/default.aspx">wp7dev</category><category domain="http://blogs.developpeur.org/kookiz/archive/tags/wpdev/default.aspx">wpdev</category></item></channel></rss>