<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by razorant</title>
    <description>Stories kicked by razorant</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>SociableBE-Extension for BlogEngine.NET</title>
      <description>Social bookmarking sites allow websurfers to save, catalog, and share interesting pages they find online. The SociableBE-Extension appends links for your readers to use those sites to the end of each of your blog's posts, increasing your potential audience. While Sociable is originally developed as a Wordpress-Plugin in PHP, SociableBE is based on the main idea but re-developed for BlogEngine.NET in C# and with a simple copy'n'paste installation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgordon-breuer.de%2fpost%2f2009%2f02%2f15%2fSociableBE-Extension-for-BlogEngineNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgordon-breuer.de%2fpost%2f2009%2f02%2f15%2fSociableBE-Extension-for-BlogEngineNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/SociableBE_Extension_for_BlogEngine_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/SociableBE_Extension_for_BlogEngine_NET</guid>
      <pubDate>Sat, 21 Feb 2009 19:46:12 GMT</pubDate>
    </item>
    <item>
      <title>Nested/Threaded comments for BlogEngine.NET</title>
      <description>One of the big updates for 1.5.0 is nested comments as seen in other tools like WordPress 2.7, IntenseDebate, and Disqus. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohndyer.name%2fpost%2f2009%2f01%2f16%2fNested-Comments-for-BlogEngineNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohndyer.name%2fpost%2f2009%2f01%2f16%2fNested-Comments-for-BlogEngineNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Nested_Threaded_comments_for_BlogEngine_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Nested_Threaded_comments_for_BlogEngine_NET</guid>
      <pubDate>Sat, 17 Jan 2009 00:31:52 GMT</pubDate>
    </item>
    <item>
      <title>Back to Basics: Delegates, Anonymous Methods and Lambda Expressions</title>
      <description>Great article on .NET basics &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%2f2008%2f11%2f27%2fback-to-basics-delegates-anonymous-methods-and-lambda-expressions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f11%2f27%2fback-to-basics-delegates-anonymous-methods-and-lambda-expressions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Back_to_Basics_Delegates_Anonymous_Methods_and_Lambda_Expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Back_to_Basics_Delegates_Anonymous_Methods_and_Lambda_Expressions</guid>
      <pubDate>Sat, 29 Nov 2008 01:46:10 GMT</pubDate>
    </item>
    <item>
      <title>Back to Basics: Generics </title>
      <description>Introduction

