<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by eXXL</title>
    <description>Stories kicked by eXXL</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>Things to Notice When Binding to Large Collection </title>
      <description>Lately I was working on an application that had to display a large amount of objects on screen and allow filtering. I have learned that scrolling large collections was not so simple in WPF, and I definitely did not see the problems coming. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2009%2f01%2f16%2fthings-to-notice-when-binding-to-large-collection%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f01%2f16%2fthings-to-notice-when-binding-to-large-collection%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Things_to_Notice_When_Binding_to_Large_Collection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Things_to_Notice_When_Binding_to_Large_Collection</guid>
      <pubDate>Wed, 21 Jan 2009 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>How To Guarantee That Your Software Will Suck</title>
      <description>Do you bad software and unhappy developers? Well, it isn't that hard... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f12%2f07%2fHow-To-Guarantee-That-Your-Software-Will-Suck.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f12%2f07%2fHow-To-Guarantee-That-Your-Software-Will-Suck.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/How_To_Guarantee_That_Your_Software_Will_Suck</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/How_To_Guarantee_That_Your_Software_Will_Suck</guid>
      <pubDate>Mon, 08 Dec 2008 23:31:10 GMT</pubDate>
    </item>
    <item>
      <title>Loading static content in ASP.NET pages from different domain for fast</title>
      <description>Generally we put static content (images, css, js) of our website inside the same web project. Thus they get downloaded from the same domain like www.dropthings.com. As browser can only open two concurrent connections, all of these download only two at once. If you move the static content to a separate domain, browser can download more content in parallel and thus load the page faster. This HttpFilter parses the page output and automatically moves all static content links to a different domain as specified. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f08%2f01%2floading-static-content-in-asp-net-pages-from-different-domain-for-faster-parallel-download.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f08%2f01%2floading-static-content-in-asp-net-pages-from-different-domain-for-faster-parallel-download.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Loading_static_content_in_ASP_NET_pages_from_different_domain_for_fast</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Loading_static_content_in_ASP_NET_pages_from_different_domain_for_fast</guid>
      <pubDate>Sat, 02 Aug 2008 02:20:41 GMT</pubDate>
    </item>
    <item>
      <title>Getting started with custom SharePoint Event Receivers</title>
      <description>In this post I describe how to create a custom SharePoint Event Receiver using the Visual Studio Extensions for SharePoint Services. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fgetting-started-with-custom-sharepoint-event-receivers%2f161.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fgetting-started-with-custom-sharepoint-event-receivers%2f161.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Getting_started_with_custom_SharePoint_Event_Receivers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Getting_started_with_custom_SharePoint_Event_Receivers</guid>
      <pubDate>Fri, 18 Jul 2008 18:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Battling some of the errors generated by Microsoft Source Analysis for</title>
      <description>Getting rid of errors related to generated files and SA1633 &amp;quot;valid header XML&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fbattling-some-of-the-errors-generated-by-microsoft-source-analysis-for-c%2f154.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fbattling-some-of-the-errors-generated-by-microsoft-source-analysis-for-c%2f154.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Battling_some_of_the_errors_generated_by_Microsoft_Source_Analysis_for</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Battling_some_of_the_errors_generated_by_Microsoft_Source_Analysis_for</guid>
      <pubDate>Sun, 25 May 2008 00:48:52 GMT</pubDate>
    </item>
    <item>
      <title>Writing your own rules for Microsoft Source Analysis for C#</title>
      <description>How to look at the baked in rules or how to write your own set of rules for the newly released Microsoft Source Analysis for C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fwriting-your-own-rules-for-microsoft-source-analysis-for-c%2f153.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fwriting-your-own-rules-for-microsoft-source-analysis-for-c%2f153.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Writing_your_own_rules_for_Microsoft_Source_Analysis_for_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Writing_your_own_rules_for_Microsoft_Source_Analysis_for_C</guid>
      <pubDate>Mon, 26 May 2008 16:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Change SharePoint ContentType of ListItem</title>
      <description>This article describes how to change the content type of a SharePoint list item. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alexbruett.net%2f%3fp%3d5"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alexbruett.net%2f%3fp%3d5" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Change_SharePoint_ContentType_of_ListItem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Change_SharePoint_ContentType_of_ListItem</guid>
      <pubDate>Mon, 05 May 2008 00:50:56 GMT</pubDate>
    </item>
    <item>
      <title>Cool WPF MulticolumnTreeview</title>
      <description>Great, detailed article on using a WPF MulticolumnTreeview control to display complex, hierarchical data. &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%2f04%2f28%2fheterogeneous-hierarchies-in-the-wpf-elements-multicolumntreeview%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%2f04%2f28%2fheterogeneous-hierarchies-in-the-wpf-elements-multicolumntreeview%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Cool_WPF_MulticolumnTreeview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Cool_WPF_MulticolumnTreeview</guid>
      <pubDate>Tue, 29 Apr 2008 13:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Stored Procedures vs. Ad-Hoc (yet again yawn)</title>
      <description>Inspired by Chris Love's Things I Hate About NET post

