<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Sanjeevana</title>
    <description>Stories kicked by Sanjeevana</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>Daily tech links for .net and related technologies - June 24-27, 2009</title>
      <description>Daily tech links for .net and related technologies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f26%2fdaily-tech-links-for-net-and-related-technologies-june-24-27-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f26%2fdaily-tech-links-for-net-and-related-technologies-june-24-27-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Daily_tech_links_for_net_and_related_technologies_June_24_27_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Daily_tech_links_for_net_and_related_technologies_June_24_27_2009</guid>
      <pubDate>Fri, 26 Jun 2009 18:43:16 GMT</pubDate>
    </item>
    <item>
      <title>Dew Drop - June 25, 2009</title>
      <description>Today's fresh links for .NET developers, courtesy of The Morning Dew. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alvinashcraft.com%2f2009%2f06%2f25%2fdew-drop-june-25-2009%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alvinashcraft.com%2f2009%2f06%2f25%2fdew-drop-june-25-2009%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Dew_Drop_June_25_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Dew_Drop_June_25_2009</guid>
      <pubDate>Thu, 25 Jun 2009 13:29:35 GMT</pubDate>
    </item>
    <item>
      <title>Application-wide action filters in ASP.NET MVC</title>
      <description>Ever had a team of developers using your ASP.NET MVC framework? Chances are you have implemented some action filters (i.e. for logging) which should be applied on all controllers in the application. Two ways to do this: kindly ask your developers to add a [Logging] attribute to the controllers they write, or kindly ask to inherit from SomeCustomControllerWithActionsInPlace.

If you have been in this situation, monday mornings, afternoons, tuesdays and other weekdays are in fact days where some developers will forget to do one of the above. This means no logging! Or any other action filters that are executed due to a developer that has not been fed with enough coffee. Wouldn't it be nice to have a central repository where you can register application-wide action filters? That's exactly what we are going to do in this blog post. &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%2f2009%2f06%2f24%2fApplication-wide-action-filters-in-ASPNET-MVC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f06%2f24%2fApplication-wide-action-filters-in-ASPNET-MVC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Application_wide_action_filters_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Application_wide_action_filters_in_ASP_NET_MVC</guid>
      <pubDate>Wed, 24 Jun 2009 14:30:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF Bindings and CurrentCulture Formatting</title>
      <description>WPF doesn't apply the CurrentCulture to bindings by default, which is a little... unexpected to say the least. As it turns out there's an easy solution to this problem, but it does require using code to apply the culture specifically in every document. &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%2f796725.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f796725.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Bindings_and_CurrentCulture_Formatting</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Bindings_and_CurrentCulture_Formatting</guid>
      <pubDate>Thu, 25 Jun 2009 22:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft deprecating Oracle client in Dot Net 4</title>
      <description>Microsoft has announced through a blog that the ADO.NET 4 spec will mark the Oracle client as deprecated with plans for removal.  They are also recommending that users go to a third party Oracle provider.

Stop Helping the Competition?

