<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by lysp</title>
    <description>Stories kicked by lysp</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>[Mono-list] Announcing DbLinq 0.20.1</title>
      <description>An open source implementation of Linq2SQL that runs against most popular databases. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flists.ximian.com%2fpipermail%2fmono-list%2f2010-April%2f044893.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flists.ximian.com%2fpipermail%2fmono-list%2f2010-April%2f044893.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Mono_list_Announcing_DbLinq_0_20_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Mono_list_Announcing_DbLinq_0_20_1</guid>
      <pubDate>Wed, 21 Apr 2010 11:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Composition versus Inheritance</title>
      <description>Discusses the benefit of Composition versus Inheritance. Touches on IoC Containers and how they can help you achieve more granular bits of code that make your applications more flexible and easier to maintain. &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%2f2010%2f02%2f12%2fcomposition-versus-inheritance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2010%2f02%2f12%2fcomposition-versus-inheritance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Composition_versus_Inheritance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Composition_versus_Inheritance</guid>
      <pubDate>Fri, 19 Feb 2010 12:45:00 GMT</pubDate>
    </item>
    <item>
      <title>jQuery 1.4 Released!</title>
      <description>In celebration of jQuery's 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we're really quite proud of it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjquery14.com%2fday-01%2fjquery-14"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjquery14.com%2fday-01%2fjquery-14" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_1_4_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_1_4_Released</guid>
      <pubDate>Thu, 14 Jan 2010 21:00:07 GMT</pubDate>
    </item>
    <item>
      <title>Ordering fields in ASP.NET MVC 2 templated helpers</title>
      <description>Ever worked with the templated helpers provided by ASP.NET MVC 2? Templated helpers provide a way to automatically build UI based on a data model that is marked with attributes defined in the System.ComponentModel.DataAnnotations namespace. For example, a property in the model can be decorated with the attribute [DisplayFormat(DataFormatString = &amp;quot;{0:c}&amp;quot;)], and the templated helpers will always render this field formatted as currency.

If you have worked with templated helpers, you must agree: they can be useful! There's one thing which is impossible in the current version: ordering fields. And that's what this post will accomplish. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2010%2f01%2f06%2fOrdering-fields-in-ASPNET-MVC-2-templated-helpers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2010%2f01%2f06%2fOrdering-fields-in-ASPNET-MVC-2-templated-helpers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Ordering_fields_in_ASP_NET_MVC_2_templated_helpers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Ordering_fields_in_ASP_NET_MVC_2_templated_helpers</guid>
      <pubDate>Tue, 12 Jan 2010 02:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Why You Should Use the Null Coalescing Operator</title>
      <description>Introduced in C# 2.0, the null coalescing operator (??) allows one to program in a concise, declarative fashion when performing null checks. This was important in 2005 as it made it easier to utilize another important feature: nullable types. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kodefuguru.com%2fpost%2f2009%2f12%2f20%2fWhy-You-Should-Use-the-Null-Coalescing-Operator.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kodefuguru.com%2fpost%2f2009%2f12%2f20%2fWhy-You-Should-Use-the-Null-Coalescing-Operator.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Why_You_Should_Use_the_Null_Coalescing_Operator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Why_You_Should_Use_the_Null_Coalescing_Operator</guid>
      <pubDate>Sun, 20 Dec 2009 06:52:43 GMT</pubDate>
    </item>
    <item>
      <title>Hacking the ASP.NET Parser </title>
      <description>A while ago I blogged about using external templates in an asp.net application. The problem with that was it wasn't natively supported, so I had to create a derived SpecialRepeater in order to take advantage of the external template system. In this latest parser hack I've managed to "trick" the asp.net parser into letting me declaratively set any template property to be a virtual path in order to load a user control into that template at runtime. The ASP.NET compliation system is pretty complex. There are all kinds of extensibility points, including BuildProviders, PageParserFilters, ControlBuilders, ExpressionBuilders and the list goes on. One unknown *feature* of the parser is it's ability to generate code from something called an InstanceDescriptor. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fdavidfowler%2farchive%2f2009%2f12%2f01%2fhacking-the-asp-net-parser.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fdavidfowler%2farchive%2f2009%2f12%2f01%2fhacking-the-asp-net-parser.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Hacking_the_ASP_NET_Parser</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Hacking_the_ASP_NET_Parser</guid>
      <pubDate>Tue, 01 Dec 2009 17:15:02 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio: Automatically increment assembly build version</title>
      <description>I always wanted to have automatic build version increment for my apps and libraries to avoid setting it manually again and again. Additionally there should be support inside Visual Studio and  possibility for custom settings because I like the "date sigining" where 3 last fields are just YYYY-MM-DD.