http://www.dotnetkicks.com/aspnet/Things_I_Hate_About_NET 

I respond to his love of (yech) Stored Procedures.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstatestreetgang.net%2fpost%2f2008%2f04%2fMy-Statement-on-Stored-Procedures.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstatestreetgang.net%2fpost%2f2008%2f04%2fMy-Statement-on-Stored-Procedures.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Stored_Procedures_vs_Ad_Hoc_yet_again_yawn</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Stored_Procedures_vs_Ad_Hoc_yet_again_yawn</guid>
      <pubDate>Thu, 03 Apr 2008 01:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Build visual studio documentation from code comments using Sandcastle</title>
      <description>This article describes how to build help files using Sandcastle and code comment tags and how to integrate the help files into the visual studio help system. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fintegrate-xml-code-comments-into-visual-studio-20052008-using-sandcastle-and-html-help-20%2f150.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fintegrate-xml-code-comments-into-visual-studio-20052008-using-sandcastle-and-html-help-20%2f150.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Build_visual_studio_documentation_from_code_comments_using_Sandcastle</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Build_visual_studio_documentation_from_code_comments_using_Sandcastle</guid>
      <pubDate>Wed, 26 Mar 2008 02:31:02 GMT</pubDate>
    </item>
    <item>
      <title>SharePoint 2007 Project Template for Timer Jobs in Visual Studio 2005 </title>
      <description>What are SharePoint Timer Jobs?
SharePoint timer jobs are tasks executed on a scheduled basis by the SharePoint Timer service. Nobody wants to do all the steps necessary to create such a job for each new timer job. So in order to make it simpler to start a new timer job project, I created a visual studio template containing all the neccessary stuff you need. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fvisual-studio-2005-project-template-for-sharepoint-2007-timer-jobs%2f142.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fvisual-studio-2005-project-template-for-sharepoint-2007-timer-jobs%2f142.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/SharePoint_2007_Project_Template_for_Timer_Jobs_in_Visual_Studio_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/SharePoint_2007_Project_Template_for_Timer_Jobs_in_Visual_Studio_2005</guid>
      <pubDate>Tue, 04 Mar 2008 16:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Style and Silverlight</title>
      <description>How improve your silverlight look-and-feel &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%2fpages%2fsilverlight-tutorial-part-4-using-style-elements-to-better-encapsulate-look-and-feel.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2fpages%2fsilverlight-tutorial-part-4-using-style-elements-to-better-encapsulate-look-and-feel.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Style_and_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Style_and_Silverlight</guid>
      <pubDate>Sat, 23 Feb 2008 15:37:54 GMT</pubDate>
    </item>
    <item>
      <title> Silverlight 2 Tutorial Part 2: Using Layout Management</title>
      <description>Scott Gu SilverLight 2 tutorial Part 2. &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%2fpages%2fsilverlight-tutorial-part-2-using-layout-management.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2fpages%2fsilverlight-tutorial-part-2-using-layout-management.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_Tutorial_Part_2_Using_Layout_Management</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Tutorial_Part_2_Using_Layout_Management</guid>
      <pubDate>Sun, 24 Feb 2008 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating &amp;quot;Hello World&amp;quot; with Silverlight 2 Part 1</title>
      <description>Scott Gu SilverLight 2 tutorial Part 1 &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%2fpages%2fsilverlight-tutorial-part-1-creating-quot-hello-world-quot-with-silverlight-2-and-vs-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2fpages%2fsilverlight-tutorial-part-1-creating-quot-hello-world-quot-with-silverlight-2-and-vs-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Creating_Hello_World_with_Silverlight_2_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Creating_Hello_World_with_Silverlight_2_Part_1</guid>
      <pubDate>Sat, 23 Feb 2008 11:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Create horizontal or vertical linear gradients</title>
      <description>Explains in detail why linear gradients default to being on a diagonal and demonstrates how to create either horizontal or vertical linear gradients. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsilverlight.net%2fblogs%2fjesseliberty%2farchive%2f2008%2f01%2f18%2fdid-you-know-that-you-can-create-vertical-or-horizontal-linear-gradients.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsilverlight.net%2fblogs%2fjesseliberty%2farchive%2f2008%2f01%2f18%2fdid-you-know-that-you-can-create-vertical-or-horizontal-linear-gradients.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Create_horizontal_or_vertical_linear_gradients</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Create_horizontal_or_vertical_linear_gradients</guid>
      <pubDate>Fri, 18 Jan 2008 23:02:48 GMT</pubDate>
    </item>
  </channel>
</rss>