<?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; Extensibility</title>
	<atom:link href="http://sebastien.warin.fr/tag/extensibility/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>Petit aper&#231;u de l&#8217;extensibilit&#233; de Visual Studio 2010 en une image</title>
		<link>http://sebastien.warin.fr/2010/02/05/925-petit-apercu-extensibilite-visual-studio-2010-en-une-image/</link>
		<comments>http://sebastien.warin.fr/2010/02/05/925-petit-apercu-extensibilite-visual-studio-2010-en-une-image/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 01:55:46 +0000</pubDate>
		<dc:creator>Sebastien</dc:creator>
				<category><![CDATA[visual studio]]></category>
		<category><![CDATA[Extensibility]]></category>
		<category><![CDATA[MEF]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://sebastien.warin.fr/?p=925</guid>
		<description><![CDATA[Il y a un peu près un an j’écrivais sur mon blog trois articles sur l’extensibilité de Visual Studio 2008 :


Part 1 : Comment étendre Microsoft Visual Studio


Part 2 : créez vos fenêtres d’outils avec CreateToolWindow2 !


Part 3 : Quelques interactions avec Visual Studio


Quelques jours après je poursuivez sur une introduction à MEF : Managed [...]]]></description>
		<wfw:commentRss>http://sebastien.warin.fr/2010/02/05/925-petit-apercu-extensibilite-visual-studio-2010-en-une-image/feed/</wfw:commentRss>
		<slash:comments>1</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>
	</channel>
</rss>
