<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by pligguser</title>
    <description>Stories kicked by pligguser</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>Arrange Act Assert and BDD specifications</title>
      <description>With Rhino Mocks 3.5 just around the corner, I've started using it to create much more readable tests.  One of the things that always bothered me with Expect.Call, constraints and the like was that it mixed in the Arrange with Assert.  For those that haven't heard of AAA, it's a pattern for authoring unit tests:

    * Arrange - set up the unit under test
    * Act - exercise the unit under test, capturing any resulting state
    * Assert - verify the behavior through assertions

As I moved towards BDD context/specification style tests, working with Rhino Mocks didn't fit the picture very well.  But with the new AAA syntax of Rhino Mocks 3.5, I can very cleanly separate out the behavior I want to observe from the mechanics of setting up the test. &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%2fjimmy_bogard%2farchive%2f2008%2f07%2f24%2farrange-act-assert-and-bdd-specifications.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjimmy_bogard%2farchive%2f2008%2f07%2f24%2farrange-act-assert-and-bdd-specifications.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Arrange_Act_Assert_and_BDD_specifications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Arrange_Act_Assert_and_BDD_specifications</guid>
      <pubDate>Fri, 25 Jul 2008 13:46:11 GMT</pubDate>
    </item>
    <item>
      <title>BlogSvc - New Blogging Service for .NET 3.5</title>
      <description>A new project has been started on CodePlex to create a blogging service using .NET 3.5.  A community preview was recently released. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjvance.com%2fpost%2f2008%2f07%2f21%2fBlogSvc-New-Blogging-Service-for-NET-35.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjvance.com%2fpost%2f2008%2f07%2f21%2fBlogSvc-New-Blogging-Service-for-NET-35.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/BlogSvc_New_Blogging_Service_for_NET_3_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/BlogSvc_New_Blogging_Service_for_NET_3_5</guid>
      <pubDate>Tue, 22 Jul 2008 12:24:15 GMT</pubDate>
    </item>
    <item>
      <title>Howto use jQuery with asp.net mvc preview 4's AjaxHelper</title>
      <description>Working on jQuery4mvc preview 4, one of the first things I ofcourse wanted to do was to replace the ASP.NET Ajax library that's used by the AjaxHelper.

Unfortunately the AjaxHelper itself is sealed, so atm we can't (easily) change how the AjaxHelper generates its links. So what I did is create a javascript library that uses the same methodnames as the MicrosoftMvcAjax version. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2008%2f07%2f21%2fhowto-use-jquery-with-aspnet-mvc-preview-4s-ajaxhelper%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2008%2f07%2f21%2fhowto-use-jquery-with-aspnet-mvc-preview-4s-ajaxhelper%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Howto_use_jQuery_with_asp_net_mvc_preview_4_s_AjaxHelper</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Howto_use_jQuery_with_asp_net_mvc_preview_4_s_AjaxHelper</guid>
      <pubDate>Tue, 22 Jul 2008 15:16:11 GMT</pubDate>
    </item>
    <item>
      <title>A Programming Job Interview Challenge #13 - Brackets </title>
      <description>Your input is a string which is composed from bracket characters. The allowed characters are:'(', ')', '['. ']', '{', '}', '&amp;lt;' and '&amp;gt;'. Your mission is to determine whether the brackets structure is legal or not. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f21%2fa-programming-job-interview-challenge-13-brackets%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f21%2fa-programming-job-interview-challenge-13-brackets%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/A_Programming_Job_Interview_Challenge_13_Brackets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/A_Programming_Job_Interview_Challenge_13_Brackets</guid>
      <pubDate>Tue, 22 Jul 2008 13:01:07 GMT</pubDate>
    </item>
    <item>
      <title>Learning Ruby via IronRuby and C# Part 1</title>
      <description>Part one of many in migrating your C# skills over to Ruby &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.aspx%3fid%3d5ae9c02c-2c0e-42e4-ad33-6a85dffebe99"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost.aspx%3fid%3d5ae9c02c-2c0e-42e4-ad33-6a85dffebe99" 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_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_1</guid>
      <pubDate>Tue, 22 Jul 2008 18:16:15 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2.0 - Concepts To Become A Silverlight Master (Part 2)</title>
      <description>Part 2 of a series of Concepts to Become a Silverlight Master.  Part 2 focuses on WCF and how it complements Silverlight. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsilverlighthack.com%2fpost%2f2008%2f07%2f20%2fSilverlight-20-Concepts-To-Become-A-Silverlight-Master-(Series-Part-2-WCF).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsilverlighthack.com%2fpost%2f2008%2f07%2f20%2fSilverlight-20-Concepts-To-Become-A-Silverlight-Master-(Series-Part-2-WCF).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_0_Concepts_To_Become_A_Silverlight_Master_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_0_Concepts_To_Become_A_Silverlight_Master_Part_2</guid>
      <pubDate>Tue, 22 Jul 2008 13:46:11 GMT</pubDate>
    </item>
    <item>
      <title>Getting started with custom SharePoint Event Receivers</title>
      <description>In this post I describe how to create a custom SharePoint Event Receiver using the Visual Studio Extensions for SharePoint Services. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fgetting-started-with-custom-sharepoint-event-receivers%2f161.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fgetting-started-with-custom-sharepoint-event-receivers%2f161.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Getting_started_with_custom_SharePoint_Event_Receivers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Getting_started_with_custom_SharePoint_Event_Receivers</guid>
      <pubDate>Fri, 18 Jul 2008 18:16:03 GMT</pubDate>
    </item>
    <item>
      <title>New Modules for IIS7</title>
      <description>Scott Hanselman describes three new preview releases the IIS7 team put out this week. &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%2fNewModulesForIIS7ApplicationRequestRoutingProxyAndLoadBalancingModule.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fNewModulesForIIS7ApplicationRequestRoutingProxyAndLoadBalancingModule.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/New_Modules_for_IIS7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/New_Modules_for_IIS7</guid>
      <pubDate>Mon, 21 Jul 2008 17:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Open Source ASP.NET 3.5 AJAX Portal - new and improved</title>
      <description>A new release of Dropthings, open source ASP.NET 3.5 AJAX portal. Features many performance and scalability techniques and a new design.
Showcases:
- 10 ASP.NET Performance and Scalability Secrets.
- Fast ASP.NET page rendering by deferred script loading. 
- Load large amount of Javascripts in batch and thus load AJAX sites a lot faster.
- Fast Streaming AJAX proxy that solves double downloading problems and continuously streams content from external domain.
- Making best use of cache for high performance website.
- On-demand UI loading on AJAX websites.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f07%2f14%2fopen-source-asp-net-3-5-ajax-portal-new-and-improved.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f07%2f14%2fopen-source-asp-net-3-5-ajax-portal-new-and-improved.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Open_Source_ASP_NET_3_5_AJAX_Portal_new_and_improved</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Open_Source_ASP_NET_3_5_AJAX_Portal_new_and_improved</guid>
      <pubDate>Sun, 20 Jul 2008 22:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started with TDD</title>
      <description>Getting started with Test Driven Development can be challenging.  In this blog post, Steve offers some advice on how to get started either for a brand new project or one that already in maintenance mode. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fgetting-started-with-tdd%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fgetting-started-with-tdd%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Getting_Started_with_TDD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Getting_Started_with_TDD</guid>
      <pubDate>Sun, 20 Jul 2008 23:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>