<?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>Search results matching tag 'C#'</title><link>http://blogs.developpeur.org/search/SearchResults.aspx?o=DateDescending&amp;tag=C%23&amp;orTags=0</link><description>Search results matching tag 'C#'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61019.2)</generator><item><title>[wpdev] Storage bug in MediaLibrary.SavePicture</title><link>http://blogs.developpeur.org/kookiz/archive/2013/05/26/wpdev-storage-bug-in-medialibrary-savepicture.aspx</link><pubDate>Sun, 26 May 2013 17:08:00 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52683</guid><dc:creator>KooKiz</dc:creator><description>I’ve received many reports lately of users complaining of abnormal storage usage from one of my apps, Imageboard Browser.The application was in some cases storing hundreds of megabytes! I thought at first that it was just the "other storage” issue, bu...</description></item><item><title>[WebCast]: Application Legacy Testez les avec VS 2012 sans modifier leurs architectures</title><link>http://blogs.developpeur.org/fathi/archive/2013/04/25/webcast-application-legacy-testez-les-avec-vs-2012-sans-modifier-leurs-architectures.aspx</link><pubDate>Thu, 25 Apr 2013 12:58:12 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52659</guid><dc:creator>fathi</dc:creator><description>Microsoft viens de mettre en ligne un webcast que j’ai réalisé au sujet des applications légacy. C’est un sujet qui est de plus en plus d’actualité car .NET, qui reste un langage jeune, commence a avoir un parc d’applications conséquent qu’il faut...</description></item><item><title>Visual Studio 2012 et la commande “Paste JSON As Classes”</title><link>http://blogs.developpeur.org/leo/archive/2013/03/18/visual-studio-2012-et-la-commande-paste-json-as-classes.aspx</link><pubDate>Mon, 18 Mar 2013 18:28:00 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52620</guid><dc:creator>Groc</dc:creator><description>Disponible avec les Web Developer Tools 2012.2 (que l’on peut trouver entre autres sur WebPI), le bouton « Paste JSON As Classes » peut s’avérer extrêmement utile pour la productivité. 
  En fait, Visual Studio possédait déjà un bouton « Paste XML as...</description></item><item><title>[Windows 8] Mettre en surbrillance une partie d’un text block</title><link>http://blogs.developpeur.org/leo/archive/2013/03/15/windows-8-mettre-en-surbrillance-une-partie-d-un-text-block.aspx</link><pubDate>Fri, 15 Mar 2013 07:10:00 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52617</guid><dc:creator>Groc</dc:creator><description>Aujourd’hui j’ai eu besoin d’une fonctionnalité pour mettre en surbrillance (highlighting) une partie du texte d’un de mes TextBlock. L’idée étant de mettre en avant certains items suite à une recherche par exemple. 
  En gros, la solution consiste j...</description></item><item><title>[ASP.NET MVC] H&amp;#233;berger des WEB API hors d’un site ASP.NET MVC</title><link>http://blogs.developpeur.org/leo/archive/2013/03/12/asp-net-mvc-h-berger-des-web-api-hors-d-un-site-asp-net-mvc.aspx</link><pubDate>Tue, 12 Mar 2013 18:07:00 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52610</guid><dc:creator>Groc</dc:creator><description>Une des fonctionnalités que je trouve particulièrement intéressante dans les ASP.NET WEB API est la possibilité d’héberger et de monter un serveur HTTP qui mettra mes services à disposition de clients, hors d’un site web ASP.NET MVC et même hors d’un...</description></item><item><title>[ASP.NET MVC] D&amp;#233;finir ses bundles dans le web.config</title><link>http://blogs.developpeur.org/leo/archive/2013/03/04/asp-net-mvc-d-finir-ses-bundles-dans-le-web-config.aspx</link><pubDate>Mon, 04 Mar 2013 21:58:00 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52602</guid><dc:creator>Groc</dc:creator><description>Il n’existe pas de solutions directement dans ASP.NET MVC pour nous permettre de déclarer nos bundles directement dans le fichier web.config. Pour palier à ce manque, j’ai écris une custom section qui me permet de déclarer mes bundles et de les charge...</description></item><item><title>[ASP.Net MVC] Extraire facilement les metadata d’un mod&amp;#232;le</title><link>http://blogs.developpeur.org/leo/archive/2013/02/19/asp-net-mvc-extraire-facilement-les-metadata-d-un-mod-le.aspx</link><pubDate>Tue, 19 Feb 2013 21:10:00 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52583</guid><dc:creator>Groc</dc:creator><description>En me penchant sur une problématique de génération de vues en asp.net mvc à partir d’un modèle correctement décoré avec des data annotations, j’ai été amené à regarder un peu comment fonctionne en interne les HtmlHelper EditorFor, LabelFor, etc. 
  E...</description></item><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><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...</description></item><item><title>[ASP.Net MVC] Afficher des bundles oui, mais qu’une seule fois</title><link>http://blogs.developpeur.org/leo/archive/2013/02/16/asp-net-mvc-afficher-des-bundles-oui-mais-qu-une-seule-fois.aspx</link><pubDate>Sat, 16 Feb 2013 10:29:00 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52580</guid><dc:creator>Groc</dc:creator><description>Il y a quelque temps, j’avais écrit un article sur les bundles avec MVC 4. A l’usage, je me suis rendu qu’il y avait un comportement que je trouve au final assez gênant. 
  Imaginons que nous travaillons à plusieurs développeurs sur un même projet we...</description></item><item><title>[Programmez 160]: Article sur le Fakes Framework!</title><link>http://blogs.developpeur.org/fathi/archive/2013/02/02/programmez-160-article-sur-le-fakes-framework.aspx</link><pubDate>Sat, 02 Feb 2013 18:10:21 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:52533</guid><dc:creator>fathi</dc:creator><description>Dans le numéro de janvier (160) j’ai publié avec Jason un article sur les Shims: après avoir écris un article sur les nouveautés qu’apporte VS 2012 pour les tests unitaire, il était important pour moi de traiter le Fakes Framework dans un article à...</description></item></channel></rss>