<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by aspinator</title>
    <description>Stories kicked by aspinator</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>Honeypot Captcha - new Subskimet Captcha control</title>
      <description>Comment spam bots love form fields &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f09%2f11%2fhoneypot-captcha.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f09%2f11%2fhoneypot-captcha.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Honeypot_Captcha_new_Subskimet_Captcha_control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Honeypot_Captcha_new_Subskimet_Captcha_control</guid>
      <pubDate>Tue, 11 Sep 2007 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Rainbow Hash Cracking</title>
      <description>The multi-platform password cracker Ophcrack is incredibly fast. How fast? It can crack the password &amp;quot;Fgpyyih804423&amp;quot; in 160 seconds. Most people would consider that password fairly secure.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f000949.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f000949.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Rainbow_Hash_Cracking</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Rainbow_Hash_Cracking</guid>
      <pubDate>Tue, 11 Sep 2007 09:31:01 GMT</pubDate>
    </item>
    <item>
      <title>TDD vs. Design discussion</title>
      <description>Blog entry from JP Boodhoo about when to use UML diagramming and how it fits in to the TDD/Agile paradigm.  Good read. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jpboodhoo.com%2fblog%2fDesignVsCodingHowMuchIsTooMuch.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jpboodhoo.com%2fblog%2fDesignVsCodingHowMuchIsTooMuch.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/TDD_vs_Design_discussion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/TDD_vs_Design_discussion</guid>
      <pubDate>Tue, 11 Sep 2007 10:16:01 GMT</pubDate>
    </item>
    <item>
      <title>C# 3.0 Collection Initializers, Duck Typing and ISupportsAdd</title>
      <description>Some thoughts and brainstorming about how to make collection initializers more universally usable, and some thoughts about duck typing in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkirillosenkov.blogspot.com%2f2007%2f09%2fc-30-collection-initializers-duck.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkirillosenkov.blogspot.com%2f2007%2f09%2fc-30-collection-initializers-duck.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_3_0_Collection_Initializers_Duck_Typing_and_ISupportsAdd</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_3_0_Collection_Initializers_Duck_Typing_and_ISupportsAdd</guid>
      <pubDate>Tue, 11 Sep 2007 07:16:03 GMT</pubDate>
    </item>
    <item>
      <title>IHttpContext And Other Interfaces For Your Duck Typing Benefit</title>
      <description>Phil Haack has created a number of Interfaces for various classes in the System.Web namespace including IHttpContext, IHttpRequest, IHttpResponse and IHttpSession. This allows us to easily mock these classes for testing and to use our own implementations of the provided framework classes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f09%2f09%2fihttpcontext-and-other-interfaces-for-your-duck-typing-benefit.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f09%2f09%2fihttpcontext-and-other-interfaces-for-your-duck-typing-benefit.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/IHttpContext_And_Other_Interfaces_For_Your_Duck_Typing_Benefit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/IHttpContext_And_Other_Interfaces_For_Your_Duck_Typing_Benefit</guid>
      <pubDate>Wed, 12 Sep 2007 02:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Encapsulation and Automatic properties in C# 3.0</title>
      <description>With C# 3.0 MS realeases Automatic Properties as a simplified encapsulation that generates getters and setters for a similary automated backing field. But is this really the way to go? Should you have dumb getters/setters or are you violating YAGNI when doing so? What are the rational behind MS decision to do so. This post address all thoose questions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lowendahl.net%2fshowShout.aspx%3fid%3d155"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lowendahl.net%2fshowShout.aspx%3fid%3d155" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Encapsulation_and_Automatic_properties_in_C_3_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Encapsulation_and_Automatic_properties_in_C_3_0</guid>
      <pubDate>Mon, 10 Sep 2007 06:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Monorail #2 : Layouts &amp;amp; Rescues</title>
      <description>Covers layouts and rescue NVelocity files and how you use them with MonoRail. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjason_meridth%2farchive%2f2007%2f09%2f08%2fmonorail-2-layouts-amp-rescues.aspx%3fCommentPosted%3dtrue%23commentmessage"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjason_meridth%2farchive%2f2007%2f09%2f08%2fmonorail-2-layouts-amp-rescues.aspx%3fCommentPosted%3dtrue%23commentmessage" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Monorail_2_Layouts_Rescues</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Monorail_2_Layouts_Rescues</guid>
      <pubDate>Mon, 10 Sep 2007 04:16:01 GMT</pubDate>
    </item>
    <item>
      <title>DNK New Features: Profiles, Gravatars, Sortable Upcoming Stories</title>
      <description>The DotNetKicks.com open source project has picked up quite a bit of steam lately, over 75 commits have been made to the SubVersion trunk in the past week (rss feeds). It is great that the project is moving again, thanks to the wonders of open source and a great community. The two big new features this week are user profiles and upcoming story sorting. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.incremental.ie%2farchive%2f2007%2f09%2f09%2fdotnetkicks-new-features-profiles-gravatars-sortable-upcoming-stories.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.incremental.ie%2farchive%2f2007%2f09%2f09%2fdotnetkicks-new-features-profiles-gravatars-sortable-upcoming-stories.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/DNK_New_Features_Profiles_Gravatars_Sortable_Upcoming_Stories</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/DNK_New_Features_Profiles_Gravatars_Sortable_Upcoming_Stories</guid>
      <pubDate>Sun, 09 Sep 2007 11:01:01 GMT</pubDate>
    </item>
    <item>
      <title>One Shell Command to delete all svn hidden folders</title>
      <description>If you are using Subversion source control, you will be familiar with the .svn folders that SVN adds to any folder under the source control, these folders are used to keep track of the current state of the folder, but sometimes, I want to copy my code and get rid of these folders, and instead of doing this manually which becomes a headache if you have a very deep hierarchy of folders, this is a Shell Script comes to the rescue &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fspellcoder.com%2fblogs%2fbashmohandes%2farchive%2f2007%2f09%2f08%2f8089.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fspellcoder.com%2fblogs%2fbashmohandes%2farchive%2f2007%2f09%2f08%2f8089.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/One_Shell_Command_to_delete_all_svn_hidden_folders</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/One_Shell_Command_to_delete_all_svn_hidden_folders</guid>
      <pubDate>Sun, 09 Sep 2007 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Attention: PHP executes twice as fast when it's run on ASP.NET</title>
      <description>Phalanger, the tool for compiling PHP into .NET binaries, can improve the execution speed of PHP5 applications twofold. In addition it extends PHP5 so that it can incorporate portions of the .NET framework and it allows for Visual Studio integration. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ajaxninja.com%2f%3fp%3d150"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ajaxninja.com%2f%3fp%3d150" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Attention_PHP_executes_twice_as_fast_when_it_s_run_on_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Attention_PHP_executes_twice_as_fast_when_it_s_run_on_ASP_NET</guid>
      <pubDate>Mon, 10 Sep 2007 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title> LINQ to SQL (Part 9 - Using a Custom LINQ Expression)</title>
      <description>Scott Guthrie continues his series of blog posts that cover LINQ to SQL.  &amp;quot;LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using .NET classes.  You can use LINQ expressions to query the database with them, as well as update/insert/delete data.&amp;quot; &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%2f2007%2f09%2f07%2flinq-to-sql-part-9-using-a-custom-linq-expression-with-the-lt-asp-linqdatasource-gt-control.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f09%2f07%2flinq-to-sql-part-9-using-a-custom-linq-expression-with-the-lt-asp-linqdatasource-gt-control.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/LINQ_to_SQL_Part_9_Using_a_Custom_LINQ_Expression</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/LINQ_to_SQL_Part_9_Using_a_Custom_LINQ_Expression</guid>
      <pubDate>Mon, 10 Sep 2007 00:31:01 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - 2005 - Introduction and Explanation to sqlcmd</title>
      <description>I decided to write this article to respond to request of one of usergroup, which requested that they would like to learn sqlcmd 101.

