<?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>[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><item><title>[WP7] NavigationService.RemoveBackEntry</title><link>http://blogs.developpeur.org/kookiz/archive/2011/08/22/wp7-navigationservice-removebackentry.aspx</link><pubDate>Mon, 22 Aug 2011 19:07:28 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51324</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51324.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51324</wfw:commentRss><description>
  Parmi toutes les nouveautés, Mango apporte une nouvelle fonction bien sympathique pour palier à certains problèmes de navigation.  Prenons un exemple simple : une application avec deux pages. Lorsque l’utilisateur clique sur un bouton de la première p...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51324" 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] Advice on Isolated Storage</title><link>http://blogs.developpeur.org/kookiz/archive/2011/08/04/wp7-advice-on-isolated-storage.aspx</link><pubDate>Thu, 04 Aug 2011 13:44:15 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51254</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51254.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51254</wfw:commentRss><description>
  No code in this blog post, I’d just like to give an advice to fellow Windows Phone 7 developers. Many applications use the isolated storage, be it to save data or to handle tombstoning scenarios. In either case, make sure that you surround your code w...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51254" 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] Recommandation g&#233;n&#233;rale sur l’IsolatedStorage</title><link>http://blogs.developpeur.org/kookiz/archive/2011/08/04/wp7-recommandation-g-n-rale-sur-l-isolatedstorage.aspx</link><pubDate>Thu, 04 Aug 2011 13:20:14 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51253</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51253.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51253</wfw:commentRss><description>
  Pour une fois on va s’écarter (à peine) du code pour une recommandation d’ordre générale adressée aux développeurs Windows Phone 7. Enormément d’applications utilisent l’isolated storage, que ce soit pour une sauvegarde “ordinaire”, ou pour gérer la p...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51253" 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] The NeutralResourceLanguage attribute is missing on the entry assembly</title><link>http://blogs.developpeur.org/kookiz/archive/2011/07/29/wp7-the-neutralresourcelanguage-attribute-is-missing-on-the-entry-assembly.aspx</link><pubDate>Fri, 29 Jul 2011 15:55:55 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51240</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51240.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51240</wfw:commentRss><description>
  Si vous tentez de soumettre une application WP7 (nouvelle ou simple mise à jour) depuis la dernière version de l’AppHub, il se peut que vous receviez le message d’erreur “The [NeutralResourceLanguage] attribute is missing on the entry assembly”.     P...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51240" 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></item><item><title>[WP7] Mise &#224; jour de l’AppHub</title><link>http://blogs.developpeur.org/kookiz/archive/2011/07/19/wp7-mise-jour-de-l-apphub.aspx</link><pubDate>Tue, 19 Jul 2011 19:03:39 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51208</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51208.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51208</wfw:commentRss><description>
  Une mise à jour significative de l’AppHub a été déployée par Microsoft. L’ensemble a gagné en visibilité, notamment le processus de certification et le suivi du nombre de téléchargements. Vous pouvez aussi désormais publier une application de manière ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51208" 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></item><item><title>[WP7] Alternative tiles avec arri&#232;re-plan g&#233;n&#233;r&#233; dynamiquement (MAJ)</title><link>http://blogs.developpeur.org/kookiz/archive/2011/07/17/wp7-alternative-tiles-avec-arri-re-plan-g-n-r-dynamiquement-maj.aspx</link><pubDate>Sun, 17 Jul 2011 12:51:12 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51203</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51203.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51203</wfw:commentRss><description>
  Petite mise à jour concernant un article précédent, qui expliquait comment utiliser une image stockée dans l’isolated storage comme arrière-plan pour des tiles. Cela se faisait à l’aide d’une url de la forme “isostore:/chemin_vers_l_image”.     La der...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51203" 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></item><item><title>[WP7] Lancer un BackgroundAgent &#224; la demande</title><link>http://blogs.developpeur.org/kookiz/archive/2011/07/14/wp7-lancer-un-backgroundagent-la-demande.aspx</link><pubDate>Thu, 14 Jul 2011 13:34:04 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51195</guid><dc:creator>KooKiz</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/kookiz/comments/51195.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/kookiz/commentrss.aspx?PostID=51195</wfw:commentRss><description>
  Un changement bien sympathique apporté par la dernière beta de Mango. Auparavant, les BackgroundAgent se lançaient automatiquement une première fois après création, puis il fallait attendre environ 30 minutes pour qu’ils se lancent à nouveau. Ceci ren...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51195" 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></item></channel></rss>