Wow, this will mark the first time an ADO.NET provider has been removed from the .Net framework.  Is this a case of Microsoft trimming the fat, or pushing Oracle?  I always thought it a bit of a free ride that Microsoft was helping Oracle by building their provider for them...
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vistadb.net%2fblog%2fpost%2f2009%2f06%2f16%2fMicrosoft-deprecating-Oracle-Client-from-ADONET-4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vistadb.net%2fblog%2fpost%2f2009%2f06%2f16%2fMicrosoft-deprecating-Oracle-Client-from-ADONET-4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Microsoft_deprecating_Oracle_client_in_Dot_Net_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Microsoft_deprecating_Oracle_client_in_Dot_Net_4</guid>
      <pubDate>Tue, 16 Jun 2009 23:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Daily tech links for .net and related technologies - June 13-15, 2009</title>
      <description>Daily tech links for dotnet and related technologies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f14%2fdaily-tech-links-for-net-and-related-technologies-june-13-15-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f14%2fdaily-tech-links-for-net-and-related-technologies-june-13-15-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Daily_tech_links_for_net_and_related_technologies_June_13_15_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Daily_tech_links_for_net_and_related_technologies_June_13_15_2009</guid>
      <pubDate>Sun, 14 Jun 2009 17:11:11 GMT</pubDate>
    </item>
    <item>
      <title>Daily tech links for .net and related technologies - June 11, 2009</title>
      <description>Daily tech links for dotnet and related technologies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f11%2fdaily-tech-links-for-net-and-related-technologies-june-11-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f11%2fdaily-tech-links-for-net-and-related-technologies-june-11-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Daily_tech_links_for_net_and_related_technologies_June_11_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Daily_tech_links_for_net_and_related_technologies_June_11_2009</guid>
      <pubDate>Thu, 11 Jun 2009 16:25:29 GMT</pubDate>
    </item>
    <item>
      <title>Daily tech links for .net and related technologies - June 10, 2009</title>
      <description>Daily tech links for .net and related technologies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f10%2fdaily-tech-links-for-net-and-related-technologies-june-10-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f10%2fdaily-tech-links-for-net-and-related-technologies-june-10-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Daily_tech_links_for_net_and_related_technologies_June_10_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Daily_tech_links_for_net_and_related_technologies_June_10_2009</guid>
      <pubDate>Wed, 10 Jun 2009 12:53:44 GMT</pubDate>
    </item>
    <item>
      <title>Daily tech links for .net and related technologies - June 9, 2009</title>
      <description>Daily tech links for dotnet and related technologies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f09%2fdaily-tech-links-for-net-and-related-technologies-june-9-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f09%2fdaily-tech-links-for-net-and-related-technologies-june-9-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Daily_tech_links_for_net_and_related_technologies_June_9_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Daily_tech_links_for_net_and_related_technologies_June_9_2009</guid>
      <pubDate>Tue, 09 Jun 2009 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Daily tech links for .net and related technologies - June 6, 2009</title>
      <description>Daily tech links for .net and related technologies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f06%2fdaily-tech-links-for-net-and-related-technologies-june-6-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f06%2fdaily-tech-links-for-net-and-related-technologies-june-6-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Daily_tech_links_for_net_and_related_technologies_June_6_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Daily_tech_links_for_net_and_related_technologies_June_6_2009</guid>
      <pubDate>Sat, 06 Jun 2009 15:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Daily Tech Links for .net and related technologies- June 5, 2009</title>
      <description>Daily Tech Links for .net and related technologies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f04%2fdaily-tech-links-june-5-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f04%2fdaily-tech-links-june-5-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Daily_Tech_Links_for_net_and_related_technologies_June_5_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Daily_Tech_Links_for_net_and_related_technologies_June_5_2009</guid>
      <pubDate>Fri, 05 Jun 2009 09:36:49 GMT</pubDate>
    </item>
    <item>
      <title>Daily Tech Links - June 4, 2009</title>
      <description>Latest links for .net and related technologies &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f03%2fdaily-tech-links-june-4-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f03%2fdaily-tech-links-june-4-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Daily_Tech_Links_June_4_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Daily_Tech_Links_June_4_2009</guid>
      <pubDate>Thu, 04 Jun 2009 07:27:25 GMT</pubDate>
    </item>
    <item>
      <title>Daily Tech Links - June 3, 2009</title>
      <description>Daily dotnet related technologies links &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f02%2fdaily-tech-links-june-3-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f02%2fdaily-tech-links-june-3-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Daily_Tech_Links_June_3_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Daily_Tech_Links_June_3_2009</guid>
      <pubDate>Wed, 03 Jun 2009 06:26:48 GMT</pubDate>
    </item>
    <item>
      <title>Daily Tech Links - June 2, 2009</title>
      <description>Daily Tech links for web based applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f01%2fdaily-tech-links-june-2-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsanjeevagarwal%2farchive%2f2009%2f06%2f01%2fdaily-tech-links-june-2-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Daily_Tech_Links_June_2_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Daily_Tech_Links_June_2_2009</guid>
      <pubDate>Tue, 02 Jun 2009 09:44:35 GMT</pubDate>
    </item>
    <item>
      <title>Creating a quick and dirty jQuery contentEditable Plugin</title>
      <description>Inline editing content is a feature that's novel and highly useful at the same time. I've been using it in a number of admin interfaces to provide very easy and quick text updates to existing content. There are a number of ways to accomplish this but in this post I'll discuss a contentEditable jQuery plugin that makes any content inline editable using the DOM's contentEditable attribute that maintains text formatting in the editable text. &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%2f778165.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f778165.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_a_quick_and_dirty_jQuery_contentEditable_Plugin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_a_quick_and_dirty_jQuery_contentEditable_Plugin</guid>
      <pubDate>Tue, 26 May 2009 06:57:42 GMT</pubDate>
    </item>
    <item>
      <title>Get last-modified header from response in ASP.NET</title>
      <description>I've been working lately with some ASP.NET performance optimization automation HTTP modules. In one of them I needed to know if the last-modified header had been set through the Response.Cache.SetLastModified(DateTime) method. For some reason, there is no API available anywhere within the BCL to retrieve the last modified date of a response - you can only set it.

