<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by mystery</title>
    <description>Stories kicked by mystery</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> Survey: Ajax usage among .NET developers in 2009</title>
      <description>Take the survey to see how the adoption of Ajax among .NET developers changed since the survey held in 2007 &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%2f2009%2f05%2f21%2fajax-usage-among-.net-developers-in-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f05%2f21%2fajax-usage-among-.net-developers-in-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Survey_Ajax_usage_among_NET_developers_in_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Survey_Ajax_usage_among_NET_developers_in_2009</guid>
      <pubDate>Fri, 22 May 2009 18:04:40 GMT</pubDate>
    </item>
    <item>
      <title>Handy web.config snippet for sending email in a development environmen</title>
      <description>Hi there,

A really handy thing I can use in my web.config while developing is something a collegue of mine pointed me to, and was already mentionded here by Donn Felker:

Sending Email in a Development Environment without an SMTP Server

&amp;lt;system.net&amp;gt;
        &amp;lt;!-- Mail --&amp;gt;
        &amp;lt;mailSettings&amp;gt;
            &amp;lt;smtp deliveryMethod='SpecifiedPickupDirectory'&amp;gt;
                &amp;lt;specifiedPickupDirectory pickupDirectoryLocation=&amp;quot;c:\tmp&amp;quot; /&amp;gt;
            &amp;lt;/smtp&amp;gt;
        &amp;lt;/mailSettings&amp;gt;
&amp;lt;/system.net&amp;gt;

This is very usable to test mail messages even when you don't have an SMTP server available.

Hope this is usefull!

gr,

Robbert  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hockblogs.net%2fpost%2f2009%2f04%2fHandy-webconfig-snippet-for-sending-email-in-a-development-environment.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hockblogs.net%2fpost%2f2009%2f04%2fHandy-webconfig-snippet-for-sending-email-in-a-development-environment.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Handy_web_config_snippet_for_sending_email_in_a_development_environmen</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Handy_web_config_snippet_for_sending_email_in_a_development_environmen</guid>
      <pubDate>Wed, 29 Apr 2009 15:46:36 GMT</pubDate>
    </item>
    <item>
      <title>3D in Silverlight from Telerik </title>
      <description>It's an absolute pleasure to share some bit of good news with all our customers and fans. One of our secret Telerik Labs projects is shaping up pretty well.

As the title suggests, its a homebrew Silverlight 2 3D engine with perspective and lighting (more features are in the works). Since the movie Pink Panther 2 is coming out soon we decided it will be cool to show off the technology with our own 3D Silverlight pink panther. Enter the panther!

