<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by archibaldtort</title>
    <description>Stories kicked by archibaldtort</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>Silverlight Session Scheduler at CodePlex</title>
      <description>Small article about a Silverlight conference session scheduler that includes a link to the full source at CodePlax.  Demonstrates User Controls, global variables and other Silverlight 2 techs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftocode.blogspot.com%2f2008%2f04%2fsilverlight-session-scheduler-at.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftocode.blogspot.com%2f2008%2f04%2fsilverlight-session-scheduler-at.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Session_Scheduler_at_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Session_Scheduler_at_CodePlex</guid>
      <pubDate>Mon, 14 Apr 2008 12:03:53 GMT</pubDate>
    </item>
    <item>
      <title>Programming Challenge #1: HTML Calendar</title>
      <description>Surprised by the amount of code for such a seemingly simple task, I figured it'd be interesting to solicit solutions to outputting a calendar in HTML. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjacobcarpenter.wordpress.com%2f2008%2f04%2f08%2fprogramming-challenge-1-html-calendar%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjacobcarpenter.wordpress.com%2f2008%2f04%2f08%2fprogramming-challenge-1-html-calendar%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Programming_Challenge_1_HTML_Calendar</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Programming_Challenge_1_HTML_Calendar</guid>
      <pubDate>Wed, 09 Apr 2008 00:32:35 GMT</pubDate>
    </item>
    <item>
      <title>Tool Theory</title>
      <description>Good article on what a tool is and good tool design &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_laribee%2farchive%2f2008%2f04%2f03%2fearly-tool-theory.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid_laribee%2farchive%2f2008%2f04%2f03%2fearly-tool-theory.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Tool_Theory</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Tool_Theory</guid>
      <pubDate>Sun, 06 Apr 2008 18:04:26 GMT</pubDate>
    </item>
    <item>
      <title>The most important quality of a developer: Self-criticism</title>
      <description>I think an awful lot of creation is made out of, also, the self-criticism of a developer, and very often I think probably what makes one seem better than another his that his critical sense is more acute. It may not be that he is more gifted in any way but just that he has a better critical sense. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f04%2f02%2fSelf-criticism-is-the-key-to-success.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f04%2f02%2fSelf-criticism-is-the-key-to-success.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_most_important_quality_of_a_developer_Self_criticism</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_most_important_quality_of_a_developer_Self_criticism</guid>
      <pubDate>Wed, 02 Apr 2008 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Improving .Net Performance With Ngen: The Native Image Generator</title>
      <description>An overview Microsoft's complimentary .NET tool called NGen (Native Image Generator) and how it's used in 1.1 and 2.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2frickm%2farchive%2f2008%2f03%2f26%2fimproving-dotnet-performance-with-ngen-the-native-image-generator.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2frickm%2farchive%2f2008%2f03%2f26%2fimproving-dotnet-performance-with-ngen-the-native-image-generator.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Improving_Net_Performance_With_Ngen_The_Native_Image_Generator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Improving_Net_Performance_With_Ngen_The_Native_Image_Generator</guid>
      <pubDate>Sun, 30 Mar 2008 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Expression Trees: Why LINQ to SQL is Better than NHibernate</title>
      <description>The article claims that LINQ to SQL is inherently better than NHibernate because LINQ takes advantage of a new C# language feature called expression trees. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f03%2fexpression-trees-why-linq-to-sql-is.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f03%2fexpression-trees-why-linq-to-sql-is.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Expression_Trees_Why_LINQ_to_SQL_is_Better_than_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Expression_Trees_Why_LINQ_to_SQL_is_Better_than_NHibernate</guid>
      <pubDate>Fri, 28 Mar 2008 07:31:02 GMT</pubDate>
    </item>
    <item>
      <title>C# DateTime.MinValue is not the same as SqlDateTime.MinValue</title>
      <description>Working with non-nullable types in C# can be a bit of a pain. For instance when I have a date as a string and need to parse it into a DateTime what should the value be if the parse fails? I can't use null because DateTime is not a nullable type. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f03%2f26%2fc-datetimeminvalue-is-not-the-same-as-sqldatetimeminvalue%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f03%2f26%2fc-datetimeminvalue-is-not-the-same-as-sqldatetimeminvalue%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_DateTime_MinValue_is_not_the_same_as_SqlDateTime_MinValue</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_DateTime_MinValue_is_not_the_same_as_SqlDateTime_MinValue</guid>
      <pubDate>Sun, 30 Mar 2008 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Automatic Properties</title>
      <description>Automatic Property feature of .NET 3.5 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjean-paul_boodhoo%2farchive%2f2008%2f02%2f20%2fautomatic-properties-in-case-you-didn-t-know.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjean-paul_boodhoo%2farchive%2f2008%2f02%2f20%2fautomatic-properties-in-case-you-didn-t-know.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Automatic_Properties</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Automatic_Properties</guid>
      <pubDate>Tue, 26 Feb 2008 04:19:21 GMT</pubDate>
    </item>
  </channel>
</rss>