<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by hatchling_nz</title>
    <description>Stories kicked by hatchling_nz</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>A Serious Challenge for Open Source?</title>
      <description>. . . what Mindscape has done is really quite impressive. To evaluate, accept, and incorporate feedback that quickly into the product and to have the installer ready that afternoon is impressive - for anyone. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscyvas.wordpress.com%2f2008%2f08%2f15%2fa-serious-challenge-for-open-source%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscyvas.wordpress.com%2f2008%2f08%2f15%2fa-serious-challenge-for-open-source%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Serious_Challenge_for_Open_Source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Serious_Challenge_for_Open_Source</guid>
      <pubDate>Sun, 17 Aug 2008 23:46: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> Elegant Invariant Checking with C# 3 </title>
      <description>Leveraging expression trees and extension methods to build a fluent invariant checking API. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewpeters.net%2f2008%2f07%2f30%2finvariant-checking%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewpeters.net%2f2008%2f07%2f30%2finvariant-checking%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Elegant_Invariant_Checking_with_C_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Elegant_Invariant_Checking_with_C_3</guid>
      <pubDate>Thu, 31 Jul 2008 07:16:03 GMT</pubDate>
    </item>
    <item>
      <title>When to use LINQ?</title>
      <description>Great, in-depth discussion of when it makes to sense to use LINQ in LightSpeed 2.0. &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%2f06%2f09%2fwhen-should-i-use-linq-in-lightspeed-2%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%2f06%2f09%2fwhen-should-i-use-linq-in-lightspeed-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/When_to_use_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/When_to_use_LINQ</guid>
      <pubDate>Tue, 10 Jun 2008 04:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Introducing LINQ to LightSpeed</title>
      <description>LightSpeed 2 incorporates LINQ (Language Integrated Query) support. LINQ to LightSpeed means that if you know LINQ, you can get these benefits without having to learn a new API. You can continue to write LINQ queries as if against LINQ to SQL or another LINQ provider, but you'll get database independence (effectively LightSpeed gives you LINQ to Oracle, LINQ to MySQL, LINQ to PostgreSQL and LINQ to SQLite as well as LINQ to SQL Server, all in the one box), advanced eager loading functionality (avoiding the so-called "n+1" problem which affects some LINQ implementations) and of course the blazingly fast LightSpeed query engine.

 &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%2f06%2f08%2fintroducing-linq-to-lightspeed%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%2f06%2f08%2fintroducing-linq-to-lightspeed%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Introducing_LINQ_to_LightSpeed</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Introducing_LINQ_to_LightSpeed</guid>
      <pubDate>Mon, 09 Jun 2008 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>&amp;quot;Velocity&amp;quot; project - memcached by Microsoft?</title>
      <description>Is the Velocity project by Microsoft simply a me-too framework or are they creating real value for developers on the Windows platform? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.bluecog.co.nz%2farchives%2f2008%2f06%2f09%2fvelocity-project-memcached-by-microsoft%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.bluecog.co.nz%2farchives%2f2008%2f06%2f09%2fvelocity-project-memcached-by-microsoft%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Velocity_project_memcached_by_Microsoft</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Velocity_project_memcached_by_Microsoft</guid>
      <pubDate>Tue, 10 Jun 2008 00:31:07 GMT</pubDate>
    </item>
    <item>
      <title>LightSpeed 2.0 Released</title>
      <description>LightSpeed 2.0 has been released. It includes a full, round-tripping Visual Studio designer and support for LINQ! &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%2f06%2f04%2flightspeed-20-released"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2008%2f06%2f04%2flightspeed-20-released" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/LightSpeed_2_0_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/LightSpeed_2_0_Released</guid>
      <pubDate>Thu, 05 Jun 2008 04:16:02 GMT</pubDate>
    </item>
    <item>
      <title> Introducing MonoRail NHAML</title>
      <description>HAML engine for Castle MonoRail project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmirvodasergey%2farchive%2f2008%2f06%2f02%2fintroducing-monorail-nhaml.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmirvodasergey%2farchive%2f2008%2f06%2f02%2fintroducing-monorail-nhaml.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Introducing_MonoRail_NHAML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Introducing_MonoRail_NHAML</guid>
      <pubDate>Mon, 09 Jun 2008 19:16:10 GMT</pubDate>
    </item>
    <item>
      <title>Using the unit of work-per-request pattern in ASP.NET MVC</title>
      <description>Describe a simple, efficient and testable approach to implementing the unit of work-per-request (a.k.a session-per-request) pattern in Microsoft's new ASP.NET MVC framework. &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%2f05%2f12%2fusing-the-unit-of-work-per-request-pattern-in-aspnet-mvc%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%2f05%2f12%2fusing-the-unit-of-work-per-request-pattern-in-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Using_the_unit_of_work_per_request_pattern_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Using_the_unit_of_work_per_request_pattern_in_ASP_NET_MVC</guid>
      <pubDate>Tue, 13 May 2008 08:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Slice - Collection Slicing Extension Method</title>
      <description>A recreation of Python collection slicing in .NET using extension methods. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f05%2f12%2fslice-collection-slicing-extension-method.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f05%2f12%2fslice-collection-slicing-extension-method.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Slice_Collection_Slicing_Extension_Method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Slice_Collection_Slicing_Extension_Method</guid>
      <pubDate>Tue, 13 May 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>LightSpeed 2.0 Gets Visual Studio Designer</title>
      <description>First it was LINQ support, now LightSpeed 2 gets a complete Visual Studio design experience. &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%2f17%2flightspeed-20-model-designer%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%2f17%2flightspeed-20-model-designer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/LightSpeed_2_0_Gets_Visual_Studio_Designer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/LightSpeed_2_0_Gets_Visual_Studio_Designer</guid>
      <pubDate>Fri, 18 Apr 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Using Ruby to generate LightSpeed models</title>
      <description>The end of a 4 part series on creating a little ruby application to generate lightspeed models.
