<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by adventurer</title>
    <description>Stories kicked by adventurer</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>WPF TreeView Tutorial </title>
      <description>This tutorial shows you how to create and use a TreeView control available in Windows Presentation Foundation (WPF) and XAML. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmahesh%2fWPFTreeView08202008231544PM%2fWPFTreeView.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmahesh%2fWPFTreeView08202008231544PM%2fWPFTreeView.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_TreeView_Tutorial</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_TreeView_Tutorial</guid>
      <pubDate>Tue, 26 Aug 2008 03:05:22 GMT</pubDate>
    </item>
    <item>
      <title>High Quality Image Resizing with .NET</title>
      <description>Even though you just shrinks images, the quality of produced images is usually worse than the quality of original images. Learn how to use interpolation to resize images with a better quality. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikeborozdin.com%2fpost%2fHigh-Quality-Image-Resizing-with-NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikeborozdin.com%2fpost%2fHigh-Quality-Image-Resizing-with-NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/High_Quality_Image_Resizing_with_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/High_Quality_Image_Resizing_with_NET</guid>
      <pubDate>Mon, 25 Aug 2008 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Fast Serialization</title>
      <description>We use ALOT of serialization in the current system I work with. Serializing/deserializing 100,000,000 objects in a day is pretty common. For a long time we knew that the binary formatter was fat and slow but never rationalized writing something custom as we were always fast enough. Unfortunately our data throughput has raised 400% in the last year (when you start with gigs and gigs of messages this is a huge gain) and our little three or four year old dual xeon 2.2 has turned into the little engine that could during peaks lately so we finally bit the big one and threw something together quickly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fgregyoung%2farchive%2f2008%2f08%2f24%2ffast-serialization.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fgregyoung%2farchive%2f2008%2f08%2f24%2ffast-serialization.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Fast_Serialization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Fast_Serialization</guid>
      <pubDate>Mon, 25 Aug 2008 20:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Particle Generator</title>
      <description>Cool particle effects live demo done with Silverlight. Sources are available, too! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.nerdplusart.com%2farchives%2fsilverlight-particle-generator"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.nerdplusart.com%2farchives%2fsilverlight-particle-generator" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Particle_Generator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Particle_Generator</guid>
      <pubDate>Thu, 21 Aug 2008 09:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Free Visual Studio File Explorer Add-in</title>
      <description>The Visual Studio File Explorer Add-in (sexy name we know, but hey, it's self documenting) is a free Tool Window add-in for VS 2008 that provides a Windows Explorer style file system view. It's particularly useful for performing routine file system tasks without the need to "context switch" away from Visual Studio, which can be time-consuming over the course of days and weeks. It is shell-enabled so extensions like TortoiseSVN work too. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2008%2f08%2f13%2ffree-visual-studio-file-explorer-add-in%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2008%2f08%2f13%2ffree-visual-studio-file-explorer-add-in%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Free_Visual_Studio_File_Explorer_Add_in</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Free_Visual_Studio_File_Explorer_Add_in</guid>
      <pubDate>Wed, 13 Aug 2008 09:31:03 GMT</pubDate>
    </item>
    <item>
      <title>The WPF DataGrid is finally here</title>
      <description>The CTP of the WPF DataGrid is finally released!!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f08%2f12%2fthe-wpf-datagrid-is-finally-here.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f08%2f12%2fthe-wpf-datagrid-is-finally-here.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/The_WPF_DataGrid_is_finally_here</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/The_WPF_DataGrid_is_finally_here</guid>
      <pubDate>Tue, 12 Aug 2008 20:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Over 60 Free Controls from DevExpress </title>
      <description>Once you register, you will be forwarded an Email with your login credentials to our product download portal. With this information in hand, you will be able to download and install all the controls and tools listed above free of charge. The applications you create with these controls can be distributed royalty free (see the EULA that accompanies the products for more information). Note that the installation you download will include evaluation versions of our entire product line. You can install these trials if you wish during the setup process.

Visual Studio 2005 and Visual Studio 2008 are fully supported. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devexpress.com%2fProducts%2fFree%2fWebRegistration60%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devexpress.com%2fProducts%2fFree%2fWebRegistration60%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Over_60_Free_Controls_from_DevExpress</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Over_60_Free_Controls_from_DevExpress</guid>
      <pubDate>Tue, 12 Aug 2008 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>How To Access A WPF Control Which Is Located In A DataTemplate </title>
      <description>Ever tryed to programatically change something in a WPF control that is in a DataTemplate? not so easy, here is how to do it &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f07%2fhow-to-access-a-wpf-control-which-is-located-in-a-datatemplate%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f07%2fhow-to-access-a-wpf-control-which-is-located-in-a-datatemplate%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/How_To_Access_A_WPF_Control_Which_Is_Located_In_A_DataTemplate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/How_To_Access_A_WPF_Control_Which_Is_Located_In_A_DataTemplate</guid>
      <pubDate>Thu, 07 Aug 2008 22:16:04 GMT</pubDate>
    </item>
    <item>
      <title>How To Create a WPF Template For a Generic Class </title>
      <description>Have you ever tried to create a DataTemplate for a Generic Class? Here is how you do it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f29%2fhow-to-create-a-wpf-template-for-a-generic-class%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f29%2fhow-to-create-a-wpf-template-for-a-generic-class%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/How_To_Create_a_WPF_Template_For_a_Generic_Class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/How_To_Create_a_WPF_Template_For_a_Generic_Class</guid>
      <pubDate>Wed, 30 Jul 2008 13:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Item Templates </title>
      <description>Sometimes we are using the same patterns of code over and over again. Those of us who are lazy (but smart) will create their own code snippets, if you are not familiar with this subject, read about how to create code snippets easily. But what if we need to create lots of classes with the same pattern? Code snippets may not be enough because they lack of some functionality which is needed to achieve our goal.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f24%2fvisual-studio-item-templates%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f24%2fvisual-studio-item-templates%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Visual_Studio_Item_Templates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Visual_Studio_Item_Templates</guid>
      <pubDate>Fri, 25 Jul 2008 14:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Add jQuery Intellisense To Your Visual Studio </title>
      <description>Enrich your working environment with free great jQuery intelisense addin &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f22%2fadd-jquery-intellisense-to-your-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f22%2fadd-jquery-intellisense-to-your-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Add_jQuery_Intellisense_To_Your_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Add_jQuery_Intellisense_To_Your_Visual_Studio</guid>
      <pubDate>Wed, 23 Jul 2008 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF Binding Converter Best Practices </title>
      <description>As you all remember in my article about Custom WPF Context Menu I mentioned that my WPF Binding Converter was a singleton, and I promised to tell you why, so here comes the 3 ways I know of using WPF Binding Converters. We will start from the worst (in my opinion) and move on the the best.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f17%2fwpf-binding-converter-best-practices%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f17%2fwpf-binding-converter-best-practices%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Binding_Converter_Best_Practices</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Binding_Converter_Best_Practices</guid>
      <pubDate>Thu, 17 Jul 2008 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>A Programming Job Interview Challenge #12 - Managed and Unmanaged </title>
      <description>The twelfth post of the series of programming job interview challenge is out, 31 readers provided answers to job interview challenge #11. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f14%2fa-programming-job-interview-challenge-12-managed-and-unmanaged%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f14%2fa-programming-job-interview-challenge-12-managed-and-unmanaged%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Programming_Job_Interview_Challenge_12_Managed_and_Unmanaged</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Programming_Job_Interview_Challenge_12_Managed_and_Unmanaged</guid>
      <pubDate>Tue, 15 Jul 2008 05:01:10 GMT</pubDate>
    </item>
    <item>
      <title>List.Sort(), Comparer and IComparable </title>
      <description>Hi In my previous article I talked about why SortedList is not a good option to use if you need a sorted collection with keys that are not unique... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f11%2flistsort-comparer-and-icomparable%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f11%2flistsort-comparer-and-icomparable%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/List_Sort_Comparer_and_IComparable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/List_Sort_Comparer_and_IComparable</guid>
      <pubDate>Fri, 11 Jul 2008 09:31:07 GMT</pubDate>
    </item>
    <item>
      <title>A Programming Job Interview Challenge #11 - Summing Numbers </title>
      <description>Job interview challenge number 11 is here! come and test your knowledge &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2fmisc%2fa-programming-job-interview-challenge-11-summing-numbers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2fmisc%2fa-programming-job-interview-challenge-11-summing-numbers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/A_Programming_Job_Interview_Challenge_11_Summing_Numbers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/A_Programming_Job_Interview_Challenge_11_Summing_Numbers</guid>
      <pubDate>Mon, 07 Jul 2008 22:16:08 GMT</pubDate>
    </item>
    <item>
      <title>Why SortedList&amp;lt;Key,Val&amp;gt; Is Useless </title>
      <description>The other day I wan in the need of a sorted collection. I found that there are 2 sorted collections available. SortedDictionary and SortedList. Now let me ask you, what do you think is the difference? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2fc%2fwhy-sortedlistkeyval-is-useless%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2fc%2fwhy-sortedlistkeyval-is-useless%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Why_SortedList_Key_Val_Is_Useless</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Why_SortedList_Key_Val_Is_Useless</guid>
      <pubDate>Wed, 02 Jul 2008 22:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Tree Surgeon 2.0 Release</title>
      <description>A tool to automatically generate Visual Studio solutions with proper directory structure &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fbsimser%2farchive%2f2008%2f06%2f30%2ftree-surgeon-2-0-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fbsimser%2farchive%2f2008%2f06%2f30%2ftree-surgeon-2-0-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Tree_Surgeon_2_0_Release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Tree_Surgeon_2_0_Release</guid>
      <pubDate>Tue, 01 Jul 2008 16:16:04 GMT</pubDate>
    </item>
    <item>
      <title>A Programming Job Interview Challenge #10 - The Missing Number </title>
      <description>Here comes the 10th question in our job interview challenge series, the answer to the ninth one is also attached, good luck &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2fnet%2fa-programming-job-interview-challenge-10-the-missing-number%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2fnet%2fa-programming-job-interview-challenge-10-the-missing-number%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/A_Programming_Job_Interview_Challenge_10_The_Missing_Number</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/A_Programming_Job_Interview_Challenge_10_The_Missing_Number</guid>
      <pubDate>Tue, 01 Jul 2008 08:46:09 GMT</pubDate>
    </item>
    <item>
      <title>he Best Job Interview Question (Software)</title>
      <description>During the Job Interview Challenge Series we are running here at Dev102.com, we usually get some comments from readers who think that the quality of a specific question is not good. Here are some of those comments: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2fmisc%2fthe-best-job-interview-question-software%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2fmisc%2fthe-best-job-interview-question-software%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/he_Best_Job_Interview_Question_Software</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/he_Best_Job_Interview_Question_Software</guid>
      <pubDate>Wed, 25 Jun 2008 17:01:14 GMT</pubDate>
    </item>
    <item>
      <title>How To Create a WPF Custom Context Menu </title>
      <description>An easy to learn and implement example about WPF custom context menu creation &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2fnet%2fhow-to-create-a-wpf-custom-context-menu%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2fnet%2fhow-to-create-a-wpf-custom-context-menu%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/How_To_Create_a_WPF_Custom_Context_Menu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/How_To_Create_a_WPF_Custom_Context_Menu</guid>
      <pubDate>Fri, 20 Jun 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>A Job Interview Challenge - A Needle in a Haystack </title>
      <description>You are writing a software component that receives a binary record every 20 millisecond. Your component function as a pipe, meaning it can't store the binary records, it should do whatever needed on the current record and than pass it to the next component in the pipeline &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2fnet%2fa-programming-job-interview-challenge-8-a-needle-in-a-haystack%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2fnet%2fa-programming-job-interview-challenge-8-a-needle-in-a-haystack%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/A_Job_Interview_Challenge_A_Needle_in_a_Haystack</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/A_Job_Interview_Challenge_A_Needle_in_a_Haystack</guid>
      <pubDate>Mon, 16 Jun 2008 14:46:17 GMT</pubDate>
    </item>
    <item>
      <title>Creating Visula Studio Keyborad Shortcuts Cheat Sheet </title>
      <description>As we all know, there are a lot of keyboard shortcuts in Visual Studio. We mentioned only 21 of them here at Dev102.com but according to this article, there are about 450 shortcuts available. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f06%2f12%2fcreating-vs-keyborad-shortcuts-cheat-sheet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f06%2f12%2fcreating-vs-keyborad-shortcuts-cheat-sheet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Creating_Visula_Studio_Keyborad_Shortcuts_Cheat_Sheet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Creating_Visula_Studio_Keyborad_Shortcuts_Cheat_Sheet</guid>
      <pubDate>Thu, 12 Jun 2008 14:46:08 GMT</pubDate>
    </item>
    <item>
      <title>A Simple ASP.NET MVC Sample Application </title>
      <description>This is a simple hello world example with ASP.NET MVC, to help you build your first application step by step &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f06%2f11%2fa-simple-aspnet-mvc-sample-application%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f06%2f11%2fa-simple-aspnet-mvc-sample-application%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_Simple_ASP_NET_MVC_Sample_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_Simple_ASP_NET_MVC_Sample_Application</guid>
      <pubDate>Wed, 11 Jun 2008 13:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Two Great Web Development Tools </title>
      <description>Here are two interesting tools I found while working on our Silveredo 2 theme. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f06%2f10%2ftwo-great-web-development-tools%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f06%2f10%2ftwo-great-web-development-tools%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Two_Great_Web_Development_Tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Two_Great_Web_Development_Tools</guid>
      <pubDate>Tue, 10 Jun 2008 13:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2 Beta2 Released</title>
      <description>Silverlight 2 Beta2 was released today. Silverlight 2 Beta2 supports a go-live license that allows you to start using and deploying Silverlight 2 for commercial applications. There will be some API changes between Beta2 and the final release, so you should expect that applications you write with Beta2 will need to make some updates when the final release comes out.  But we think that these changes will be straight-forward and relatively easy, and that you can begin planning and starting commercial projects now. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f06%2f06%2fsilverlight-2-beta2-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f06%2f06%2fsilverlight-2-beta2-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_Beta2_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Beta2_Released</guid>
      <pubDate>Sat, 07 Jun 2008 06:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>