Since the module wouldn't work without a way to read the last modified date of the response, I had to use Reflector to figure out how to pull the information out using reflection. The result became a simple little method to retrieve the date &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmadskristensen.net%2fpost%2fGet-last-modified-header-from-response-in-ASPNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmadskristensen.net%2fpost%2fGet-last-modified-header-from-response-in-ASPNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Get_last_modified_header_from_response_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Get_last_modified_header_from_response_in_ASP_NET</guid>
      <pubDate>Fri, 22 May 2009 03:58:01 GMT</pubDate>
    </item>
    <item>
      <title>Implementing Audit Trail using Entity Framework Part -2</title>
      <description>Implementing Audit Trail using Entity Framework's caching entries with rollback features &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fdatabase%2fImplAudingTrailUsingEFP-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fdatabase%2fImplAudingTrailUsingEFP-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Implementing_Audit_Trail_using_Entity_Framework_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Implementing_Audit_Trail_using_Entity_Framework_Part_2</guid>
      <pubDate>Thu, 02 Apr 2009 19:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Implementing Audit Trail using Entity Framework Part -1</title>
      <description>Implementing Audit Trail using Entity Framework's caching entries. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fdatabase%2fImplAudingTrailUsingEFP1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fdatabase%2fImplAudingTrailUsingEFP1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Implementing_Audit_Trail_using_Entity_Framework_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Implementing_Audit_Trail_using_Entity_Framework_Part_1</guid>
      <pubDate>Thu, 02 Apr 2009 19:46:12 GMT</pubDate>
    </item>
    <item>
      <title>Mix 09 Quick Video Link List</title>
      <description>Mix 09 Quick Video Link List in a format allowing easy search &amp;amp; download
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2009%2f03%2fmix-09-quick-video-link-list.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2009%2f03%2fmix-09-quick-video-link-list.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Mix_09_Quick_Video_Link_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Mix_09_Quick_Video_Link_List</guid>
      <pubDate>Wed, 25 Mar 2009 16:01:20 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 1.0 released</title>
      <description>ASP.NET MVC 1.0 RTM is released &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d53289097-73ce-43bf-b6a6-35e00103cb4b%26displaylang%3den"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d53289097-73ce-43bf-b6a6-35e00103cb4b%26displaylang%3den" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_released</guid>
      <pubDate>Wed, 18 Mar 2009 22:01:26 GMT</pubDate>
    </item>
    <item>
      <title>Free ASP.NET MVC eBook Tutorial - ScottGu</title>
      <description>There has been a lot of excitement in the community about the new ASP.NET MVC framework that is about to ship (literally any day now - announcement coming soon).  As with anything new, people are also asking for more tutorials/samples/documentation that cover how to get started and build applications with it.

Over the last few months I've been helping to contribute to an ASP.NET MVC book that Scott Hanselman, Rob Conery, and Phil Haack have been writing for Wrox.  The book is now in production, and will be available to buy in stores soon &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%2f2009%2f03%2f10%2ffree-asp-net-mvc-ebook-tutorial.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f03%2f10%2ffree-asp-net-mvc-ebook-tutorial.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Free_ASP_NET_MVC_eBook_Tutorial_ScottGu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Free_ASP_NET_MVC_eBook_Tutorial_ScottGu</guid>
      <pubDate>Wed, 11 Mar 2009 09:16:02 GMT</pubDate>
    </item>
    <item>
      <title>15 Most Interesting jQuery Tutorials</title>
      <description>This time we collected the most interesting jQuery tutorials. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ajaxline.com%2f15-most-interesting-jquery-tutorials"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ajaxline.com%2f15-most-interesting-jquery-tutorials" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/15_Most_Interesting_jQuery_Tutorials</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/15_Most_Interesting_jQuery_Tutorials</guid>
      <pubDate>Wed, 04 Mar 2009 16:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Unit Testable Configuration Manager - Kazi Manzur Rashid's Blog</title>
      <description>If you are a TDD purist, you should know that accessing file system in Unit Test is violating the rule. But in our application, our infrastructural code often requires to access the configuration values form web.config/app.config. In this post, I will show you how can create a simple wrapper class which you can use in your unit tests without hitting the file ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f03%2f03%2funit-testable-configuration-manager.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f03%2f03%2funit-testable-configuration-manager.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Unit_Testable_Configuration_Manager_Kazi_Manzur_Rashid_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Unit_Testable_Configuration_Manager_Kazi_Manzur_Rashid_s_Blog</guid>
      <pubDate>Tue, 03 Mar 2009 20:31:19 GMT</pubDate>
    </item>
    <item>
      <title>Tips for Managing ASP.NET MVC Views</title>
      <description>The author gives some tips on managing asp.net mvc views and organizing files withing an asp.net mvc project.  Includes suggestions on keeping code out of views. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.michaelhamrah.com%2fblog%2findex.php%2f2009%2f02%2ftips-for-managin-aspnet-mvc-views%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.michaelhamrah.com%2fblog%2findex.php%2f2009%2f02%2ftips-for-managin-aspnet-mvc-views%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Tips_for_Managing_ASP_NET_MVC_Views</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Tips_for_Managing_ASP_NET_MVC_Views</guid>
      <pubDate>Sat, 28 Feb 2009 01:46:09 GMT</pubDate>
    </item>
    <item>
      <title>Plunging into the sea of jQuery plugins - Part I</title>
      <description>We take a look at how to create jQuery plugins and the official jQuery interaction plugins in jQuery UI library.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fajax%2fPlunging-into-the-sea-of-jQuery-plugins-Part-I.aspx%23replySection"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fajax%2fPlunging-into-the-sea-of-jQuery-plugins-Part-I.aspx%23replySection" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Plunging_into_the_sea_of_jQuery_plugins_Part_I</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Plunging_into_the_sea_of_jQuery_plugins_Part_I</guid>
      <pubDate>Thu, 26 Feb 2009 05:31:03 GMT</pubDate>
    </item>
  </channel>
</rss>