SQL Server 2005 has introduced new utility sqlcmd to run ad hoc Transact-SQL statements and scripts from command prompt.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f09%2f06%2fsql-server-2005-introduction-and-explanation-to-sqlcmd%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f09%2f06%2fsql-server-2005-introduction-and-explanation-to-sqlcmd%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_2005_Introduction_and_Explanation_to_sqlcmd</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_2005_Introduction_and_Explanation_to_sqlcmd</guid>
      <pubDate>Mon, 10 Sep 2007 03:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Using SingleTagSectionHandler Instead Of appSettings</title>
      <description>As an alternative to appSettings you can use SingleTagSectionHandler to store settings in a web.config file. Learn how. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fUsingSingleTagSectionHandlerInsteadOfAppSettings.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fUsingSingleTagSectionHandlerInsteadOfAppSettings.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_SingleTagSectionHandler_Instead_Of_appSettings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_SingleTagSectionHandler_Instead_Of_appSettings</guid>
      <pubDate>Thu, 06 Sep 2007 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Easily Test Custom Controls Inside of Visual Studio</title>
      <description>Here's a quick way easily test and debug your custom WinForms controls right inside of Visual Studio without having to launch your entire application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeremyjarrell.com%2farchive%2f2007%2f09%2f05%2f55.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeremyjarrell.com%2farchive%2f2007%2f09%2f05%2f55.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Easily_Test_Custom_Controls_Inside_of_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Easily_Test_Custom_Controls_Inside_of_Visual_Studio</guid>
      <pubDate>Tue, 11 Sep 2007 01:16:01 GMT</pubDate>
    </item>
    <item>
      <title>MbUnit 2.4.1 Released </title>
      <description>MbUnit 2.4.1 has been released  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetsamplechapters.blogspot.com%2f2007%2f09%2fmbunit-241-released.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetsamplechapters.blogspot.com%2f2007%2f09%2fmbunit-241-released.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/MbUnit_2_4_1_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/MbUnit_2_4_1_Released</guid>
      <pubDate>Thu, 06 Sep 2007 20:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Create an HttpModule to Process Wildcard Extension Mapping in ASP.NET </title>
      <description>After you have configured IIS to allow wildcard extensions through ASP.NET how do you handle these request in ASP.NET. The answer is a custom httpModule and I extend this to a simple custom httpHandler. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2007%2f09%2f03%2fCreate-an-HttpModule-to-Process-Wildcard-Extension-Mapping-in-ASP.NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2007%2f09%2f03%2fCreate-an-HttpModule-to-Process-Wildcard-Extension-Mapping-in-ASP.NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Create_an_HttpModule_to_Process_Wildcard_Extension_Mapping_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Create_an_HttpModule_to_Process_Wildcard_Extension_Mapping_in_ASP_NET</guid>
      <pubDate>Tue, 04 Sep 2007 10:22:34 GMT</pubDate>
    </item>
    <item>
      <title>The Future of BizTalk/WCF/WF</title>
      <description>A look at what the challenges that a future BizTalk release with deep integration with WCF and WF might bring. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.winterdom.com%2fweblog%2f2007%2f09%2f03%2fTheFutureOfBizTalkWCFWF.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.winterdom.com%2fweblog%2f2007%2f09%2f03%2fTheFutureOfBizTalkWCFWF.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/The_Future_of_BizTalk_WCF_WF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/The_Future_of_BizTalk_WCF_WF</guid>
      <pubDate>Tue, 04 Sep 2007 06:49:54 GMT</pubDate>
    </item>
    <item>
      <title>Designing Code for Reusability</title>
      <description>Some great advice on using the features of C# to provide consistently extensible frameworks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.ittoolbox.com%2fvisualbasic%2fdotnet%2farchives%2fdesigning-code-for-reusability-18748"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.ittoolbox.com%2fvisualbasic%2fdotnet%2farchives%2fdesigning-code-for-reusability-18748" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Designing_Code_for_Reusability</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Designing_Code_for_Reusability</guid>
      <pubDate>Tue, 04 Sep 2007 06:20:20 GMT</pubDate>
    </item>
    <item>
      <title>Project SilverLight 1.1 - Creating an iTunes-like media player</title>
      <description>I found out about Jose Fajardo's journey on learning Silverlight.