While this is only a pink panther you can probably imagine the slick products this technology can translate to. I am not at liberty to spit it out, but you can expect some seriously cool Silverlight stuff to come out from Telerik. Actually I can do better than that - the first person to nail in the product that will make use of the engine will win a Telerik t-shirt! If you are late don't despair - particularly good ideas will also net you a shirt! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2fblogs%2f09-02-10%2f3D_in_Silverlight_from_Telerik.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2fblogs%2f09-02-10%2f3D_in_Silverlight_from_Telerik.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/3D_in_Silverlight_from_Telerik</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/3D_in_Silverlight_from_Telerik</guid>
      <pubDate>Wed, 11 Feb 2009 10:30:06 GMT</pubDate>
    </item>
    <item>
      <title>Adding streaming video content to your site</title>
      <description>In my last post, I showed how to turn on Amazon S3 support in Sitefinity. In this post, I will show how to create a simple video site using the video library support that is bundled with 3.6 release. It is often required that you want to add a streaming video content to your site, either it could be a product demonstration or a getting started tutorial. Using third party video provider is one way to get the job done but sometimes it requires a lot of manual work, thus headache for managing them as the library grows bigger. 3.6 release breaks you free from all these and provides an easy way for creating , uploading and managing video content. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2009%2f01%2f29%2fadding-streaming-video-content-to-your-site.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2009%2f01%2f29%2fadding-streaming-video-content-to-your-site.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Adding_streaming_video_content_to_your_site</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Adding_streaming_video_content_to_your_site</guid>
      <pubDate>Fri, 30 Jan 2009 17:39:55 GMT</pubDate>
    </item>
    <item>
      <title>What's new in Visual Studio 2010</title>
      <description>A list of the new features in Visual Studio 2010 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vikasgoyal.net%2fnet%2fWhat%2527s%2520New%2520in%2520Visual%2520Studio%25202010%2520Rosario.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vikasgoyal.net%2fnet%2fWhat%2527s%2520New%2520in%2520Visual%2520Studio%25202010%2520Rosario.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/What_s_new_in_Visual_Studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/What_s_new_in_Visual_Studio_2010</guid>
      <pubDate>Wed, 05 Nov 2008 04:40:42 GMT</pubDate>
    </item>
    <item>
      <title>Pavel Nikolov's blog: Workflow Foundation 4.0</title>
      <description>My first look at Windows Workflow Foundation 4.0 and the new features in Visual Studio 2010 related to WF applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpavkata.blogspot.com%2f2008%2f11%2fworkflow-foundation-40.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpavkata.blogspot.com%2f2008%2f11%2fworkflow-foundation-40.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/Pavel_Nikolov_s_blog_Workflow_Foundation_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/Pavel_Nikolov_s_blog_Workflow_Foundation_4_0</guid>
      <pubDate>Wed, 05 Nov 2008 03:50:21 GMT</pubDate>
    </item>
    <item>
      <title>Pavel Nikolov's blog: Visual Studio 2010 (2) - Historical debugger</title>
      <description>My first look at the new Debug History window in Visual Studio 2010. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpavkata.blogspot.com%2f2008%2f10%2fvisual-studio-2010-2-historical.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpavkata.blogspot.com%2f2008%2f10%2fvisual-studio-2010-2-historical.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Pavel_Nikolov_s_blog_Visual_Studio_2010_2_Historical_debugger</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Pavel_Nikolov_s_blog_Visual_Studio_2010_2_Historical_debugger</guid>
      <pubDate>Wed, 29 Oct 2008 23:56:44 GMT</pubDate>
    </item>
    <item>
      <title>Pavel Nikolov's blog: Visual Studio 2010</title>
      <description>My first look at Visual Studio 2010 codename &amp;quot;Rosario&amp;quot;. I showed some screen shots and and some new features of the new visual studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpavkata.blogspot.com%2f2008%2f10%2fvisual-studio-2010.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpavkata.blogspot.com%2f2008%2f10%2fvisual-studio-2010.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Pavel_Nikolov_s_blog_Visual_Studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Pavel_Nikolov_s_blog_Visual_Studio_2010</guid>
      <pubDate>Fri, 31 Oct 2008 23:31:06 GMT</pubDate>
    </item>
    <item>
      <title>jQuery and Microsoft</title>
      <description>ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward.  We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch.  The files will continue to use and ship under the existing jQuery MIT license. &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%2f09%2f28%2fjquery-and-microsoft.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f09%2f28%2fjquery-and-microsoft.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/jQuery_and_Microsoft</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/jQuery_and_Microsoft</guid>
      <pubDate>Mon, 29 Sep 2008 04:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Development Tools I Use &amp;amp; Recommend</title>
      <description>Eventually I will get to some technical code Posts. But for now, I'm a bit delayed with some other things at work lately. I will be blogging about Code Generation, OOP, and other topics very soon though. In the meantime, I wanted to share a list of tools I regularly use now or have used in the past as a C# / ASP.NET Engineer listed below: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodezest.com%2farchive%2f2008%2f09%2f28%2fdevelopment-tools-i-use-amp-recommend.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodezest.com%2farchive%2f2008%2f09%2f28%2fdevelopment-tools-i-use-amp-recommend.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Development_Tools_I_Use_Recommend</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Development_Tools_I_Use_Recommend</guid>
      <pubDate>Mon, 29 Sep 2008 06:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Virtual Earth ASP.NET Control - CTP Release</title>
      <description>Finally at long last we have released the Virtual Earth ASP.NET control (CTP Release). I spent a few minutes with Angus Logan from the Windows Live Platform Team to show off the control and give a quick demo to get you started. Go get the control from http://dev.live.com/tools, download the Windows Live Tools July CTP Release then watch the video and go build some maps.  -Enjoy.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmarkwisecarver%2farchive%2f2008%2f07%2f28%2fvirtual-earth-asp-net-control-ctp-release.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmarkwisecarver%2farchive%2f2008%2f07%2f28%2fvirtual-earth-asp-net-control-ctp-release.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Virtual_Earth_ASP_NET_Control_CTP_Release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Virtual_Earth_ASP_NET_Control_CTP_Release</guid>
      <pubDate>Wed, 30 Jul 2008 22:46:10 GMT</pubDate>
    </item>
    <item>
      <title>Five Common ASP.NET SEO Mistakes</title>
      <description>Here's a checklist of five common mistakes that ASP.NET and the Viewstate/Postback model of development make it far too easy for unsuspecting developers to make:  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dexign.net%2fpost%2f2008%2f07%2f08%2fFive-ASPNET-SEO-Mistakes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dexign.net%2fpost%2f2008%2f07%2f08%2fFive-ASPNET-SEO-Mistakes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Five_Common_ASP_NET_SEO_Mistakes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Five_Common_ASP_NET_SEO_Mistakes</guid>
      <pubDate>Fri, 11 Jul 2008 00:16:06 GMT</pubDate>
    </item>
    <item>
      <title>The ASP.NET MVC Information Portal</title>
      <description>A content aggregator of everything related to ASP.NET MVC &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspdotnetmvc.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspdotnetmvc.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_ASP_NET_MVC_Information_Portal</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_ASP_NET_MVC_Information_Portal</guid>
      <pubDate>Thu, 26 Jun 2008 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title>VS2008 Web Server Here Shell Extension</title>
      <description>This shell extension adds a right click menu on any folder that will start WebDev.WebServer.exe (aka Cassini) pointing to that directory. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f06%2f24%2fvs2008-web-server-here-shell-extension.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f06%2f24%2fvs2008-web-server-here-shell-extension.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/VS2008_Web_Server_Here_Shell_Extension</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/VS2008_Web_Server_Here_Shell_Extension</guid>
      <pubDate>Thu, 26 Jun 2008 08:31:02 GMT</pubDate>
    </item>
    <item>
      <title>How to compress viewstate in ASP.NET 2.0</title>
      <description>This article demonstrates how to extend the functionality of the new System.IO.Compression namespace to compress and decompress viewstate information in ASP.NET 2.0 pages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d67"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d67" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_compress_viewstate_in_ASP_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_compress_viewstate_in_ASP_NET_2_0</guid>
      <pubDate>Sat, 19 Apr 2008 10:45:36 GMT</pubDate>
    </item>
    <item>
      <title>How to disable web.config Inheritance for Child Applications?</title>
      <description>Each ASP.NET Web Application has its own configuration file called web.config file.
