<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Delegate</title>
    <description>the latest stories tagged with 'Delegate' 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>Get Your Func On</title>
      <description>Using Func&amp;lt;T&amp;gt; and delegates for code decoupling. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f07%2f03%2fget-your-func-on.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f07%2f03%2fget-your-func-on.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Get_Your_Func_On</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Get_Your_Func_On</guid>
      <pubDate>Fri, 04 Jul 2008 07:08:43 GMT</pubDate>
    </item>
    <item>
      <title>Create elegant code with Action delegate and List.ForEach method</title>
      <description>Small example of how to use Action delegate to perform some action on all elements of a collection. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2faction_delegate_with_foreach.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2faction_delegate_with_foreach.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Create_elegant_code_with_Action_delegate_and_List_ForEach_method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Create_elegant_code_with_Action_delegate_and_List_ForEach_method</guid>
      <pubDate>Mon, 12 Nov 2007 12:46:02 GMT</pubDate>
    </item>
    <item>
      <title>C#: Care about Event Memory Leaks with Delegate.GetInvocationList()</title>
      <description>Subscribed events are one of the most common reasons of memory leaks in .Net. This means that if you have an object that has an event  and there are other object that are subscribed to that event, the original object won't be properly disposed until all events are unsubscribed since an event is a strong reference. 

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f10%2f24%2fC-Care-about-Event-Memory-Leaks-with-Delegate.GetInvocationList.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f10%2f24%2fC-Care-about-Event-Memory-Leaks-with-Delegate.GetInvocationList.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Care_about_Event_Memory_Leaks_with_Delegate_GetInvocationList</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Care_about_Event_Memory_Leaks_with_Delegate_GetInvocationList</guid>
      <pubDate>Thu, 25 Oct 2007 12:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Pluck Me!</title>
      <description>Fun with Generics and Arrays and Delegates &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpanteravb.com%2farchive%2f2007%2f09%2f27%2fpluck-me.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpanteravb.com%2farchive%2f2007%2f09%2f27%2fpluck-me.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Pluck_Me</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Pluck_Me</guid>
      <pubDate>Thu, 27 Sep 2007 20:21:21 GMT</pubDate>
    </item>
    <item>
      <title>The Power of the Predicate&amp;lt;T&amp;gt;</title>
      <description>The very flexible generic collection List&amp;lt;T&amp;gt; contains several methods that take a predicate as it's parameter.  Coupled with Anonymous Methods this provides powerfully concise code for filtering, searching and sorting your collections. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frandypatterson.com%2f2007%2f09%2f19%2fThePowerOfThePredicateltTgt.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frandypatterson.com%2f2007%2f09%2f19%2fThePowerOfThePredicateltTgt.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Power_of_the_Predicate_T</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Power_of_the_Predicate_T</guid>
      <pubDate>Thu, 20 Sep 2007 07:16:02 GMT</pubDate>
    </item>
    <item>
      <title>The Action Delegate</title>
      <description>Did you know that by using the Action delegate we can define a single operation which will automatically be applied to every member of an array?

This is a great way to make your code cleaner and more elegant, &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjeremyjarrell.com%2farchive%2f2007%2f03%2f08%2f13.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjeremyjarrell.com%2farchive%2f2007%2f03%2f08%2f13.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Action_Delegate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Action_Delegate</guid>
      <pubDate>Mon, 12 Mar 2007 13:31:01 GMT</pubDate>
    </item>
    <item>
      <title>The Action Delegate</title>
      <description>Did you know that by using the Action delegate we can define a single operation which will automatically be applied to every member of an array?

This is a great way to make your code cleaner and more elegant, &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjeremyjarrell.com%2farchive%2f2007%2f03%2f08%2f13.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjeremyjarrell.com%2farchive%2f2007%2f03%2f08%2f13.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Action_Delegate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Action_Delegate</guid>
      <pubDate>Mon, 12 Mar 2007 13:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Managing collections with functors</title>
      <description>An easy way of working with collections using the new features of C# 2.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2fcommunity%2fblogs%2fsimoneb%2farchive%2f2006%2f08%2f20%2f367.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2fcommunity%2fblogs%2fsimoneb%2farchive%2f2006%2f08%2f20%2f367.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Managing_collections_with_functors</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Managing_collections_with_functors</guid>
      <pubDate>Mon, 21 Aug 2006 09:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>