Jose decided to write an iTunes-like media player using Silverlight. He has documented his development in about 20 blog posts here. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fadvertboy.wordpress.com%2fproject-silverlight-11%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fadvertboy.wordpress.com%2fproject-silverlight-11%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Project_SilverLight_1_1_Creating_an_iTunes_like_media_player</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Project_SilverLight_1_1_Creating_an_iTunes_like_media_player</guid>
      <pubDate>Tue, 04 Sep 2007 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Behave# merges with NBehave</title>
      <description>I am proud to say that Behave# and Morgan Persson's NBehave project have combined into one OSS project under the moniker of NBehave.  We decided to keep the NBehave name because as Morgan kindly put it:

&amp;quot;...it connects to the cousin framework(s) in other languages/technologies like RSpec/NSpec, JUnit/NUnit, Hibernate/NHibernate etc. so it would only be natural to have RBehave/JBehave and NBehave.&amp;quot;
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjoe_ocampo%2farchive%2f2007%2f09%2f03%2fbehave-merges-with-nbehave.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjoe_ocampo%2farchive%2f2007%2f09%2f03%2fbehave-merges-with-nbehave.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Behave_merges_with_NBehave</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Behave_merges_with_NBehave</guid>
      <pubDate>Mon, 03 Sep 2007 20:19:20 GMT</pubDate>
    </item>
    <item>
      <title>Static analysis and source code querying</title>
      <description>A brief overview article about .NET and Java static analysis tools - applications that analyse source code to find bugs or gather code metrics. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkirillosenkov.blogspot.com%2f2007%2f09%2fstatic-analysis-and-source-code.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkirillosenkov.blogspot.com%2f2007%2f09%2fstatic-analysis-and-source-code.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Static_analysis_and_source_code_querying</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Static_analysis_and_source_code_querying</guid>
      <pubDate>Mon, 03 Sep 2007 17:58:33 GMT</pubDate>
    </item>
    <item>
      <title>The most common software security mistakes</title>
      <description>Through my humble experience with software development I've seen developers making fetal security mistakes without even feeling that they are doing something wrong. So I've decided to gather these common mistakes in a list so it would be easier to avoid. Through this article I will give examples regardless to the used technology but the concepts applies to all technologies. So here we go &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbarmagy.com%2fblogs%2finfinite_loop%2farchive%2f2007%2f09%2f04%2f629.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbarmagy.com%2fblogs%2finfinite_loop%2farchive%2f2007%2f09%2f04%2f629.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/The_most_common_software_security_mistakes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/The_most_common_software_security_mistakes</guid>
      <pubDate>Tue, 04 Sep 2007 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>5 Elements of Style For Error Messages</title>
      <description>Five stylistic elements to consider when developing an error message UI for your applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvbnotebookfor.net%2f2007%2f09%2f03%2f5-elements-of-style-for-error-messages%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvbnotebookfor.net%2f2007%2f09%2f03%2f5-elements-of-style-for-error-messages%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/5_Elements_of_Style_For_Error_Messages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/5_Elements_of_Style_For_Error_Messages</guid>
      <pubDate>Tue, 04 Sep 2007 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>HeadScriptManager - Registering scripts into the page header</title>
      <description>A class library for registering scripts and stylesheets into the page header with ASP.NET 2.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bloggingdeveloper.com%2fpost%2fHeadScriptManager---A-class-library-for-registering-scripts-into-the-page-header-with-ASPNET-20.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bloggingdeveloper.com%2fpost%2fHeadScriptManager---A-class-library-for-registering-scripts-into-the-page-header-with-ASPNET-20.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/HeadScriptManager_Registering_scripts_into_the_page_header</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/HeadScriptManager_Registering_scripts_into_the_page_header</guid>
      <pubDate>Thu, 06 Sep 2007 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL and Serialization</title>
      <description>LINQ to SQL provides entity objects that can be used easily for object access to data members. But these objects can be difficult to deal with if you need to serialize them in Web Services or in other ways because relationships are often circular. Here's a discussion of things to watch out for and how you can get around the issues. &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%2f147218.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f147218.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/LINQ_to_SQL_and_Serialization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/LINQ_to_SQL_and_Serialization</guid>
      <pubDate>Sun, 02 Sep 2007 21:44:18 GMT</pubDate>
    </item>
  </channel>
</rss>