<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by pstatho</title>
    <description>Stories kicked by pstatho</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>Castle Windsor 2.0 RTM Released!</title>
      <description>Some would say that it is about time, I would agree. Windsor might not be the OSS project in pre release state for the longest time (I think that the honor belong to Hurd), but it spent enough time at that state to at least deserve a honorary mention. f you will look, you won't find Windsor 1.0, only release candidates for 1.0. As I believe I mentioned, Windsor has been production ready for a long time, and for the full release we decided to skip the 1.0 designator, which doesn't really fit, and go directly to 2.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2009%2f05%2f05%2fcastle-windsor-2.0-rtm-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2009%2f05%2f05%2fcastle-windsor-2.0-rtm-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Castle_Windsor_2_0_RTM_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Castle_Windsor_2_0_RTM_Released</guid>
      <pubDate>Tue, 05 May 2009 13:46:04 GMT</pubDate>
    </item>
    <item>
      <title>I Spose I'll Just Say It: Still Waiting For a GOOD Reason to Learn MVC</title>
      <description>Why you shouldn't learn MVC

Earlier today Rob Connery posted about why he thinks You Should Learn MVC.  Rob is a great guy and we always have lively discussions whenever we meet at conferences.  I was in the middle of writing a long comment on his blog when I decided it might be better as it's own post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.theaccidentalgeek.com%2fpost%2f2009%2f04%2f23%2fI-Spose-Irsquo3bll-Just-Say-It-Still-Waiting-For-a-GOOD-Reason-to-Learn-MVC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.theaccidentalgeek.com%2fpost%2f2009%2f04%2f23%2fI-Spose-Irsquo3bll-Just-Say-It-Still-Waiting-For-a-GOOD-Reason-to-Learn-MVC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/I_Spose_I_ll_Just_Say_It_Still_Waiting_For_a_GOOD_Reason_to_Learn_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/I_Spose_I_ll_Just_Say_It_Still_Waiting_For_a_GOOD_Reason_to_Learn_MVC</guid>
      <pubDate>Tue, 28 Apr 2009 05:31:13 GMT</pubDate>
    </item>
    <item>
      <title>ELMAH: Error Logging Modules and Handlers for ASP.NET (and MVC too!)</title>
      <description>ELMAH has been one of the most useful tools for ASP.NET developers to log errors on their web applications. Now Scott has a nice talk on how to use it even in your ASP.NET MVC applications. Cool! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/ELMAH_Error_Logging_Modules_and_Handlers_for_ASP_NET_and_MVC_too</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/ELMAH_Error_Logging_Modules_and_Handlers_for_ASP_NET_and_MVC_too</guid>
      <pubDate>Fri, 24 Apr 2009 22:01:11 GMT</pubDate>
    </item>
    <item>
      <title>C# Regions are not Useful? Give me a Break</title>
      <description>I often see arguments about use of regions in C# code.  And this is one of the most annoying things I see on the Internet in my opinion when it pertains to code structure.

Whoever says regions are not to be used, I'd love to see your code and know what standards you have established as a team with your code base. I bet you it's a mess and the reason you don't like regions is because the developers on your team has abused use of them and that there is no logical pattern or team standard established. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodezest.com%2farchive%2f2009%2f04%2f19%2fc-regions-are-not-useful-give-me-a-break.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodezest.com%2farchive%2f2009%2f04%2f19%2fc-regions-are-not-useful-give-me-a-break.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Regions_are_not_Useful_Give_me_a_Break</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Regions_are_not_Useful_Give_me_a_Break</guid>
      <pubDate>Tue, 21 Apr 2009 10:46:02 GMT</pubDate>
    </item>
    <item>
      <title>5 Most Common Asked Questions When Using .Net RIA Services</title>
      <description>From the comments on my previous articles on .Net RIA Services and from the search queries that lead to those articles, a pattern of a recurring set of questions showed up and I am sure that most .Net RIA Services enthusiasts face the same issues.

