<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Extensibility</title>
    <description>the latest stories tagged with 'Extensibility' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>MEF - Secure Directory catalog</title>
      <description>How to secure your MEF catalog &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fbnaya%2farchive%2f2010%2f01%2f07%2fsecured-directory-catalog.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fbnaya%2farchive%2f2010%2f01%2f07%2fsecured-directory-catalog.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/MEF_Secure_Directory_catalog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/MEF_Secure_Directory_catalog</guid>
      <pubDate>Thu, 07 Jan 2010 16:38:38 GMT</pubDate>
    </item>
    <item>
      <title>A Whirlwind Tour through the Managed Extensibility Framework (MEF)</title>
      <description>From a hotel lobby in the sunny city of Durban, South-Africa, waiting for my plane transfer after a great TechEd Africa event. Why not write a blog post on one of my talks: the Managed Extensibility Framework, or MEF. As we steam ahead to release .NET 4.0, it's great to see the amount of new APIs that will make it into this release. I had the opportunity to talk on three of those the past few days:

    * The Dynamic Language Runtime (System.Dynamic) with dynamic support in C# and VB, and dynamic languages like IronPython and IronRuby.
    * New additions for parallel programming (Task Parallel Library, PLINQ, Coordination Data Structures).
    * The Managed Extensibility Framework (System.ComponentModel.Composition).  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.bartdesmet.net%2fblogs%2fbart%2farchive%2f2009%2f08%2f07%2fa-whirlwind-tour-through-the-managed-extensibility-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.bartdesmet.net%2fblogs%2fbart%2farchive%2f2009%2f08%2f07%2fa-whirlwind-tour-through-the-managed-extensibility-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/A_Whirlwind_Tour_through_the_Managed_Extensibility_Framework_MEF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/A_Whirlwind_Tour_through_the_Managed_Extensibility_Framework_MEF</guid>
      <pubDate>Sat, 08 Aug 2009 15:00:27 GMT</pubDate>
    </item>
    <item>
      <title>Revised: ASP.NET MVC and the Managed Extensibility Framework (MEF)</title>
      <description>A while ago, I did a blog post on combining ASP.NET MVC and MEF (Managed Extensibility Framework), making it possible to "plug" controllers and views into your application as a module. I received a lot of positive feedback as well as a hard question from Dan Swatik who was experiencing a Server Error with this approach. Here's a better approach to ASP.NET MVC and MEF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f06%2f17%2fRevised-ASPNET-MVC-and-the-Managed-Extensibility-Framework-(MEF).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f06%2f17%2fRevised-ASPNET-MVC-and-the-Managed-Extensibility-Framework-(MEF).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Revised_ASP_NET_MVC_and_the_Managed_Extensibility_Framework_MEF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Revised_ASP_NET_MVC_and_the_Managed_Extensibility_Framework_MEF</guid>
      <pubDate>Wed, 17 Jun 2009 06:19:47 GMT</pubDate>
    </item>
    <item>
      <title>Custom Controller Factory in ASP.NET MVC</title>
      <description>Introducing Controller Factory in ASP.NET MVC &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2fcustom-controller-factory-in-asp-net-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2fcustom-controller-factory-in-asp-net-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Custom_Controller_Factory_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Custom_Controller_Factory_in_ASP_NET_MVC</guid>
      <pubDate>Sat, 09 May 2009 12:11:38 GMT</pubDate>
    </item>
    <item>
      <title>IRouteHandler in ASP.NET MVC</title>
      <description>Keyvan explains how to write a RouteHandler that checks for banned IPs and blocks any further processing &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2firoutehandler-in-asp-net-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2firoutehandler-in-asp-net-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/IRouteHandler_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/IRouteHandler_in_ASP_NET_MVC</guid>
      <pubDate>Tue, 28 Apr 2009 01:00:20 GMT</pubDate>
    </item>
    <item>
      <title>What is this Managed Extensibility Framework thing all about ?</title>
      <description>Another IoC Container From Microsoft ? Add-in Framework ? What the heck is it ? Sidar tries to answer.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f09%2f26%2fwhat-is-this-managed-extensibility-framework-thing-all-about.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f09%2f26%2fwhat-is-this-managed-extensibility-framework-thing-all-about.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/What_is_this_Managed_Extensibility_Framework_thing_all_about</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/What_is_this_Managed_Extensibility_Framework_thing_all_about</guid>
      <pubDate>Fri, 26 Sep 2008 15:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Building a Configuration Binder for MEF with POCO Support</title>
      <description>MEF doesn't support POCO injection and XML Configuration off the shelf. Sidar implements an XML congiguration binding mechanism on top of MEF, and the article gives an insight about what to expect from MEF Extensibility models in detail.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f07%2f14%2fbuilding-a-configuration-binder-for-mef-with-poco-support.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f07%2f14%2fbuilding-a-configuration-binder-for-mef-with-poco-support.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Building_a_Configuration_Binder_for_MEF_with_POCO_Support</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Building_a_Configuration_Binder_for_MEF_with_POCO_Support</guid>
      <pubDate>Mon, 14 Jul 2008 16:16:12 GMT</pubDate>
    </item>
    <item>
      <title>Exploring MEF Extensibility Points</title>
      <description>The ways of extending Managed Extensibility Framework is discussed in this post, Custom Binders and Value Resolvers dug deeper.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f07%2f04%2fexploring-mef-extensibility-points.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f07%2f04%2fexploring-mef-extensibility-points.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Exploring_MEF_Extensibility_Points</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Exploring_MEF_Extensibility_Points</guid>
      <pubDate>Fri, 04 Jul 2008 17:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Managed Extensibility Framework (MEF) at a Glance</title>
      <description>A Hands-On overview to Dependency Injection Managed Extensibility Framework and the first CTP.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f06%2f16%2fmanaged-extensibility-framework-mef-at-a-glance.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f06%2f16%2fmanaged-extensibility-framework-mef-at-a-glance.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Managed_Extensibility_Framework_MEF_at_a_Glance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Managed_Extensibility_Framework_MEF_at_a_Glance</guid>
      <pubDate>Mon, 16 Jun 2008 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Managed Extensibility Framework Preview Available</title>
      <description>The MEF provides developers with a framework to easily add extensibility to their applications and with minimal impact on existing code. The application developer can define extension points according to the functionality required of an extension, while the extension developer uses those points to interact with the application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fbrada%2farchive%2f2008%2f06%2f04%2fmanaged-extensibility-framework-preview-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fbrada%2farchive%2f2008%2f06%2f04%2fmanaged-extensibility-framework-preview-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Managed_Extensibility_Framework_Preview_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Managed_Extensibility_Framework_Preview_Available</guid>
      <pubDate>Fri, 06 Jun 2008 12:44:55 GMT</pubDate>
    </item>
    <item>
      <title>Tapping Into The &amp;quot;Projects&amp;quot; Pad</title>
      <description>A short introduction to adding your own buttons to #develop's Projects Pad (the equivalent to Visual Studio's Solution Explorer). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.rauchy.net%2f2007%2f08%2ftapping-into-pad.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.rauchy.net%2f2007%2f08%2ftapping-into-pad.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Tapping_Into_The_Projects_Pad</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Tapping_Into_The_Projects_Pad</guid>
      <pubDate>Tue, 14 Aug 2007 12:52:09 GMT</pubDate>
    </item>
    <item>
      <title>Tapping Into The Solution Explorer</title>
      <description>A short introduction to adding your own buttons to Visual Studio's Solution Explorer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.rauchy.net%2f2007%2f08%2ftapping-into-solution-explorer.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.rauchy.net%2f2007%2f08%2ftapping-into-solution-explorer.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Tapping_Into_The_Solution_Explorer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Tapping_Into_The_Solution_Explorer</guid>
      <pubDate>Tue, 14 Aug 2007 12:47:58 GMT</pubDate>
    </item>
    <item>
      <title>.NET Application Extensibility, Part 2</title>
      <description>An msdn article about the upcoming System.Adding namespace in the Base Class Library (BCL), available in the next release of Visual Studio&amp;#174; (code-named &amp;quot;Orcas&amp;quot;). This is the first one. Check the first one too:
http://www.dotnetkicks.com/clr/NET_Application_Extensibility_article_about_the_upcoming_System_Addin &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f07%2f03%2fCLRInsideOut%2fdefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f07%2f03%2fCLRInsideOut%2fdefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/NET_Application_Extensibility_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/NET_Application_Extensibility_Part_2</guid>
      <pubDate>Fri, 23 Feb 2007 18:46:01 GMT</pubDate>
    </item>
  </channel>
</rss>