There are language features that are nothing more than syntactical sugar. For example, C#'s coalesce operator (??) is a short-handed and specialized if-else. Object initializers make it easier to set properties on a newly created objects. Some features though go beyond mere convenience and add real value. I know it seems like we constantly have to learn new things, while at the same time actually produce code to pay our bills. It can be hard to pick and choose what to learn and what can wait. Let me be straight up though: if you haven't mastered generics yet, you're starting to fall dangerously behind. &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%2f2008%2f11%2f21%2fback-to-basics-generics.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f11%2f21%2fback-to-basics-generics.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Back_to_Basics_Generics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Back_to_Basics_Generics</guid>
      <pubDate>Tue, 25 Nov 2008 22:01:12 GMT</pubDate>
    </item>
    <item>
      <title>Introducing SemanticEngine.NET</title>
      <description>Technologies or formats such as FOAF, APML, SIOC, XFN tags and microformats are some of the building blocks of the social aspects of the semantic web. They are used to create cross-site profiles of people and also represent relationships between them. XFN and microformats are somewhat easy to start using, but FOAF, APML and SIOC are a different story.  Here's a new class library to make it easier..  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fIntroducing-SemanticEngineNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fIntroducing-SemanticEngineNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Introducing_SemanticEngine_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Introducing_SemanticEngine_NET</guid>
      <pubDate>Fri, 26 Sep 2008 09:16:15 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Theme Generator</title>
      <description>A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrickinsweet.com%2ftools%2fTheme.mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrickinsweet.com%2ftools%2fTheme.mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Visual_Studio_Theme_Generator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Visual_Studio_Theme_Generator</guid>
      <pubDate>Thu, 07 Aug 2008 21:16:02 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic v2.1 Controller and Utilities</title>
      <description>Recently, SubSonic v2.1 was released and we upgraded the code we've previously published to support this new version. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2008%2f08%2fSubSonic-v21-Controller-and-Utilities.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2008%2f08%2fSubSonic-v21-Controller-and-Utilities.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/SubSonic_v2_1_Controller_and_Utilities</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/SubSonic_v2_1_Controller_and_Utilities</guid>
      <pubDate>Tue, 05 Aug 2008 06:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Learning Ruby via IronRuby and C# Part 6</title>
      <description>In part 6 we look at Hashes (or Associative Arrays) and how they are used in the Ruby language. We also look at how you can use them in place of explicit method parameters. &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%2f2008%2f08%2f03%2fLearning-Ruby-via-IronRuby-and-C-Part-6.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f08%2f03%2fLearning-Ruby-via-IronRuby-and-C-Part-6.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_6</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_6</guid>
      <pubDate>Tue, 05 Aug 2008 16:01:03 GMT</pubDate>
    </item>
    <item>
      <title>How to migrate dasBlog to BlogEngine.NET</title>
      <description>Reasons and migration steps from dasBlog (old and handy) to BlogEngine.NET (new and shiny) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kvnc.net%2fpost%2f2008%2f07%2f30%2fHow-to-migrate-dasBlog-to-BlogEngineNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kvnc.net%2fpost%2f2008%2f07%2f30%2fHow-to-migrate-dasBlog-to-BlogEngineNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_migrate_dasBlog_to_BlogEngine_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_migrate_dasBlog_to_BlogEngine_NET</guid>
      <pubDate>Tue, 05 Aug 2008 01:46:04 GMT</pubDate>
    </item>
    <item>
      <title>BlogEngine.NET 1.4.5 Upgrade Guide</title>
      <description>Al Nyveldt: BlogEngine.NET 1.4.5 Upgrade Guide &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nyveldt.com%2fblog%2fpost%2fBlogEngineNET-145-Upgrade-Guide.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nyveldt.com%2fblog%2fpost%2fBlogEngineNET-145-Upgrade-Guide.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/BlogEngine_NET_1_4_5_Upgrade_Guide</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/BlogEngine_NET_1_4_5_Upgrade_Guide</guid>
      <pubDate>Mon, 04 Aug 2008 23:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Get country from a browser in ASP.NET</title>
      <description>A simple and pretty accurate method of retrieving a visitor's country and language from the browser. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fGet-language-and-country-from-a-browser-in-ASPNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fGet-language-and-country-from-a-browser-in-ASPNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Get_country_from_a_browser_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Get_country_from_a_browser_in_ASP_NET</guid>
      <pubDate>Thu, 31 Jul 2008 23:31:07 GMT</pubDate>
    </item>
    <item>
      <title>subsonic 2 1 released</title>
      <description>the title says it all &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-2-1-released%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-2-1-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/subsonic_2_1_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/subsonic_2_1_released</guid>
      <pubDate>Thu, 10 Jul 2008 04:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Using VistaDB Express with BlogEngine.NET 1.4</title>
      <description>Now that the latest version of BlogEngine.NET is out, it is easier than ever to get your blog running with VistaDB Express.  I've been using VistaDB Express with BlogEngine.NET for a little while now and just love it.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnyveldt.com%2fblog%2fpost%2fUsing-VistaDB-Express-with-BlogEngineNET-14.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnyveldt.com%2fblog%2fpost%2fUsing-VistaDB-Express-with-BlogEngineNET-14.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Using_VistaDB_Express_with_BlogEngine_NET_1_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Using_VistaDB_Express_with_BlogEngine_NET_1_4</guid>
      <pubDate>Thu, 10 Jul 2008 19:01:13 GMT</pubDate>
    </item>
    <item>
      <title>Creating widgets for BlogEngine.NET 1.4</title>
      <description>The new BlogEngine.NET 1.4 let's you easily create and distribute widgets like the ones you see on the right hand side on this page. Widgets are basically just small pieces of content and you can leverage the entire .NET Framework to create them. They can pull data from BlogEngine.NET itself or from external sources like web services or remote XML files. Everything is allowed and possible. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fCreating-widgets-for-BlogEngineNET-14.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fCreating-widgets-for-BlogEngineNET-14.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Creating_widgets_for_BlogEngine_NET_1_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Creating_widgets_for_BlogEngine_NET_1_4</guid>
      <pubDate>Mon, 07 Jul 2008 22:01:02 GMT</pubDate>
    </item>
    <item>
      <title>MVC Membership with Preview 3</title>
      <description>The MVC Membership Starter Kit has been updated to work with Preview 3 of the ASP.Net MVC framework. &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.aspx%3fid%3dfcd7ffca-b203-4f97-8c7a-eb87b951b122"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.squaredroot.com%2fpost.aspx%3fid%3dfcd7ffca-b203-4f97-8c7a-eb87b951b122" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/MVC_Membership_with_Preview_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/MVC_Membership_with_Preview_3</guid>
      <pubDate>Wed, 02 Jul 2008 22:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Blog Engine.NET1.4 Released</title>
      <description>Blog Engine.net 1.4 has been released. more... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2fblogengine%2fRelease%2fProjectReleases.aspx%3fReleaseId%3d9451"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2fblogengine%2fRelease%2fProjectReleases.aspx%3fReleaseId%3d9451" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Blog_Engine_NET1_4_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Blog_Engine_NET1_4_Released</guid>
      <pubDate>Wed, 02 Jul 2008 01:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Blog Engine.NET1.4 Upgrade Guide</title>
      <description>The upgrade process is fairly easy but there are a few things to be aware of.  more.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nyveldt.com%2fblog%2fpost%2fBlogEngineNET-14-Upgrade-Guide.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nyveldt.com%2fblog%2fpost%2fBlogEngineNET-14-Upgrade-Guide.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Blog_Engine_NET1_4_Upgrade_Guide</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Blog_Engine_NET1_4_Upgrade_Guide</guid>
      <pubDate>Tue, 01 Jul 2008 16:01:04 GMT</pubDate>
    </item>
    <item>
      <title>BlogEngine.NET 1.4 released</title>
      <description>BlogEngine.NET comes with many new exciting features and possibilities for developers. It has taken some time, but now version 1.4 is finally available for download. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetblogengine.net%2fpost%2fBlogEngineNET-14-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetblogengine.net%2fpost%2fBlogEngineNET-14-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/BlogEngine_NET_1_4_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/BlogEngine_NET_1_4_released</guid>
      <pubDate>Tue, 01 Jul 2008 06:14:14 GMT</pubDate>
    </item>
    <item>
      <title>Ninject 1.0 Goes Gold at Discord&amp;amp;Rhyme</title>
      <description>Ninject, an excellent Dependency Injection Framework with support for Silverlight, the compact framework, and all regular flavors of .NET just hit 1.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkohari.org%2f2008%2f06%2f16%2fninject-10-goes-gold%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkohari.org%2f2008%2f06%2f16%2fninject-10-goes-gold%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Ninject_1_0_Goes_Gold_at_Discord_Rhyme</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Ninject_1_0_Goes_Gold_at_Discord_Rhyme</guid>
      <pubDate>Tue, 17 Jun 2008 22:46:16 GMT</pubDate>
    </item>
    <item>
      <title>Guide to the semantic web</title>
      <description>The calm after the storm: Mads explain what is semantic web and why it matters. And how we can get ready for it when Web 3.0 arrives. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fGuide-to-the-semantic-web.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fGuide-to-the-semantic-web.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Guide_to_the_semantic_web</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Guide_to_the_semantic_web</guid>
      <pubDate>Fri, 09 May 2008 07:01:02 GMT</pubDate>
    </item>
    <item>
      <title>New features in the next BlogEngine.NET</title>
      <description>Mads Kristensen describes many of the features coming in the next release of BlogEngine.net. &amp;quot;This is by far the biggest release in BlogEngine.NET history&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fNew-features-in-the-next-BlogEngineNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fNew-features-in-the-next-BlogEngineNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/New_features_in_the_next_BlogEngine_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/New_features_in_the_next_BlogEngine_NET</guid>
      <pubDate>Fri, 28 Mar 2008 13:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Sound of one man testing</title>
      <description>Recently I was chatting with a friend of mine and he asked if a single developer could be successful following TDD on a team that does not follow TDD.  My simple answer was YES, they can.  But there are a few things you must consider..... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f02%2f18%2fsound-of-one-man-testing.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f02%2f18%2fsound-of-one-man-testing.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Sound_of_one_man_testing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Sound_of_one_man_testing</guid>
      <pubDate>Thu, 21 Feb 2008 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Data Portability pack for BlogEnginet.NET</title>
      <description>Quickly enables three standards from DataPortability (dataportability.org) - FOAF: list of friends, SIOC: connections to other sites, APML: interests from tags and categories. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohndyer.name%2fpost%2f2008%2f02%2fData-Portability-Pack-for-BlogEngineNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohndyer.name%2fpost%2f2008%2f02%2fData-Portability-Pack-for-BlogEngineNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Data_Portability_pack_for_BlogEnginet_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Data_Portability_pack_for_BlogEnginet_NET</guid>
      <pubDate>Mon, 18 Feb 2008 20:49:37 GMT</pubDate>
    </item>
    <item>
      <title>Definitive List of Extensions for BlogEngine.Net</title>
      <description>Since I first started using BlogEngine.Net a few weeks ago, I've come across many excellent extensions/controls/widgets developed by the user community. I've even written a few myself! I decided that I would compile a categorised list of all the things I had found and share it with everyone. There are almost 45 in this list. If you know of any others, please send them to me and I will add to the list. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tumelty.com%2fblog%2fpost%2f2008%2f02%2fDefinitive-List-of-BlogEngineNet-Extensions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tumelty.com%2fblog%2fpost%2f2008%2f02%2fDefinitive-List-of-BlogEngineNet-Extensions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Definitive_List_of_Extensions_for_BlogEngine_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Definitive_List_of_Extensions_for_BlogEngine_Net</guid>
      <pubDate>Sun, 10 Feb 2008 23:54:16 GMT</pubDate>
    </item>
    <item>
      <title>January 2008 Recap</title>
      <description>Review of what happened in .NET Development news in January 2008. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f02%2f03%2fjanuary-2008-recap.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f02%2f03%2fjanuary-2008-recap.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/January_2008_Recap</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/January_2008_Recap</guid>
      <pubDate>Mon, 04 Feb 2008 17:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>