<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by daveparslow</title>
    <description>Stories kicked by daveparslow</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>ASP.NET Dynamic Data Preview Available</title>
      <description>From ScottGu's blog.

Today we released an updated ASP.NET Dynamic Data Preview.  This new dynamic data preview now works with the standard built-in ASP.NET data controls (GridView, ListView, FormView, DetailsView, etc).  The dynamic data support enables these controls to automatically handle foreign-key relationships. &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%2f04%2f10%2fasp-net-dynamic-data-preview-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f04%2f10%2fasp-net-dynamic-data-preview-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Dynamic_Data_Preview_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Dynamic_Data_Preview_Available</guid>
      <pubDate>Thu, 10 Apr 2008 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>MVC Membership Starter Kit</title>
      <description>The MVC Membership Starter Kit is a CodePlex project designed to get your membership-based MVC applications off the ground as quickly as possible. Login, registration, user administration and more is handled right out of the box. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.squaredroot.com%2fpost%2f2008%2f04%2fMVC-Membership-Starter-Kit.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.squaredroot.com%2fpost%2f2008%2f04%2fMVC-Membership-Starter-Kit.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/MVC_Membership_Starter_Kit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/MVC_Membership_Starter_Kit</guid>
      <pubDate>Thu, 03 Apr 2008 13:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Things you MUST dispose</title>
      <description>When the .NET Framework instantiates an object, it allocates memory for that object on the managed heap. The object remains on the heap until it's no longer referenced by any active code, at which point the memory it's using is reclamed by the Garbage Collector (GC). Before the GC deallocates the memory, the framework calls the object's Finalize() method, but developers are responsible for calling the Dispose() method. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f03%2fthings-you-must-dispose.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f03%2fthings-you-must-dispose.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Things_you_MUST_dispose</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Things_you_MUST_dispose</guid>
      <pubDate>Wed, 02 Apr 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Source Code Now Available</title>
      <description>Last month I blogged about our ASP.NET MVC Roadmap.  Two weeks ago we shipped the ASP.NET Preview 2 Release.  Phil Haack from the ASP.NET team published a good blog post about the release here.  Scott Hanselman has created a bunch of great ASP.NET MVC tutorial videos that you can watch to learn more about it here.... &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%2f03%2f21%2fasp-net-mvc-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%2f03%2f21%2fasp-net-mvc-source-code-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Source_Code_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Source_Code_Now_Available</guid>
      <pubDate>Sat, 22 Mar 2008 01:31:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Framework out on CodePlex</title>
      <description>This morning, I was browsing the new projects page on CodePlex and noticed something nice! The ASP.NET MVC team already rumoured around making the ASP.NET MVC framework source code available on CodePlex, but here it is: the ASP.NET MVC project on CodePlex. &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%2f2008%2f03%2fASPNET-MVC-Framework-out-on-CodePlex.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f03%2fASPNET-MVC-Framework-out-on-CodePlex.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_out_on_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_out_on_CodePlex</guid>
      <pubDate>Fri, 21 Mar 2008 12:46:02 GMT</pubDate>
    </item>
    <item>
      <title>.NET Event Techniques</title>
      <description>A very simple technique to avoid the need for a null check prior to raising an event &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f03%2f20%2fnet-event-techniques.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f03%2f20%2fnet-event-techniques.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/events/NET_Event_Techniques</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/events/NET_Event_Techniques</guid>
      <pubDate>Thu, 20 Mar 2008 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Congrats! Scott Guthrie, corporate vice president</title>
      <description>Scott Guthrie, corporate vice president, .NET Developer Platform. Previously general manager, Guthrie will continue to oversee several development teams responsible for delivering Microsoft Visual Studio developer tools and Microsoft .NET Framework technologies for building client and Web applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fPresspass%2fpress%2f2008%2ffeb08%2f2008ExpandedLeadershipPR.mspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fPresspass%2fpress%2f2008%2ffeb08%2f2008ExpandedLeadershipPR.mspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Congrats_Scott_Guthrie_corporate_vice_president</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Congrats_Scott_Guthrie_corporate_vice_president</guid>
      <pubDate>Fri, 15 Feb 2008 15:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Configuring VS2008 to Debug .NET Framework Source Code</title>
      <description>Shawn Burke explains how to set up the Visual Studio 2008 for debugging and put the released .NET Framework source code into use. It also features a FAQ and lists all currently available sources/assemblies &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsburke%2farchive%2f2008%2f01%2f16%2fconfiguring-visual-studio-to-debug-net-framework-source-code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsburke%2farchive%2f2008%2f01%2f16%2fconfiguring-visual-studio-to-debug-net-framework-source-code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Configuring_VS2008_to_Debug_NET_Framework_Source_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Configuring_VS2008_to_Debug_NET_Framework_Source_Code</guid>
      <pubDate>Fri, 18 Jan 2008 14:31:33 GMT</pubDate>
    </item>
    <item>
      <title>Links of Week, Jan 7: ASP.NET MVC, Live Writer, VS 2008 AJAX 1.0</title>
      <description>This my first test of the &amp;quot;kick it&amp;quot; feature integrated into my blog http://www.daveparslow.com using Google Blogger &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.daveparslow.com%2f2008%2f01%2flinks-of-week-jan-7-aspnet-mvc-live.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.daveparslow.com%2f2008%2f01%2flinks-of-week-jan-7-aspnet-mvc-live.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Links_of_Week_Jan_7_ASP_NET_MVC_Live_Writer_VS_2008_AJAX_1_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Links_of_Week_Jan_7_ASP_NET_MVC_Live_Writer_VS_2008_AJAX_1_0</guid>
      <pubDate>Fri, 18 Jan 2008 00:45:09 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 00:46:02 GMT</pubDate>
    </item>
    <item>
      <title>You cannot use the Add extension method with collection initializers</title>
      <description>You cannot use the Add extension method in order to use collection initializers &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpsgr.net%2f2007%2f10%2f21%2fyou-cannot-use-the-add-extension-method-in-order-to-use-collection-initializers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpsgr.net%2f2007%2f10%2f21%2fyou-cannot-use-the-add-extension-method-in-order-to-use-collection-initializers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/You_cannot_use_the_Add_extension_method_with_collection_initializers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/You_cannot_use_the_Add_extension_method_with_collection_initializers</guid>
      <pubDate>Sun, 21 Oct 2007 15:56:49 GMT</pubDate>
    </item>
    <item>
      <title>DotNetKicks integration into the &amp;quot;New&amp;quot; Blogger.com</title>
      <description>Integrate that cool looking DotNetKicks image link into the new Blogger templates. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww2.john.rummellcc.com%2f2007%2f03%2fdotnetkicks-integration-into-new.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww2.john.rummellcc.com%2f2007%2f03%2fdotnetkicks-integration-into-new.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/DotNetKicks_integration_into_the_quot_New_quot_Blogger_com</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/DotNetKicks_integration_into_the_quot_New_quot_Blogger_com</guid>
      <pubDate>Wed, 07 Mar 2007 09:46:01 GMT</pubDate>
    </item>
  </channel>
</rss>