<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Dependency</title>
    <description>the latest stories tagged with 'Dependency' 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>Tame Your Software Dependencies with DI &amp;amp; Common Service Locator Lib</title>
      <description>Tame your software dependencies with the Microsoft Unity Application Block and Common Service Library Locator in your application code. Source codes provided including the unit tests. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kitchaiyong.net%2f2010%2f02%2ftame-your-software-dependencies-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kitchaiyong.net%2f2010%2f02%2ftame-your-software-dependencies-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Tame_Your_Software_Dependencies_with_DI_Common_Service_Locator_Lib</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Tame_Your_Software_Dependencies_with_DI_Common_Service_Locator_Lib</guid>
      <pubDate>Sun, 21 Feb 2010 18:53:50 GMT</pubDate>
    </item>
    <item>
      <title>Use dataBinding and DependencyProperty with a non-WPF or extern object</title>
      <description>Sometimes you need to use the databinding with an object that you have not created and you can't use inheritance.

For example I wanted to use a Mogre Camera and build some WPF animation with it and I couldn't because :
WPF animation needed a DependencyProperty to manipulate,
I couldn't derive the Mogre.Camera class and add it the correct things because I got the camera from a factory object (the sceneManager).


Then I couldn't use the WPF animation to move my camera... next is how I solve it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lexique-du-net.com%2findex.php%3fpost%2f2009%2f04%2f10%2fUse-dataBinding-and-DependencyProperty-with-a-non-WPF-or-extern-object"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lexique-du-net.com%2findex.php%3fpost%2f2009%2f04%2f10%2fUse-dataBinding-and-DependencyProperty-with-a-non-WPF-or-extern-object" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Use_dataBinding_and_DependencyProperty_with_a_non_WPF_or_extern_object</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Use_dataBinding_and_DependencyProperty_with_a_non_WPF_or_extern_object</guid>
      <pubDate>Mon, 20 Apr 2009 14:13:38 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>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>Attributes? We don't need no stinkin' attributes</title>
      <description>An explanation of how to use Ninject, the .NET dependency injector, to wire up dependencies without the use of the [Inject] attribute. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkohari.org%2f2008%2f06%2f08%2fattributes-we-dont-need-no-stinkin-attributes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkohari.org%2f2008%2f06%2f08%2fattributes-we-dont-need-no-stinkin-attributes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Attributes_We_don_t_need_no_stinkin_attributes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Attributes_We_don_t_need_no_stinkin_attributes</guid>
      <pubDate>Tue, 10 Jun 2008 00:31:07 GMT</pubDate>
    </item>
    <item>
      <title>New free Lightweight .NET, C# Inversion of Control (IoC, dependency in</title>
      <description>.NET and C# inversion of control container Winter4net - Lightweight C#, .NET dependency injection container, spring framework compliant, ultrafast, compact and scalable, infrastructure for MDD/MDA. Easy integration; MSDN-like documentation; 24/7 support; Free Community edition binary license &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.winter4.net"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.winter4.net" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/New_free_Lightweight_NET_C_Inversion_of_Control_IoC_dependency_in</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/New_free_Lightweight_NET_C_Inversion_of_Control_IoC_dependency_in</guid>
      <pubDate>Mon, 12 May 2008 11:50:54 GMT</pubDate>
    </item>
    <item>
      <title>Wire-up MVP and Castle Windsor for Dependency Injection</title>
      <description>Article which shows automatic injection of presenter in to the view class with ASP.NET as the view. It also shows how the CreateNew attribute used in Composite Web UI Application Block actually works  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid.hayden%2farchive%2f2007%2f04%2f01%2fWire_2D00_Up-View_2D00_Presenter-Pattern-Like-Web-Client-Software-Factory-_2D00_-Castle-Windsor-for-Dependency-Injection.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid.hayden%2farchive%2f2007%2f04%2f01%2fWire_2D00_Up-View_2D00_Presenter-Pattern-Like-Web-Client-Software-Factory-_2D00_-Castle-Windsor-for-Dependency-Injection.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Wire_up_MVP_and_Castle_Windsor_for_Dependency_Injection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Wire_up_MVP_and_Castle_Windsor_for_Dependency_Injection</guid>
      <pubDate>Wed, 28 Nov 2007 22:19:02 GMT</pubDate>
    </item>
    <item>
      <title>Inversion of Control and Dependency Injection with Castle Windsor</title>
      <description>First article of a 4 parts series about IoC and DI with Castle Windsor Container. This first part is an introduction to the core concepts and a simple example of how to start thinking in terms of IoC. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fdesignpatterns%2fInversionOfControlAndDependencyInjectionWithCastleWindsorContainerPart1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fdesignpatterns%2fInversionOfControlAndDependencyInjectionWithCastleWindsorContainerPart1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Inversion_of_Control_and_Dependency_Injection_with_Castle_Windsor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Inversion_of_Control_and_Dependency_Injection_with_Castle_Windsor</guid>
      <pubDate>Tue, 24 Jul 2007 11:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Tool : Circular Dependency Checker</title>
      <description>Tool : Circular Dependency Checker &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetwithme.blogspot.com%2f2007%2f05%2ftool-circular-dependency-checker.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetwithme.blogspot.com%2f2007%2f05%2ftool-circular-dependency-checker.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Tool_Circular_Dependency_Checker</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Tool_Circular_Dependency_Checker</guid>
      <pubDate>Wed, 09 May 2007 08:22:23 GMT</pubDate>
    </item>
    <item>
      <title>SequenceViz 0.4 :: Dependency Explorer</title>
      <description>The popular :) SequenceViz assembly visualizer got a new verson. You can now view module dependencies in an assembly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fnleghari%2farchive%2f2007%2f04%2f24%2fsequenceviz-0-4-dependency-explorer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fnleghari%2farchive%2f2007%2f04%2f24%2fsequenceviz-0-4-dependency-explorer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/SequenceViz_0_4_Dependency_Explorer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/SequenceViz_0_4_Dependency_Explorer</guid>
      <pubDate>Tue, 24 Apr 2007 11:49:00 GMT</pubDate>
    </item>
  </channel>
</rss>
