<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by tomerico</title>
    <description>Stories kicked by tomerico</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>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>Project anti-pattern: Many projects in a Visual Studio Solution File</title>
      <description>I've been hearing from several colleagues about how their Visual Studio solution files have many (i.e. more than 10, and usually more than 30 -- in one case, more than 100!).  So far, none of them have been able to give me any good explanation for why this is and most of them hate it but they can't change it because their architect/lead/whatever won't let them.

I'm hoping that by getting the discussion going on this in the greater community, we can try to discourage everyone from having lots of projects in a solution.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2008%2f07%2f15%2fproject-anti-pattern-many-projects-in-a-visual-studio-solution-file.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2008%2f07%2f15%2fproject-anti-pattern-many-projects-in-a-visual-studio-solution-file.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Project_anti_pattern_Many_projects_in_a_Visual_Studio_Solution_File</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Project_anti_pattern_Many_projects_in_a_Visual_Studio_Solution_File</guid>
      <pubDate>Thu, 17 Jul 2008 17:46:06 GMT</pubDate>
    </item>
    <item>
      <title>A Programming Job Interview Challenge #7 - Coins of The Round Table </title>
      <description>That's it, Times up on the sixth in the series of job interview questions. This weeks question:  you are playing the following game...
 &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%2f09%2fa-programming-job-interview-challenge-7-coins-of-the-round-table%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f06%2f09%2fa-programming-job-interview-challenge-7-coins-of-the-round-table%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_7_Coins_of_The_Round_Table</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/A_Programming_Job_Interview_Challenge_7_Coins_of_The_Round_Table</guid>
      <pubDate>Mon, 09 Jun 2008 15:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Operator~ and BinarySearch</title>
      <description>Usually, we use Array.BinarySearch to find a value in a sorted array, we all know that this method returns the index of the searched value in the array, if value is found. But most of us don't really know the whole truth about the returned value and how it can be used. &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%2f05%2f01%2foperator-and-binarysearch%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f01%2foperator-and-binarysearch%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Operator_and_BinarySearch</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Operator_and_BinarySearch</guid>
      <pubDate>Thu, 01 May 2008 14:46:07 GMT</pubDate>
    </item>
    <item>
      <title>WPF performance profiling tools</title>
      <description>The WPF Performance Suite is a set of performance profiling tools that allow you to analyze the runtime behavior of your WPF application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f04%2f30%2fwpf-performance-profiling-tools.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f04%2f30%2fwpf-performance-profiling-tools.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/WPF_performance_profiling_tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/WPF_performance_profiling_tools</guid>
      <pubDate>Wed, 30 Apr 2008 20:46:10 GMT</pubDate>
    </item>
    <item>
      <title>Why I'm a better software developer than you</title>
      <description>What makes one developer better than another? Shouldn't we all be performing at the same level? Of course not, we're not sewing buttons on an assembly line. We're using every bit of our intelligence to create something that we can only being to understand. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f04%2fwhy-im-a-better-software-developer-than-you.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f04%2fwhy-im-a-better-software-developer-than-you.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Why_I_m_a_better_software_developer_than_you</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Why_I_m_a_better_software_developer_than_you</guid>
      <pubDate>Wed, 30 Apr 2008 17:46:03 GMT</pubDate>
    </item>
    <item>
      <title>spec# &amp;amp; dbc</title>
      <description>For everyone! &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%2f04%2f28%2fi-want-spec.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fgregyoung%2farchive%2f2008%2f04%2f28%2fi-want-spec.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/spec_dbc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/spec_dbc</guid>
      <pubDate>Wed, 30 Apr 2008 07:47:09 GMT</pubDate>
    </item>
    <item>
      <title>7 free online editors for your asp.net site (part 2)</title>
      <description>This is second part of a two-part article about free online editors for you Asp.Net(Web) projects &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f04%2f29%2f7-free-online-editors-for-your-asp-net-site-part-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f04%2f29%2f7-free-online-editors-for-your-asp-net-site-part-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/7_free_online_editors_for_your_asp_net_site_part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/7_free_online_editors_for_your_asp_net_site_part_2</guid>
      <pubDate>Tue, 29 Apr 2008 18:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Explore Silverlight project hierarchy with Silverlight Spy 2</title>
      <description>Silverlight Spy will automatically pick up any Silverlight application embedded in the page and display it in the XAML Explorer &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f04%2f23%2fexplore-silverlight-project-hierarchy-with-silverlight-spy-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f04%2f23%2fexplore-silverlight-project-hierarchy-with-silverlight-spy-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Explore_Silverlight_project_hierarchy_with_Silverlight_Spy_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Explore_Silverlight_project_hierarchy_with_Silverlight_Spy_2</guid>
      <pubDate>Fri, 25 Apr 2008 12:31:17 GMT</pubDate>
    </item>
    <item>
      <title>.NET Obfuscators</title>
      <description>Comprehensive list of all .NET obfuscators available today and online reviews. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharp411.com%2fnet-obfuscators%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharp411.com%2fnet-obfuscators%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/NET_Obfuscators</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/NET_Obfuscators</guid>
      <pubDate>Wed, 16 Apr 2008 20:46:13 GMT</pubDate>
    </item>
    <item>
      <title>How to use Aggregate functions with LINQ to SQL</title>
      <description>LINQ to SQL maps the relational database into an object model, and when the program runs the queries in the object model are translated into SQL. SQL contains Aggregate functions like SUM, AVG, MIN, MAX and more. Lets see how this functionality can be implemented using LINQ  &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%2f04%2f16%2fhow-to-use-aggregate-functions-with-linq-to-sql%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f04%2f16%2fhow-to-use-aggregate-functions-with-linq-to-sql%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/How_to_use_Aggregate_functions_with_LINQ_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/How_to_use_Aggregate_functions_with_LINQ_to_SQL</guid>
      <pubDate>Wed, 16 Apr 2008 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Out parameters suck, tuples rule, F# wins</title>
      <description>The TryParse method found on many value types is nice and useful.  Unfortunately, you're forced to use out parameters to make use of them.  Ugh. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftryingthisagain.com%2f2008%2f04%2f08%2ftuples-rock-my-world%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftryingthisagain.com%2f2008%2f04%2f08%2ftuples-rock-my-world%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Out_parameters_suck_tuples_rule_F_wins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Out_parameters_suck_tuples_rule_F_wins</guid>
      <pubDate>Wed, 16 Apr 2008 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Google AdSense Advertising - eeech...</title>
      <description>Rick Strahl has a great post questioning how much fraud Google actually lets through with AdSense. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f302826.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f302826.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Google_AdSense_Advertising_eeech</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Google_AdSense_Advertising_eeech</guid>
      <pubDate>Sat, 05 Apr 2008 17:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Debugging in WPF - WPF Disciples tips and tricks &amp;#171; WPF Disciples</title>
      <description>It is proven that we software developers spend more time debugging than actually writing code. Guess what?!! WPF is no different. We have to debug and debug and debug! So the WPF Disciples decided to make a list of articles that can help WPF developers make the debugging process easier. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwpfdisciples.wordpress.com%2f2008%2f04%2f04%2fdebugging-in-wpf-wpf-disciples-tips-and-tricks%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwpfdisciples.wordpress.com%2f2008%2f04%2f04%2fdebugging-in-wpf-wpf-disciples-tips-and-tricks%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Debugging_in_WPF_WPF_Disciples_tips_and_tricks_WPF_Disciples</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Debugging_in_WPF_WPF_Disciples_tips_and_tricks_WPF_Disciples</guid>
      <pubDate>Sat, 05 Apr 2008 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Simple Trick to Test Your Silverlight Web Pages</title>
      <description>Test how your web page appears to users without Silverlight in a second, with this useful tip. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.toolico.com%2f2008%2ftips-and-tricks%2ftest-how-your-website-looks-without-silverlight"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.toolico.com%2f2008%2ftips-and-tricks%2ftest-how-your-website-looks-without-silverlight" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Simple_Trick_to_Test_Your_Silverlight_Web_Pages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Simple_Trick_to_Test_Your_Silverlight_Web_Pages</guid>
      <pubDate>Fri, 04 Apr 2008 17:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Great Little Silverlight Tool Every .Net Developer Need</title>
      <description>A light and handy Silverlight utility which allows you to select through all the possible String.Format options. And provides you with a code snippet to paste into your code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.toolico.com%2f2008%2fdevelopers-tools%2fstring-format-made-simpl"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.toolico.com%2f2008%2fdevelopers-tools%2fstring-format-made-simpl" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Great_Little_Silverlight_Tool_Every_Net_Developer_Need</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Great_Little_Silverlight_Tool_Every_Net_Developer_Need</guid>
      <pubDate>Thu, 03 Apr 2008 12:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>