<?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/"
	>

<channel>
	<title>Sebastien.warin.fr &#187; csharp</title>
	<atom:link href="http://sebastien.warin.fr/tag/csharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://sebastien.warin.fr</link>
	<description>Le blog personnel et technique de Sebastien Warin</description>
	<lastBuildDate>Mon, 07 Jun 2010 09:45:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A lap around .NET4.0 &amp; Visual Studio 2010 Beta 2</title>
		<link>http://sebastien.warin.fr/2009/10/22/674-a-lap-around-net40-visual-studio-2010-beta-2/</link>
		<comments>http://sebastien.warin.fr/2009/10/22/674-a-lap-around-net40-visual-studio-2010-beta-2/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 23:03:41 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Workflow Foundation]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[ASP.NET AJAX]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[CLR]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[dotNET]]></category>
		<category><![CDATA[MEF]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[visual basic]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=674</guid>
		<description><![CDATA[
La disponibilité de la Beta 2 de Visual Studio 2010 et du .NET Framework 4.0 a été annoncé par Jason Zander, General Manager de Visual Studio ce lundi (19/10/2009) suivi de l’annonce de Scott Guthrie, General Manager de la division .Net chez MS Corp que j’ai eu la chance de rencontrer en Mars dernier à [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2009/10/22/674-a-lap-around-net40-visual-studio-2010-beta-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Astuce] Deviner le type MIME d&#8217;un FileInfo</title>
		<link>http://sebastien.warin.fr/2009/03/18/530-astuce-deviner-le-type-mime-sur-fileinfo/</link>
		<comments>http://sebastien.warin.fr/2009/03/18/530-astuce-deviner-le-type-mime-sur-fileinfo/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 20:22:05 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[content type]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[LiveFx]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=530</guid>
		<description><![CDATA[Depuis la nouvelle CTP du Live Framework vous avez remarqué qu&#8217;on était désormais &#171;&#160;obligé&#160;&#187; de passer le type MIME d&#8217;un fichier que l&#8217;on ajoute via la méthode DataEntryCollection.Add/AddAsync (voir mon post précédent).
Pour récupérer le type MIME d&#8217;un fichier, le plus simple est de regarder dans le HKEY_CLASSES_ROOT du registre pour récupérer la clé ayant pour [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2009/03/18/530-astuce-deviner-le-type-mime-sur-fileinfo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[.NET 4.0] Introduction &#224; MEF : Managed Extensibility Framework</title>
		<link>http://sebastien.warin.fr/2009/02/21/413-net-4-introduction-mef-managed-extensibility-framework/</link>
		<comments>http://sebastien.warin.fr/2009/02/21/413-net-4-introduction-mef-managed-extensibility-framework/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 18:28:23 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[Extensibility]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[MEF]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=413</guid>
		<description><![CDATA[ Bientôt disponible dans la nouvelle version de la plateforme .NET de Microsoft, le .NET 4.0 introduira le framework MEF actuellement disponible en code ouvert sur CodePlex.
MEF pour Managed Extensibilty Framework, que vous trouverez sous le namespace System.ComponentModel.Composition, est une librairie .NET facilitant le développement d&#8217;application extensible.
C&#8217;est le travail résultant de l&#8217;équipe &#171;&#160;Application Framework Core&#171;&#160;&#160; [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2009/02/21/413-net-4-introduction-mef-managed-extensibility-framework/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>[VS Extensibility] Part 3 : Quelques interactions avec Visual Studio</title>
		<link>http://sebastien.warin.fr/2009/02/05/400-vs-extensibility-part-3-quelques-interactions-visual-studio/</link>
		<comments>http://sebastien.warin.fr/2009/02/05/400-vs-extensibility-part-3-quelques-interactions-visual-studio/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 13:54:43 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[Extensibility]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=400</guid>
		<description><![CDATA[Après avoir vu le fonctionnement d&#8217;un Add-In au sein de Visual Studio (voir part 1) et comment créer ses propres fenêtres &#171;&#160;VS like&#160;&#187; hébergeant nos UserControls .NET (voir part 2), nous allons voir dans cette 3ème partie quelques interactions possibles avec l&#8217;IDE.
C&#8217;est depuis notre objet DTE2 (le _applicationObject dans notre classe Connect) que nous avons [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2009/02/05/400-vs-extensibility-part-3-quelques-interactions-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[VS Extensibility] Part 2 : cr&#233;ez vos fen&#234;tres d&#8217;outils avec CreateToolWindow2 !</title>
		<link>http://sebastien.warin.fr/2009/02/04/352-vs-extensibility-part-2-creez-vos-fenetres-outils-visual-studio-createtoolwindow2/</link>
		<comments>http://sebastien.warin.fr/2009/02/04/352-vs-extensibility-part-2-creez-vos-fenetres-outils-visual-studio-createtoolwindow2/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 21:40:36 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[Extensibility]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=352</guid>
		<description><![CDATA[ Continuons notre découverte sur développement d&#8217;add-ins pour Microsoft Visual Studio, l&#8217;IDE de prédilection pour les développements sur plateforme Microsoft/.NET. Dans la 1ere partie nous avons vu de quoi était constitué un add-in et comment il fonctionnait. Dans cette 2ème partie nous verrons comment créer des fenêtres d&#8217;outils dans Visual Studio.
Nous nous étions contenté, dans [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2009/02/04/352-vs-extensibility-part-2-creez-vos-fenetres-outils-visual-studio-createtoolwindow2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[VS Extensibility] Part 1 : Comment &#233;tendre Microsoft Visual Studio</title>
		<link>http://sebastien.warin.fr/2009/02/02/322-vs-extensibility-part-1-comment-tendre-microsoft-visual-studio/</link>
		<comments>http://sebastien.warin.fr/2009/02/02/322-vs-extensibility-part-1-comment-tendre-microsoft-visual-studio/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 12:40:33 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[Extensibility]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=322</guid>
		<description><![CDATA[ La plupart des développeurs sur plateforme Microsoft/.NET ont bien l&#8217;habitude d&#8217;ouvrir leur Visual Studio pour le développement de leurs applications. Lancé en 1997, la 1ère version de Visual Studio (ou VS) nommé tout naturellement Visual Studio 97, a voulu réunir dans un seul et même IDE plusieurs langages qui étaient à l&#8217;époque le VB [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2009/02/02/322-vs-extensibility-part-1-comment-tendre-microsoft-visual-studio/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Historique .NET : dates et versions (Fx, CLR, IDE et langages)</title>
		<link>http://sebastien.warin.fr/2009/01/29/279-historique-dotnet-dates-versions/</link>
		<comments>http://sebastien.warin.fr/2009/01/29/279-historique-dotnet-dates-versions/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 13:20:32 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[CLR]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[dotNET]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[langage]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[visual basic]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=279</guid>
		<description><![CDATA[En préparant du contenu pour des sessions sur le futur de .NET (VS2010, .NET 4.0, C# 4.0 ou encore VB 10), j&#8217; ai été amené à faire un petit tableau récapitulatif des dates et versions des principaux éléments de .NET : le framework, la CLR, l&#8217; IDE Visual Studio et les deux principaux langages .net [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2009/01/29/279-historique-dotnet-dates-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[WPF] PlayAnimations ou comment jouer plusieurs animations les unes apr&#232;s les autres</title>
		<link>http://sebastien.warin.fr/2009/01/08/200-wpf-playanimations-ou-comment-jouer-plusieurs-animations-les-unes-aprs-les-autres/</link>
		<comments>http://sebastien.warin.fr/2009/01/08/200-wpf-playanimations-ou-comment-jouer-plusieurs-animations-les-unes-aprs-les-autres/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 14:48:50 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SmartCooking]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=200</guid>
		<description><![CDATA[Lors du développement de SmartCooking (notre projet Imagine Cup) en Mai 2008, j&#8217; ai été confronté à quelques détails techniques avec WPF. Parmi eux : les animations !
Notre application se découpe en plusieurs écrans (menu principal, visualisation du stock, ajout de produits, etc&#8230;) tous liés entre eux par de petites animations pour y jouer des [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2009/01/08/200-wpf-playanimations-ou-comment-jouer-plusieurs-animations-les-unes-aprs-les-autres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyWordPressUrlRewriteModule (Part 1) et comment h&#233;berger WordPress 2.3 sur IIS 7.0</title>
		<link>http://sebastien.warin.fr/2008/02/19/162-mywordpressurlrewritemodule-et-comment-heberger-wordpress-2-3-sur-iis-7/</link>
		<comments>http://sebastien.warin.fr/2008/02/19/162-mywordpressurlrewritemodule-et-comment-heberger-wordpress-2-3-sur-iis-7/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 15:00:29 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/2008/02/19/162-mywordpressurlrewritemodule-part-1-et-comment-hberger-wordpress-23-sur-iis-70/</guid>
		<description><![CDATA[Retrouvez la version 2 de cet article sur la MSDN à l&#8217;adresse http://msdn.microsoft.com/fr-fr/architecture/cc512087.aspx
 L&#8217; installation de WordPress sur un serveur IIS 7.0 est un peu diff&#233;rente de ce que l&#8217; on pouvait faire avant !
En effet sous IIS6.0, nous avons le choix d&#8217; ex&#233;cuter notre PHP au travers des CGI, ISAPI ou alors, ce que [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2008/02/19/162-mywordpressurlrewritemodule-et-comment-heberger-wordpress-2-3-sur-iis-7/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MySimpleWatch : mesurer un temps d&#8217; ex&#233;cution simplement avec StopWatch</title>
		<link>http://sebastien.warin.fr/2008/02/14/154-mysimplewatch-mesurer-un-temps-d-excution-simplement-avec-stopwatch/</link>
		<comments>http://sebastien.warin.fr/2008/02/14/154-mysimplewatch-mesurer-un-temps-d-excution-simplement-avec-stopwatch/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 12:45:48 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[dotNET]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/2008/02/14/154-mysimplewatch-mesurer-un-temps-d-excution-simplement-avec-stopwatch/</guid>
		<description><![CDATA[Introduite dans la version 2.0 du framework, la classe StopWatch (dans l&#8217; espace de nom System.Diagnostic) permet de mesurer facilement et d&#8217; une grande précision de l&#8217; ordre de la microseconde (0.000001 seconde).
Cette classe n&#8217; est qu&#8217; une abstraction de ce que l&#8217; on devait faire avant sous .NET 1.x en utilisant la méthode QueryPerformanceCounter [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2008/02/14/154-mysimplewatch-mesurer-un-temps-d-excution-simplement-avec-stopwatch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