It demonstrates usage and provides links to relevant information. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fflanders.co.nz%2fblog%2farchive%2f2008%2f02%2f09%2fusing-ruby-to-generate-lightspeed-models---part-4-again.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fflanders.co.nz%2fblog%2farchive%2f2008%2f02%2f09%2fusing-ruby-to-generate-lightspeed-models---part-4-again.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Using_Ruby_to_generate_LightSpeed_models</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Using_Ruby_to_generate_LightSpeed_models</guid>
      <pubDate>Sat, 09 Feb 2008 23:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Mindscape ships the WPF Property Grid</title>
      <description>The prolific Mindscape from Wellington (NZ) released another cool developer's tool: a property grid for WPF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.bluecog.co.nz%2farchives%2f2008%2f01%2f23%2fmindscape-ships-the-wpf-property-grid%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.bluecog.co.nz%2farchives%2f2008%2f01%2f23%2fmindscape-ships-the-wpf-property-grid%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Mindscape_ships_the_WPF_Property_Grid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Mindscape_ships_the_WPF_Property_Grid</guid>
      <pubDate>Wed, 23 Jan 2008 10:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Internet Explorer 8 now passing Acid2</title>
      <description>The IE8 team just announced some new news about IE8 - they just passed a major milestone which is to have IE8 render Acid2 when in IE8 standards mode. Includes link to official post and video. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fturtle.net.nz%2fblog%2fpost%2fFinallyTalkingAboutIE8"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fturtle.net.nz%2fblog%2fpost%2fFinallyTalkingAboutIE8" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/Internet_Explorer_8_now_passing_Acid2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/Internet_Explorer_8_now_passing_Acid2</guid>
      <pubDate>Wed, 19 Dec 2007 21:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Quake 2 .NET Port with Visual Studio 2008 (v9.0) and Managed C++</title>
      <description>Vertigo Software's old Quake II .NET port updated to Visual Studio 2008 / New Managed Extensions for C++. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgregs-blog.com%2f2007%2f11%2f25%2fupdate-quake-2-net-port-with-visual-studio-2008-v90-and-managed-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgregs-blog.com%2f2007%2f11%2f25%2fupdate-quake-2-net-port-with-visual-studio-2008-v90-and-managed-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/cplusplus/Quake_2_NET_Port_with_Visual_Studio_2008_v9_0_and_Managed_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/cplusplus/Quake_2_NET_Port_with_Visual_Studio_2008_v9_0_and_Managed_C</guid>
      <pubDate>Wed, 19 Dec 2007 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Introducing NHaml - An ASP.NET MVC View Engine</title>
      <description>NHaml (pronounced enamel) is a pure .NET implementation of the popular Rails Haml view engine. From the Haml website:

"Haml is a markup language that's used to cleanly and simply describe the XHTML of any web document, without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ERB, and ASP. However, Haml avoids the need for explicitly coding XHTML into the template, because it is actually an abstract description of the XHTML, with some code to generate dynamic content."