A dream come true ;) in form of Build Version Increment add-in for Visual Studio 2005/2008. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.mareoblo.pl%2f2009%2f09%2f21%2fvisual-studio-automatically-increment-assembly-build-version-with-custom-settings-add-in%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.mareoblo.pl%2f2009%2f09%2f21%2fvisual-studio-automatically-increment-assembly-build-version-with-custom-settings-add-in%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Automatically_increment_assembly_build_version</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Automatically_increment_assembly_build_version</guid>
      <pubDate>Wed, 30 Sep 2009 16:15:01 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Html.DisplayForMany Helper for MVC 2</title>
      <description>The Html helper in ASP.NET MVC 2 comes with some handy methods called "DisplayFor" and "EditFor" - please see Scott Gu's article if you are not familiar with these new features. Long story short, they provide an ASP.NET Dynamic Data-like mechanism which uses reflection and templating to render a display form or an edit form. This article explains how to take it one step further by creating a Html.DisplayForMany() helper. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.matthidinger.com%2farchive%2f2009%2f08%2f15%2fcreating-a-html.displayformany-helper-for-mvc-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.matthidinger.com%2farchive%2f2009%2f08%2f15%2fcreating-a-html.displayformany-helper-for-mvc-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Creating_a_Html_DisplayForMany_Helper_for_MVC_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Creating_a_Html_DisplayForMany_Helper_for_MVC_2</guid>
      <pubDate>Wed, 19 Aug 2009 19:05:24 GMT</pubDate>
    </item>
    <item>
      <title>Windows 7 Code Pack v 1.0 Released</title>
      <description>The Windows&amp;#174; API Code Pack for Microsoft&amp;#174; .NET Framework provides support for various features of Windows 7 and previous releases of that operating system. The Code Pack has  reached version 1.0 and has been published on Code Gallery: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f08%2f07%2fwindows-7-code-pack-v-1-0-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f08%2f07%2fwindows-7-code-pack-v-1-0-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Windows_7_Code_Pack_v_1_0_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Windows_7_Code_Pack_v_1_0_Released</guid>
      <pubDate>Mon, 10 Aug 2009 05:45:06 GMT</pubDate>
    </item>
    <item>
      <title>Branch-Per-Feature Source Control. Part 2: How (Theory)</title>
      <description>Great high level description of merging in changes from different features as they are being developed. &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%2fderickbailey%2farchive%2f2009%2f07%2f21%2fbranch-per-feature-source-control-part-2-how-theory.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fderickbailey%2farchive%2f2009%2f07%2f21%2fbranch-per-feature-source-control-part-2-how-theory.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Branch_Per_Feature_Source_Control_Part_2_How_Theory</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Branch_Per_Feature_Source_Control_Part_2_How_Theory</guid>
      <pubDate>Fri, 07 Aug 2009 02:00:03 GMT</pubDate>
    </item>
    <item>
      <title>Branch-Per-Feature Source Control. Introduction</title>
      <description>Derick Bailey starts a new series on Source Control, specifically looking at the idea of having a branch of source code for every feature being created. In Part 1: Why he looks at traditional approach, and the many down sides of working this way, and looks at how Branch Per Feature addresses those problems &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%2fderickbailey%2farchive%2f2009%2f07%2f15%2fbranch-per-feature-source-control-introduction.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fderickbailey%2farchive%2f2009%2f07%2f15%2fbranch-per-feature-source-control-introduction.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Branch_Per_Feature_Source_Control_Introduction</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Branch_Per_Feature_Source_Control_Introduction</guid>
      <pubDate>Sun, 26 Jul 2009 14:45:01 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL and Transactions</title>
      <description>Using explicit Transactions with Linq to Sql is fairly rare but when you need them you'll find that it natively doesn't provide manual transaction management. Rather you have to rely on the TransactionScope class to provide transaction wrapping. Here's a contrived example, and a couple of different transaction scenarios using TransactionScope to manage multiple L2S data operation as a single transaction. &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%2f826145.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f826145.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/LINQ_to_SQL_and_Transactions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/LINQ_to_SQL_and_Transactions</guid>
      <pubDate>Tue, 14 Jul 2009 14:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Test with multiple IE Rendering Engines</title>
      <description>IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.my-debugbar.com%2fwiki%2fIETester%2fHomePage"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.my-debugbar.com%2fwiki%2fIETester%2fHomePage" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/Test_with_multiple_IE_Rendering_Engines</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/Test_with_multiple_IE_Rendering_Engines</guid>
      <pubDate>Fri, 30 May 2008 02:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Source Analysis for C# Released</title>
      <description>From post: &amp;quot;Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly. For this reason, Code Analysis focuses more on the design of the code, while Source Analysis focuses on layout, readability and documentation.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsourceanalysis%2farchive%2f2008%2f05%2f23%2fannouncing-the-release-of-microsoft-source-analysis.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsourceanalysis%2farchive%2f2008%2f05%2f23%2fannouncing-the-release-of-microsoft-source-analysis.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Microsoft_Source_Analysis_for_C_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Microsoft_Source_Analysis_for_C_Released</guid>
      <pubDate>Sat, 24 May 2008 00:31:14 GMT</pubDate>
    </item>
    <item>
      <title>Implementing Interfaces: ICloneable and IComparable</title>
      <description>A friend of mine was showing me about some common interfaces and some good use cases for them the other day. A discussion arose of how to accurately create a deep copy of an object and the best way to go about it. Shortly after that discussion we got into the Sort() method and how to dictate how that method will sort your objects. This is when he spilled into telling me all about these common interfaces. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2008%2f03%2fImplementing-Interfaces-ICloneable-and-IComparable.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2008%2f03%2fImplementing-Interfaces-ICloneable-and-IComparable.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Implementing_Interfaces_ICloneable_and_IComparable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Implementing_Interfaces_ICloneable_and_IComparable</guid>
      <pubDate>Thu, 06 Mar 2008 04:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Custom Entity Classes Using LINQ to SQL Part 1 - DataObjects</title>
      <description>Want to use LINQ without using th LINQ to SQL Classes file? Maybe even add it into an existing object model you already have set up? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2008%2f02%2fCustom-Entity-Classes-Using-LINQ-to-SQL-Part-1---DataObjects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2008%2f02%2fCustom-Entity-Classes-Using-LINQ-to-SQL-Part-1---DataObjects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Custom_Entity_Classes_Using_LINQ_to_SQL_Part_1_DataObjects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Custom_Entity_Classes_Using_LINQ_to_SQL_Part_1_DataObjects</guid>
      <pubDate>Wed, 27 Feb 2008 12:01:02 GMT</pubDate>
    </item>
    <item>
      <title>MvcContrib now offers four alternative view engines for ASP.NET MVC</title>
      <description>Jeffrey Palermo on the new view engines available for ASP.NET MCV in the mvccontrib project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeffrey.palermo%2farchive%2f2008%2f01%2f27%2fmvccontrib-now-offers-four-4-alternative-view-engines-for-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeffrey.palermo%2farchive%2f2008%2f01%2f27%2fmvccontrib-now-offers-four-4-alternative-view-engines-for-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/MvcContrib_now_offers_four_alternative_view_engines_for_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/MvcContrib_now_offers_four_alternative_view_engines_for_ASP_NET_MVC</guid>
      <pubDate>Tue, 05 Feb 2008 13:31:02 GMT</pubDate>
    </item>
    <item>
      <title> VS 2008 Web Deployment Project Support Released</title>
      <description>Web Deployment projects can be used with either the &amp;quot;ASP.NET Web Site&amp;quot; or &amp;quot;ASP.NET Web Application Project&amp;quot; options built-into VS 2008, and provide a few additional build, packaging and deployment options for you to use. &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%2f01%2f28%2fvs-2008-web-deployment-project-support-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f01%2f28%2fvs-2008-web-deployment-project-support-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/VS_2008_Web_Deployment_Project_Support_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/VS_2008_Web_Deployment_Project_Support_Released</guid>
      <pubDate>Wed, 30 Jan 2008 06:46:02 GMT</pubDate>
    </item>
    <item>
      <title> .NET Framework Library Source Code now available</title>
      <description>Scott Guthrie announces that the .NET framework source code can now accessed in Visual Studio &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%2f01%2f16%2fnet-framework-library-source-code-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f01%2f16%2fnet-framework-library-source-code-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/NET_Framework_Library_Source_Code_now_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/NET_Framework_Library_Source_Code_now_available</guid>
      <pubDate>Thu, 17 Jan 2008 06:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET 3.5 by Scott</title>
      <description>The blog entry from Scott &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%2f12%2f09%2fasp-net-3-5-extensions-ctp-preview-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f12%2f09%2fasp-net-3-5-extensions-ctp-preview-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_3_5_by_Scott</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_3_5_by_Scott</guid>
      <pubDate>Mon, 10 Dec 2007 15:46:02 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 10:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft ASP.NET 3.5 Extensions Preview</title>
      <description>Here it is! Go get some MVC goodness. Official download page. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fasp.net%2fdownloads%2f3.5-extensions%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fasp.net%2fdownloads%2f3.5-extensions%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Microsoft_ASP_NET_3_5_Extensions_Preview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Microsoft_ASP_NET_3_5_Extensions_Preview</guid>
      <pubDate>Mon, 10 Dec 2007 09:46:02 GMT</pubDate>
    </item>
    <item>
      <title>TDD and Dependency Injection with ASP.NET MVC</title>
      <description>Great post from Phil Haack about unit testing, mocking, injecting dependencies using an IoC container with the new MS MVC framework (delayed to the next week). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f12%2f07%2ftdd-and-dependency-injection-with-asp.net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f12%2f07%2ftdd-and-dependency-injection-with-asp.net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/TDD_and_Dependency_Injection_with_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/TDD_and_Dependency_Injection_with_ASP_NET_MVC</guid>
      <pubDate>Sun, 09 Dec 2007 07:31:03 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2008 will have IntelliSense</title>
      <description>Hurray! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2f3poundmass.wordpress.com%2f2007%2f11%2f30%2fsql-server-2008-will-have-intellisense%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2f3poundmass.wordpress.com%2f2007%2f11%2f30%2fsql-server-2008-will-have-intellisense%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2008_will_have_IntelliSense</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2008_will_have_IntelliSense</guid>
      <pubDate>Tue, 04 Dec 2007 10:31:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Framework (Part 2): URL Routing</title>
      <description>Last month I blogged the first in a series of posts I'm going to write that cover the new ASP.NET MVC Framework we are working on.  The first post in this series built a simple e-commerce product listing/browsing scenario.  It covered the high-level concepts behind MVC, and demonstrated how to create a new ASP.NET MVC project from scratch to implement and test this e-commerce product listing functionality. &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%2f12%2f03%2fasp-net-mvc-framework-part-2-url-routing.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f12%2f03%2fasp-net-mvc-framework-part-2-url-routing.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_2_URL_Routing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_Part_2_URL_Routing</guid>
      <pubDate>Mon, 03 Dec 2007 19:31:03 GMT</pubDate>
    </item>
  </channel>
</rss>