In fact every directory in ASP.NET application can have one. Settings in each web.config file apply to the directory where its placed, and all the subdirectories of that directory.

This is called Configuration Inheritance and it can cause serious headaches if you are not fully aware of how it works... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fhow-to-disable-web-config-inheritance-for-child-applications-in-subfolders-in-asp-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fhow-to-disable-web-config-inheritance-for-child-applications-in-subfolders-in-asp-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_disable_web_config_Inheritance_for_Child_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_disable_web_config_Inheritance_for_Child_Applications</guid>
      <pubDate>Wed, 16 Apr 2008 01:01:02 GMT</pubDate>
    </item>
    <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>Fri, 11 Apr 2008 00:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Google Charts Implementation</title>
      <description>Implementation of Google Charts wrapped in server controls for easy consumption by asp.net developers.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.schnieds.com%2f2008%2f03%2faspnet-google-charts-implementation.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.schnieds.com%2f2008%2f03%2faspnet-google-charts-implementation.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Google_Charts_Implementation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Google_Charts_Implementation</guid>
      <pubDate>Wed, 02 Apr 2008 16:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Let's tag all ASP.NET MVC contents with aspnetmvc</title>
      <description>I saw using a lot of different tags for tagging ASP.NET MVC related contents: why don't we just standardize the way we do it and tag with aspnetmvc? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f03%2f11%2fLets-tag-all-ASP.NET-MVC-contents-with-aspnetmvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f03%2f11%2fLets-tag-all-ASP.NET-MVC-contents-with-aspnetmvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Let_s_tag_all_ASP_NET_MVC_contents_with_aspnetmvc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Let_s_tag_all_ASP_NET_MVC_contents_with_aspnetmvc</guid>
      <pubDate>Wed, 12 Mar 2008 01:01:08 GMT</pubDate>
    </item>
    <item>
      <title>Link to Everything: A List of LINQ Providers</title>
      <description>I've recently updated the list of LINQ Providers found on my Links to LINQ page, accessible from the News section on the left of my blog. I'm sure there are other providers available. Feel free to write me or append a comment if you want to add to this list.  &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%2f2008%2f02%2f28%2flink-to-everything-a-list-of-linq-providers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f02%2f28%2flink-to-everything-a-list-of-linq-providers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Link_to_Everything_A_List_of_LINQ_Providers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Link_to_Everything_A_List_of_LINQ_Providers</guid>
      <pubDate>Fri, 29 Feb 2008 04:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Top 10 Best Practices for Production ASP.NET Applications</title>
      <description>A list of some things to pay attention to when dealing with production ASP.NET applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdaptivate.com%2farchive%2f2008%2f02%2f12%2ftop-10-best-practices-for-production-asp-net-applications.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdaptivate.com%2farchive%2f2008%2f02%2f12%2ftop-10-best-practices-for-production-asp-net-applications.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Top_10_Best_Practices_for_Production_ASP_NET_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Top_10_Best_Practices_for_Production_ASP_NET_Applications</guid>
      <pubDate>Thu, 14 Feb 2008 04:01:02 GMT</pubDate>
    </item>
    <item>
      <title>HttpHandlers</title>
      <description>A pretty useable article on how to use HTTP Handlers and why not. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2006%2f05%2f24%2f145397.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2006%2f05%2f24%2f145397.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/HttpHandlers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/HttpHandlers</guid>
      <pubDate>Thu, 27 Dec 2007 08:31:02 GMT</pubDate>
    </item>
    <item>
      <title>.NET Ajax Survey results</title>
      <description>I just published the results of the Ajax survey... and the winner is...  &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%2f21%2f.NET-Ajax-Survey-results.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2007%2f12%2f21%2f.NET-Ajax-Survey-results.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/NET_Ajax_Survey_results</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/NET_Ajax_Survey_results</guid>
      <pubDate>Fri, 21 Dec 2007 23:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Ajax usage among .NET developers</title>
      <description>Ajax usage survey, but targeted only on ASP.NET developers &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%2f18%2fAjax-usage-among-.NET-developers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2007%2f12%2f18%2fAjax-usage-among-.NET-developers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Ajax_usage_among_NET_developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Ajax_usage_among_NET_developers</guid>
      <pubDate>Wed, 19 Dec 2007 20:31:03 GMT</pubDate>
    </item>
    <item>
      <title>LINQ and Deferred Execution</title>
      <description>This post covers one of the most important and frequently misunderstood LINQ features. Understanding deferred execution is a rite of passage that LINQ developers must undergo before they can hope to harness the full power of this technology. The contents of this post assumes an intermediate understanding of LINQ. &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%2f2007%2f12%2f09%2fdeferred-execution.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2007%2f12%2f09%2fdeferred-execution.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/LINQ_and_Deferred_Execution</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/LINQ_and_Deferred_Execution</guid>
      <pubDate>Mon, 10 Dec 2007 13:51:30 GMT</pubDate>
    </item>
  </channel>
</rss>