This post address a few of these issues &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f04%2f08%2f5-most-common-asked-questions-when-using-net-ria-services%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f04%2f08%2f5-most-common-asked-questions-when-using-net-ria-services%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/5_Most_Common_Asked_Questions_When_Using_Net_RIA_Services</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/5_Most_Common_Asked_Questions_When_Using_Net_RIA_Services</guid>
      <pubDate>Wed, 08 Apr 2009 19:01:03 GMT</pubDate>
    </item>
    <item>
      <title>A guide to Silverlight 3 new features</title>
      <description>Tim Heuer provides an amazing look into Silverlight 3's new features.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftimheuer.com%2fblog%2farchive%2f2009%2f03%2f18%2fsilverlight-3-whats-new-a-guide.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftimheuer.com%2fblog%2farchive%2f2009%2f03%2f18%2fsilverlight-3-whats-new-a-guide.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/A_guide_to_Silverlight_3_new_features</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/A_guide_to_Silverlight_3_new_features</guid>
      <pubDate>Fri, 20 Mar 2009 02:31:13 GMT</pubDate>
    </item>
    <item>
      <title>Installation and Configuration of Microsoft Velocity</title>
      <description>David walks us through how to install and configure Microsoft Velocity. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2009%2f03%2f18%2fasp-net-podcast-show-137-install-and-configuration-of-microsoft-velocity.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2009%2f03%2f18%2fasp-net-podcast-show-137-install-and-configuration-of-microsoft-velocity.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Installation_and_Configuration_of_Microsoft_Velocity</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Installation_and_Configuration_of_Microsoft_Velocity</guid>
      <pubDate>Thu, 19 Mar 2009 16:01:18 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 3: AVAILABLE!</title>
      <description>Looks like Silverlight 3 is rolled-out: Runtime, SDK and documentation are already available for download. See the Client / Server libs? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nextbestgeek.com%2f2009%2f03%2f18%2fsilverlight-3-its-here%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nextbestgeek.com%2f2009%2f03%2f18%2fsilverlight-3-its-here%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_3_AVAILABLE</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_3_AVAILABLE</guid>
      <pubDate>Fri, 20 Mar 2009 04:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Entity Framework: Be Prepared</title>
      <description>What follows are first impressions acquired while building the data layer for one of our projects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencodo.ch%2fen%2fblogs.php%3fentry_id%3d158"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencodo.ch%2fen%2fblogs.php%3fentry_id%3d158" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Entity_Framework_Be_Prepared</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Entity_Framework_Be_Prepared</guid>
      <pubDate>Tue, 17 Mar 2009 20:41:11 GMT</pubDate>
    </item>
    <item>
      <title>10 C# Shorthands that improve productivity</title>
      <description>One of the best things about C# is that as the language and libraries expand thought is put into keeping things readable. Below I have listed 10 shorthands that you can use to make your code tighter and less wordy. No doubt you know one or more already - but do you currently use all ten of them ? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dijksterhuis.org%2f10-c-coding-shorthands-that-improve-productivity%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dijksterhuis.org%2f10-c-coding-shorthands-that-improve-productivity%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/10_C_Shorthands_that_improve_productivity</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/10_C_Shorthands_that_improve_productivity</guid>
      <pubDate>Tue, 17 Mar 2009 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title>How .NET Regular Expressions Really Work</title>
      <description>A very deep dive into the source code for how .NET Regular Expressions really work &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moserware.com%2f2009%2f03%2fhow-net-regular-expressions-really-work.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moserware.com%2f2009%2f03%2fhow-net-regular-expressions-really-work.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/How_NET_Regular_Expressions_Really_Work</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/How_NET_Regular_Expressions_Really_Work</guid>
      <pubDate>Mon, 16 Mar 2009 22:46:04 GMT</pubDate>
    </item>
    <item>
      <title>12+ open source projects for .NET you probably didn't know about.</title>
      <description>Here's a few of the better .NET open source projects which are making a difference to .NET developers worldwide, and it just shows that the open source .NET community is alive and well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.webdistortion.com%2f2009%2f03%2f06%2f12-open-source-projects-for-net-you-probably-didn%25E2%2580%2599t-know-about%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.webdistortion.com%2f2009%2f03%2f06%2f12-open-source-projects-for-net-you-probably-didn%25E2%2580%2599t-know-about%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/12_open_source_projects_for_NET_you_probably_didn_t_know_about</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/12_open_source_projects_for_NET_you_probably_didn_t_know_about</guid>
      <pubDate>Sat, 07 Mar 2009 01:01:02 GMT</pubDate>
    </item>
    <item>
      <title>AnkhSVN 2.0.6310 Released - Subversion Plugin for Visual Studio.</title>
      <description>New features include:  Experimental support of Visual Studio 2010, Overall performance improvemens, and much more... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fankhsvn.open.collab.net%2fservlets%2fProjectProcess%3fdocumentContainer%3dc1__Ankh%25202.0"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fankhsvn.open.collab.net%2fservlets%2fProjectProcess%3fdocumentContainer%3dc1__Ankh%25202.0" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/AnkhSVN_2_0_6310_Released_Subversion_Plugin_for_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/AnkhSVN_2_0_6310_Released_Subversion_Plugin_for_Visual_Studio</guid>
      <pubDate>Mon, 02 Mar 2009 23:31:20 GMT</pubDate>
    </item>
    <item>
      <title>Azure - Performance, IoC, and Instances</title>
      <description>My experience so far working with Azure. Some performance testing, IoC container incompatibilities, and frustration with instances. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f02%2fazure-performance-ioc-and-instances.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f02%2fazure-performance-ioc-and-instances.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Azure_Performance_IoC_and_Instances</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Azure_Performance_IoC_and_Instances</guid>
      <pubDate>Fri, 20 Feb 2009 19:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Fun with Silverlight toolkit charts</title>
      <description>2 detailed articles on how to customize and extend the standard silverlight toolkit chart controls &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f02%2f17%2ffun-with-silverlight-toolkit-charts.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f02%2f17%2ffun-with-silverlight-toolkit-charts.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Fun_with_Silverlight_toolkit_charts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Fun_with_Silverlight_toolkit_charts</guid>
      <pubDate>Wed, 18 Feb 2009 04:46:08 GMT</pubDate>
    </item>
    <item>
      <title>Install SQL Server (Express) with your Application</title>
      <description>A bootstrap to allow the deployment of SQL Server Express along with your Application &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2009%2f01%2f29%2finstall-sql-server-express-with-your-application%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2009%2f01%2f29%2finstall-sql-server-express-with-your-application%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Install_SQL_Server_Express_with_your_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Install_SQL_Server_Express_with_your_Application</guid>
      <pubDate>Fri, 30 Jan 2009 08:31:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 1.0 Release Candidate Now Available</title>
      <description>Finally Scott Guthrie announced ASP.NET MVC 1.0 RC. Check it out. &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%2f01%2f27%2fasp-net-mvc-1-0-release-candidate-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f01%2f27%2fasp-net-mvc-1-0-release-candidate-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_Release_Candidate_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_Release_Candidate_Now_Available</guid>
      <pubDate>Wed, 28 Jan 2009 04:01:18 GMT</pubDate>
    </item>
    <item>
      <title>Don't use Delete Links because they create Security Holes</title>
      <description>Reasons why you shouldn't use a Delete link in your web application &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2009%2f01%2f21%2fasp.net-mvc-tip-46-ndash-donrsquot-use-delete-links-because.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2009%2f01%2f21%2fasp.net-mvc-tip-46-ndash-donrsquot-use-delete-links-because.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Don_t_use_Delete_Links_because_they_create_Security_Holes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Don_t_use_Delete_Links_because_they_create_Security_Holes</guid>
      <pubDate>Thu, 22 Jan 2009 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Whitehouse.gov: an ASP.NET site</title>
      <description>This article looks into the JavaScript libraries, HTTP headers, platform and more of the new Whitehouse website. It includes statistics and some suggestions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetperls.com%2fContent%2fwhitehouse-gov-Site.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetperls.com%2fContent%2fwhitehouse-gov-Site.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Whitehouse_gov_an_ASP_NET_site</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Whitehouse_gov_an_ASP_NET_site</guid>
      <pubDate>Wed, 21 Jan 2009 22:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Windows Azure - Breaking It Down</title>
      <description>Despite the title of this post, there will be no rapping or dancing of any sort going on here. Only talk of Windows Azure, which is quite possibly the most confusing product rollout that Microsoft has attempted since Vista... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f01%2f14%2fWindows-Azure-Breaking-It-Down.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f01%2f14%2fWindows-Azure-Breaking-It-Down.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Windows_Azure_Breaking_It_Down</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Windows_Azure_Breaking_It_Down</guid>
      <pubDate>Thu, 15 Jan 2009 22:46:22 GMT</pubDate>
    </item>
    <item>
      <title>HOWTO: Create vector based backgrounds in WPF</title>
      <description>A example of how to create a vector-based background followed by a tip on how to increase the performance of this background... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f01%2f12%2fhowto-create-vector-based-backgrounds-in-wpf.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f01%2f12%2fhowto-create-vector-based-backgrounds-in-wpf.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/HOWTO_Create_vector_based_backgrounds_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/HOWTO_Create_vector_based_backgrounds_in_WPF</guid>
      <pubDate>Mon, 12 Jan 2009 22:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Why ASP.NET Developers Should Care about Windows Azure</title>
      <description>&amp;quot;Even though I sat in the audience at the Microsoft Professional Developers Conference during the November keynote session when Azure was announced with great fanfare, I did not fully comprehend why Windows Azure should matter to me. Why, as an ASP.NET developer, should I care about Windows Azure?&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2009%2f01%2f11%2fwhy-asp.net-developers-should-care-about-windows-azure.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2009%2f01%2f11%2fwhy-asp.net-developers-should-care-about-windows-azure.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Why_ASP_NET_Developers_Should_Care_about_Windows_Azure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Why_ASP_NET_Developers_Should_Care_about_Windows_Azure</guid>
      <pubDate>Tue, 13 Jan 2009 01:46:04 GMT</pubDate>
    </item>
    <item>
      <title>The Problems with NHibernate</title>
      <description>The problems that exist for NHibernate to become better, and have better adoption rates. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeginnermediate.com%2fblogs%2fbuddylindsey%2farchive%2f2009%2f01%2f09%2fthe-problems-with-nhibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeginnermediate.com%2fblogs%2fbuddylindsey%2farchive%2f2009%2f01%2f09%2fthe-problems-with-nhibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/The_Problems_with_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/The_Problems_with_NHibernate</guid>
      <pubDate>Sun, 11 Jan 2009 01:46:02 GMT</pubDate>
    </item>
    <item>
      <title>General Discussion of Windows Azure</title>
      <description>David and Wally talk about Windows Azure in general. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2009%2f01%2f06%2fasp-net-podcast-show-134-general-thoughts-on-windows-azure-audio-only.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2009%2f01%2f06%2fasp-net-podcast-show-134-general-thoughts-on-windows-azure-audio-only.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/General_Discussion_of_Windows_Azure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/General_Discussion_of_Windows_Azure</guid>
      <pubDate>Wed, 07 Jan 2009 02:31:04 GMT</pubDate>
    </item>
    <item>
      <title>The Cost of Net Negative Producing Programmers</title>
      <description>Discussion of NNPPs and how to tackle them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jayfields.com%2f2009%2f01%2fcost-of-net-negative-producing.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jayfields.com%2f2009%2f01%2fcost-of-net-negative-producing.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_Cost_of_Net_Negative_Producing_Programmers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_Cost_of_Net_Negative_Producing_Programmers</guid>
      <pubDate>Wed, 07 Jan 2009 04:46:12 GMT</pubDate>
    </item>
  </channel>
</rss>