<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Injection</title>
    <description>the latest stories tagged with 'Injection' 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>Security Vulnerability of the Week #1: SQL Injection</title>
      <description>This article begins a semi-regular series that will explores the most common vulnerabilities and the mind-set of the developers that create them and also explore how to deal with them.  The first post in the series takes a look at the OWASP top number 2 vulnerability, Injection (specifically SQL Injection) - which has been a known and solved problem for over 10+ years, yet for some reason, it's still as common as ever. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2009%2f03%2fsecurity-vulnerability-of-week-1-sql.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2009%2f03%2fsecurity-vulnerability-of-week-1-sql.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Security_Vulnerability_of_the_Week_1_SQL_Injection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Security_Vulnerability_of_the_Week_1_SQL_Injection</guid>
      <pubDate>Wed, 04 Mar 2009 00:01:13 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>How to Search And Replace values in SQL across All Tables</title>
      <description>My website got hacked. I got several html code injections inside the database. Here is how i fixed the issue very quickly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkorayem.net%2fpost%2f2008%2f08%2f21%2fMy-Websites-SQL-Database-was-hacked.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkorayem.net%2fpost%2f2008%2f08%2f21%2fMy-Websites-SQL-Database-was-hacked.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/How_to_Search_And_Replace_values_in_SQL_across_All_Tables</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/How_to_Search_And_Replace_values_in_SQL_across_All_Tables</guid>
      <pubDate>Fri, 22 Aug 2008 01:15:50 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>Dependency Injection Using Ninject</title>
      <description>This article discussed dependency injection, specifically using a new .NET framework called Ninject. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jaltiere.com%2f%3fp%3d23"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jaltiere.com%2f%3fp%3d23" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Dependency_Injection_Using_Ninject</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Dependency_Injection_Using_Ninject</guid>
      <pubDate>Tue, 04 Sep 2007 20:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Inversion of Control and Dependency Injection with Castle Windsor II</title>
      <description>Second article of a 4 parts series about IoC and DI with Castle Windsor Container. This article continues the discussion initiated in the previous one and tackles compulsory and optional dependencies, component injection and collections.
Any feedback, questions, ratings are welcome and will be answered as soon as possible on the article page. &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%2fInversionOfControlAndDependencyInjectionWithCastleWindsorContainerPart2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fdesignpatterns%2fInversionOfControlAndDependencyInjectionWithCastleWindsorContainerPart2.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_II</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Inversion_of_Control_and_Dependency_Injection_with_Castle_Windsor_II</guid>
      <pubDate>Wed, 01 Aug 2007 07:16: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>Tutorial : Policy Injection Application Block of Enterprise Library</title>
      <description>Tutorial : Policy Injection Application Block of Enterprise Library &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%2f04%2ftutorial-policy-injection-application.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetwithme.blogspot.com%2f2007%2f04%2ftutorial-policy-injection-application.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Tutorial_Policy_Injection_Application_Block_of_Enterprise_Library</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Tutorial_Policy_Injection_Application_Block_of_Enterprise_Library</guid>
      <pubDate>Fri, 20 Apr 2007 03:50:54 GMT</pubDate>
    </item>
    <item>
      <title>Policy Injection Application Block</title>
      <description>Policy Injection Application Block &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%2f04%2fenterprise-library-policy-injection.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetwithme.blogspot.com%2f2007%2f04%2fenterprise-library-policy-injection.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Policy_Injection_Application_Block</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Policy_Injection_Application_Block</guid>
      <pubDate>Thu, 19 Apr 2007 09:32:10 GMT</pubDate>
    </item>
    <item>
      <title>Video: Hacking SQL Server</title>
      <description>In this presentation at the Jacksonville SQL Server Users Group, Bayer White playS the part of a developer protecting his application and Brian Knight attempts to hack his application using SQL Injection and cross-site scripting. Then, Bayer will show you how to protect yourself from the hacker and then Brian tries again. Back and forth the chess match goes until someone wins!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jumpstarttv.com%2fMedia.aspx%3fvid%3d76"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jumpstarttv.com%2fMedia.aspx%3fvid%3d76" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Video_Hacking_SQL_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Video_Hacking_SQL_Server</guid>
      <pubDate>Mon, 05 Feb 2007 14:16:01 GMT</pubDate>
    </item>
  </channel>
</rss>