In other words, NHaml is an external DSL for XHTML. It's primary qualities are it's simplicity, terseness, performance and that it outputs nicely formatted XHTML. Additionally, the NHaml view engine provides support for Rails style layouts and partials. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewpeters.net%2f2007%2f12%2f19%2fintroducing-nhaml-an-aspnet-mvc-view-engine%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewpeters.net%2f2007%2f12%2f19%2fintroducing-nhaml-an-aspnet-mvc-view-engine%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Introducing_NHaml_An_ASP_NET_MVC_View_Engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Introducing_NHaml_An_ASP_NET_MVC_View_Engine</guid>
      <pubDate>Wed, 19 Dec 2007 21:01:03 GMT</pubDate>
    </item>
    <item>
      <title>How to install ASP.NET 3.5 Extensions Preview</title>
      <description>To install the ASP.NET 3.5 Extensions Preview you need to be carefull installing the requirements in thr right order. Here is how. &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%2f2007%2f12%2f10%2fHow-to-install-ASP.NET-3.5-Extensions-Preview.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2007%2f12%2f10%2fHow-to-install-ASP.NET-3.5-Extensions-Preview.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_install_ASP_NET_3_5_Extensions_Preview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_install_ASP_NET_3_5_Extensions_Preview</guid>
      <pubDate>Mon, 10 Dec 2007 18:01:04 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Framework and December CTP of Extensions released</title>
      <description>The ASP.NET MVC Framework is now available as part of the December CTP for the ASP.NET and ADO.NET 3.5 Extensions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fturtle.net.nz%2fblog%2fpost%2fAspNet35DecemberExtensions"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fturtle.net.nz%2fblog%2fpost%2fAspNet35DecemberExtensions" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_and_December_CTP_of_Extensions_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_and_December_CTP_of_Extensions_released</guid>
      <pubDate>Mon, 10 Dec 2007 04:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Live Labs - Volta</title>
      <description>The Volta technology preview is a developer toolset that enables you to build multi-tier web applications by applying familiar techniques and patterns. First, design and build your application as a .NET client application, then assign the portions of the application to run on the server and the client tiers late in the development process. The compiler creates cross-browser JavaScript for the client tier, web services for the server tier, and communication, serialization, synchronization, security, and other boilerplate code to tie the tiers together. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ifxplus.com%2fpost%2fMicrosoft-Live-Labs---Volta.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ifxplus.com%2fpost%2fMicrosoft-Live-Labs---Volta.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Microsoft_Live_Labs_Volta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Microsoft_Live_Labs_Volta</guid>
      <pubDate>Thu, 06 Dec 2007 18:01:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.Net MVC Framework Part 1</title>
      <description>Scott Guthrie provides some great insight into the upcoming ASP.Net MVC framework. &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%2f2007%2f11%2f13%2fasp-net-mvc-framework-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f11%2f13%2fasp-net-mvc-framework-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_Net_MVC_Framework_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_Net_MVC_Framework_Part_1</guid>
      <pubDate>Tue, 13 Nov 2007 13:31:02 GMT</pubDate>
    </item>
    <item>
      <title>LightSpeed 1.1 Released</title>
      <description>A new version of the popular O/RM framework LightSpeed is up. The new release includes soft delete, polymorphic querying, validation improvements, performance enhancements and even better documentation and samples. And the framework library is still only 125KB. &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%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/LightSpeed_1_1_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/LightSpeed_1_1_Released</guid>
      <pubDate>Mon, 12 Nov 2007 22:31:06 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>Mindscape LightSpeed on ARCast.TV</title>
      <description>LightSpeed is a domain modeling and O/R Mapping framework. This ARCast.TV show discusses the framework with Jeremy Boyd and John-Daniel Trask. &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%2f%3fp%3d57"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2f%3fp%3d57" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Mindscape_LightSpeed_on_ARCast_TV</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Mindscape_LightSpeed_on_ARCast_TV</guid>
      <pubDate>Mon, 05 Nov 2007 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Utilities.NET 1.0 released</title>
      <description>Utilities.NET is a collection of helper classes and components for quickly solving common .NET programming tasks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2007%2f10%2f02%2futilities-net-1-0-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2007%2f10%2f02%2futilities-net-1-0-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Utilities_NET_1_0_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Utilities_NET_1_0_released</guid>
      <pubDate>Tue, 02 Oct 2007 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Properly Using Custom Error Pages in ASP.NET </title>
      <description>Earlier this week I started with a rant about ASP.NET and Search Engine Optimization and was really tired of my platform being dissed as a good platform for optimized sites. One of the complaints raised by the article was the way ASP.NET handles custom errors. The complaint centers around two status codes being generated, first a 302 or temporary redirect is sent. Then a 200 status code is sent for a successful request. This is actually the proper way to indicate the custom error page process and I will explain why. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2007%2f09%2f30%2fProperly-Using-Custom-Error-Pages-in-ASP.NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2007%2f09%2f30%2fProperly-Using-Custom-Error-Pages-in-ASP.NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Properly_Using_Custom_Error_Pages_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Properly_Using_Custom_Error_Pages_in_ASP_NET</guid>
      <pubDate>Tue, 02 Oct 2007 19:15:01 GMT</pubDate>
    </item>
  </channel>
</rss>