<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by powerrush</title>
    <description>Stories kicked by powerrush</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>NBuilder website launched - Rapid generation of test objects for .NET</title>
      <description>NBuilder now has a website which will serve as the home for all its documentation.

http://nbuilder.org

About NBuilder -

Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are of type of the built in .NET data types (e.g. ints and strings). NBuilder allows you to override for properties you are interested in using lambda expressions.

Example usage:

Builder&amp;lt;Product&amp;gt;
   .CreateListOfSize(10)
   .WhereTheFirst(2)
       .Have(x =&amp;gt; x.Title = &amp;quot;special title&amp;quot;)
       .And(x =&amp;gt; x.Price = 15.24m)
   .Build();

NBuilder is an open source project, hosted on google code.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnbuilder.org%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnbuilder.org%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/NBuilder_website_launched_Rapid_generation_of_test_objects_for_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/NBuilder_website_launched_Rapid_generation_of_test_objects_for_NET</guid>
      <pubDate>Mon, 15 Jun 2009 11:23:07 GMT</pubDate>
    </item>
    <item>
      <title>Binding in ASP.NET MVC</title>
      <description>Answers to some frequently asked questions about binding data to forms in ASP.NET MVC.  Covers Bind(), ModelBinders, and ViewData.Model. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fbinding-in-asp-net-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fbinding-in-asp-net-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Binding_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Binding_in_ASP_NET_MVC</guid>
      <pubDate>Thu, 11 Jun 2009 04:45:00 GMT</pubDate>
    </item>
    <item>
      <title>NBuilder - fluent, rapid generation of test objects</title>
      <description>Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are of type of the built in .NET data types (int, string etc). NBuilder allows you to override for properties you are interested in using lambda expressions. 

Builder&amp;lt;Product&amp;gt;.CreateListOfSize(10)
   .WhereRandom(5)
   .Have(x =&amp;gt; x.Price = 12.51m)
   .Persist(); &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.google.com%2fp%2fnbuilder%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.google.com%2fp%2fnbuilder%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/NBuilder_fluent_rapid_generation_of_test_objects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/NBuilder_fluent_rapid_generation_of_test_objects</guid>
      <pubDate>Wed, 10 Jun 2009 08:34:16 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC TDD using Visual Studio 2010</title>
      <description>Phil Haack announced yesterday that the tooling support for ASP.NET MVC is available for Visual Studio 2010. Troy Goode already blogged about the designer snippets (which are really really cool, just like other parts of the roadmap for ASP.NET MVC 2.0). I'll give the new TDD workflow introduced in VS2010 a take. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f06%2f10%2fASPNET-MVC-TDD-using-Visual-Studio-2010.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f06%2f10%2fASPNET-MVC-TDD-using-Visual-Studio-2010.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_TDD_using_Visual_Studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_TDD_using_Visual_Studio_2010</guid>
      <pubDate>Wed, 10 Jun 2009 12:15:07 GMT</pubDate>
    </item>
    <item>
      <title>SubMain acquires GhostDoc</title>
      <description>An agreement between SubMain and Roland Weigelt, author of GhostDoc, will place future development of GhostDoc in the hands of SubMain. GhostDoc ( http://submain.com/ghostdoc ) is the popular XML Comments and documentation helper tool which SubMain will continue to maintain as a free product. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcommunity.submain.com%2fblogs%2fnews%2farchive%2f2009%2f06%2f01%2fSubMain-acquires-GhostDoc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcommunity.submain.com%2fblogs%2fnews%2farchive%2f2009%2f06%2f01%2fSubMain-acquires-GhostDoc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/SubMain_acquires_GhostDoc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/SubMain_acquires_GhostDoc</guid>
      <pubDate>Mon, 01 Jun 2009 16:45:03 GMT</pubDate>
    </item>
    <item>
      <title>The Dynamic Programmer -  Tuple, a new type on .Net 4.0</title>
      <description>If you ever played with some language that have the Tuple type I bet you miss it in .Net. Well 4.0 adds it. Let's take a look at the implementation and how to use it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Dynamic_Programmer_Tuple_a_new_type_on_Net_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Dynamic_Programmer_Tuple_a_new_type_on_Net_4_0</guid>
      <pubDate>Mon, 25 May 2009 19:00:06 GMT</pubDate>
    </item>
    <item>
      <title>Automatically minify and combine JavaScript in Visual Studio</title>
      <description>As you begin developing more complex client-side functionality, managing the size and shape of your JavaScript includes becomes a key concern. It's all too easy to accidentally end up with hundreds of kilobytes of JavaScript spread across many separate HTTP requests, significantly slowing down your initial page loads.

I hope you'll find that this technique is a good compromise between the tedium of using manual minification tools and the overwrought complexity of setting up some of the more "enterprisey" automation solutions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f05%2f20%2fautomatically-minify-and-combine-javascript-in-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f05%2f20%2fautomatically-minify-and-combine-javascript-in-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Automatically_minify_and_combine_JavaScript_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Automatically_minify_and_combine_JavaScript_in_Visual_Studio</guid>
      <pubDate>Thu, 21 May 2009 05:06:38 GMT</pubDate>
    </item>
    <item>
      <title>UppercuT - The Insanely Easy to Use Automated Build Framework</title>
      <description>Automated Builds as easy as (1) solution name, (2) source control path, (3) company name for most projects!!!

UppercuT is for developers who want a powerful build framework without a lot of set up work. UppercuT is for anyone who needs a standard way of building applications across an entire organization. UppercuT is for anyone who wants to concentrate on just writing code.

What can UppercuT do for you?
-Compiles your application 
-Versions the local code build  
-Runs your unit tests 
-Runs NCover 
-Runs NDepend (you will need a license - does not come with UppercuT) 
-Creates environment configuration files (using ENV.settings files and config.template files) - more on this later 
-Packages your application for deployment 
-Along the way, it can run custom tasks for you.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fferventcoder.com%2farchive%2f2009%2f05%2f08%2fuppercut---the-insanely-easy-to-use-automated-build-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fferventcoder.com%2farchive%2f2009%2f05%2f08%2fuppercut---the-insanely-easy-to-use-automated-build-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/UppercuT_The_Insanely_Easy_to_Use_Automated_Build_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/UppercuT_The_Insanely_Easy_to_Use_Automated_Build_Framework</guid>
      <pubDate>Tue, 19 May 2009 07:02:36 GMT</pubDate>
    </item>
    <item>
      <title>Git, SSH, PuTTY, GitHub, Unfuddle, the kitchen sink</title>
      <description>After reading a good number of the guides for getting Git/ GitHub/ Unfuddle working correctly in Windows, I finally got it sorted out. I had to use a bunch of things I had not used before so I realized it's probably a good idea to share my findings, hoping to help someone else (and maybe myself again) in the future.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fsergio_pereira%2farchive%2f2009%2f05%2f06%2fgit-ssh-putty-github-unfuddle-the-kitchen-sink.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fsergio_pereira%2farchive%2f2009%2f05%2f06%2fgit-ssh-putty-github-unfuddle-the-kitchen-sink.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Git_SSH_PuTTY_GitHub_Unfuddle_the_kitchen_sink</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Git_SSH_PuTTY_GitHub_Unfuddle_the_kitchen_sink</guid>
      <pubDate>Fri, 08 May 2009 02:31:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Tip: Turn on compile-time View Checking</title>
      <description>I like the compiler to catch as many errors as possible before I start debugging or release my application. This also applies to code nuggets in ASP.NET MVC views, especially since these are not unit-testable. This article shows how to enable compile-time View checking for ASP.NET MVC projects.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevermind.com%2flinq%2faspnet-mvc-tip-turn-on-compile-time-view-checking"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevermind.com%2flinq%2faspnet-mvc-tip-turn-on-compile-time-view-checking" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Tip_Turn_on_compile_time_View_Checking</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Tip_Turn_on_compile_time_View_Checking</guid>
      <pubDate>Mon, 04 May 2009 22:01:05 GMT</pubDate>
    </item>
    <item>
      <title>Regex Hero to the Rescue</title>
      <description>From BucketSoft comes an online Silverlight regular expression tool utilizing the .NET regular expression engine. Features instantaneous highlighting of regular expression matches. It's a great way to test iterations of your .NET regular expressions quickly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.regexhero.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.regexhero.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regex_Hero_to_the_Rescue</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regex_Hero_to_the_Rescue</guid>
      <pubDate>Fri, 01 May 2009 06:16:14 GMT</pubDate>
    </item>
    <item>
      <title>How I handle JSON dates returned by ASP.NET AJAX</title>
      <description>The problem of how to handle dates in JSON is one of the more troublesome issues that may arise when directly calling ASP.NET AJAX web services and page methods.. Since the question of how I handle this problem is something asked often in emails and in comments on other posts here, I want to address the topic with its own post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f04%2f27%2fhow-i-handle-json-dates-returned-by-aspnet-ajax%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f04%2f27%2fhow-i-handle-json-dates-returned-by-aspnet-ajax%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_I_handle_JSON_dates_returned_by_ASP_NET_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_I_handle_JSON_dates_returned_by_ASP_NET_AJAX</guid>
      <pubDate>Tue, 28 Apr 2009 19:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Using AutoMapper to map view models in ASP.NET MVC</title>
      <description>Mapping code between Domain Models and Data Transfer Objects/Presentation Models is often boring and tedious to write, so when I first read about AutoMapper it triggered my interest. This post takes a first look at AutoMapper, and show how it can be used to map a complex domain model to a view model in an ASP.NET MVC application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bengtbe.com%2fblog%2fpost%2f2009%2f04%2f14%2fUsing-AutoMapper-to-map-view-models-in-ASPNET-MVC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bengtbe.com%2fblog%2fpost%2f2009%2f04%2f14%2fUsing-AutoMapper-to-map-view-models-in-ASPNET-MVC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_AutoMapper_to_map_view_models_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_AutoMapper_to_map_view_models_in_ASP_NET_MVC</guid>
      <pubDate>Mon, 20 Apr 2009 16:46:03 GMT</pubDate>
    </item>
    <item>
      <title>15 Essential Checks Before Launching Your Website</title>
      <description>Your website is designed, the CMS works, content has been added and the client is happy. It's time to take the website live. Or is it? When launching a website, you can often forget a number of things in your eagerness to make it live, so it's useful to have a checklist to look through as you make your final touches and before you announce your website to the world. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.smashingmagazine.com%2f2009%2f04%2f07%2f15-essential-checks-before-launching-your-website%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.smashingmagazine.com%2f2009%2f04%2f07%2f15-essential-checks-before-launching-your-website%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/15_Essential_Checks_Before_Launching_Your_Website</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/15_Essential_Checks_Before_Launching_Your_Website</guid>
      <pubDate>Fri, 10 Apr 2009 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>13 ASP.NET MVC extensibility points you have to know</title>
      <description>One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if you don't like the conventions (or lack of them) that ASP.NET MVC uses, you can create your own services to support your conventions and inject them into the main pipeline.

This post shows 13 extensibility points that every ASP.NET MVC developer should know, starting from the beginning of the pipeline and going forward till the rendering of the view. &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%2f04%2f08%2f13-asp.net-mvc-extensibility-points-you-have-to-know.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f04%2f08%2f13-asp.net-mvc-extensibility-points-you-have-to-know.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/13_ASP_NET_MVC_extensibility_points_you_have_to_know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/13_ASP_NET_MVC_extensibility_points_you_have_to_know</guid>
      <pubDate>Wed, 08 Apr 2009 22:46:06 GMT</pubDate>
    </item>
    <item>
      <title>Using the ASP.NET MVC Futures AsyncController</title>
      <description>Last week, I blogged about all stuff that is included in the ASP.NET MVC Futures assembly, which is an assembly available on CodePlex and contains possible future features (tonguetwister!) for the ASP.NET MVC framework. One of the comments asked for more information on the AsyncController that is introduced in the MVC Futures. So here goes!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f04%2f08%2fUsing-the-ASPNET-MVC-Futures-AsyncController.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f04%2f08%2fUsing-the-ASPNET-MVC-Futures-AsyncController.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Using_the_ASP_NET_MVC_Futures_AsyncController</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Using_the_ASP_NET_MVC_Futures_AsyncController</guid>
      <pubDate>Wed, 08 Apr 2009 17:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Talking with Jeremy Miller about Alt.Net</title>
      <description>As a follow up to the last podcast that featured Mike Moore and Scott Bellware discussing Alt.Net I spoke with Jeremy Miller to put out a vision for what he feels Alt.Net should represent and how it can be a positive thing in the community. This will be the last episode here on this topic, I promise to get back to normal technology discussions (next episode is about BDD and TDD). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f18-talking-with-jeremy-miller-about-alt-net"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f18-talking-with-jeremy-miller-about-alt-net" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Talking_with_Jeremy_Miller_about_Alt_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Talking_with_Jeremy_Miller_about_Alt_Net</guid>
      <pubDate>Tue, 07 Apr 2009 21:16:17 GMT</pubDate>
    </item>
    <item>
      <title>Verifying and Restoring a Differential Backup using T-SQL In SQLServer</title>
      <description>Quick guide to verify and restore a differential database using T-SQL. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sqlservercurry.com%2f2009%2f03%2fverifying-and-restoring-differential.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlservercurry.com%2f2009%2f03%2fverifying-and-restoring-differential.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Verifying_and_Restoring_a_Differential_Backup_using_T_SQL_In_SQLServer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Verifying_and_Restoring_a_Differential_Backup_using_T_SQL_In_SQLServer</guid>
      <pubDate>Wed, 08 Apr 2009 02:31:15 GMT</pubDate>
    </item>
    <item>
      <title>CodeRush &amp;amp; Refactor! Pro 9.1 is released</title>
      <description>Performance should be noticeably faster in most areas of the product, especially on large projects. Startup time, project opening time and editing performance have all been affected by this work.

Memory usage has been reduced significantly, and should be especially noticeable when working with large projects.

Code issue technology is now shipping. This new technology shows redundant code, hints, warnings, errors, and design-related problems (a.k.a. &amp;quot;code smells&amp;quot;) while you work, and also binds to CodeRush's CodeProvider technology and Refactor! Pro's refactoring technology, so you can quickly apply fixes to a number of detected issues. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcommunity.devexpress.com%2fblogs%2fmarkmiller%2farchive%2f2009%2f04%2f01%2fwhat-s-new-in-coderush-amp-refactor-pro-9-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcommunity.devexpress.com%2fblogs%2fmarkmiller%2farchive%2f2009%2f04%2f01%2fwhat-s-new-in-coderush-amp-refactor-pro-9-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/CodeRush_Refactor_Pro_9_1_is_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/CodeRush_Refactor_Pro_9_1_is_released</guid>
      <pubDate>Fri, 03 Apr 2009 17:31:16 GMT</pubDate>
    </item>
    <item>
      <title>First steps with Lightweight Test Automation Framework and ASP.NET MVC</title>
      <description>Microsoft's newly-Codeplexed Lightweight Test Automation Framework lets you test UI behaviors in ASP.NET applications. But what does it actually do? How does it work behind the scenes? How do you use it with ASP.NET MVC? This post explains the architecture and provides a downloadable demo project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2009%2f03%2f27%2ffirst-steps-with-lightweight-test-automation-framework%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2009%2f03%2f27%2ffirst-steps-with-lightweight-test-automation-framework%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/First_steps_with_Lightweight_Test_Automation_Framework_and_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/First_steps_with_Lightweight_Test_Automation_Framework_and_ASP_NET_MVC</guid>
      <pubDate>Tue, 31 Mar 2009 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>MvcContrib v1.0 Released! Download now!</title>
      <description>After official release of ASP.NET MVC 1.0 RTM it's time to release the first version of MvcContrib too! It's ready; download it ;-) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjeffreypalermo.com%2fblog%2fmvccontrib-v1.0-released-download-now%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjeffreypalermo.com%2fblog%2fmvccontrib-v1.0-released-download-now%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/MvcContrib_v1_0_Released_Download_now</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/MvcContrib_v1_0_Released_Download_now</guid>
      <pubDate>Fri, 27 Mar 2009 21:16:08 GMT</pubDate>
    </item>
    <item>
      <title>Running Tarantino With MSBuild</title>
      <description>Exact instructions, code samples, and a sample to download and try for how to run Tarantino with MSBuild. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fferventcoder.com%2farchive%2f2009%2f03%2f25%2frunning-tarantino-with-msbuild.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fferventcoder.com%2farchive%2f2009%2f03%2f25%2frunning-tarantino-with-msbuild.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Running_Tarantino_With_MSBuild</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Running_Tarantino_With_MSBuild</guid>
      <pubDate>Thu, 26 Mar 2009 21:29:19 GMT</pubDate>
    </item>
    <item>
      <title>$(document).ready() and pageLoad() are not the same!</title>
      <description>A few examples about how $(document).ready() and pageLoad() differ, practical examples of when both are useful, and a third alternative that is more suitable in some cases. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f03%2f25%2fdocument-ready-and-pageload-are-not-the-same%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f03%2f25%2fdocument-ready-and-pageload-are-not-the-same%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/document_ready_and_pageLoad_are_not_the_same</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/document_ready_and_pageLoad_are_not_the_same</guid>
      <pubDate>Thu, 26 Mar 2009 00:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 1.0 released</title>
      <description>ASP.NET MVC 1.0 RTM is released &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d53289097-73ce-43bf-b6a6-35e00103cb4b%26displaylang%3den"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d53289097-73ce-43bf-b6a6-35e00103cb4b%26displaylang%3den" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_released</guid>
      <pubDate>Wed, 18 Mar 2009 22:01:26 GMT</pubDate>
    </item>
    <item>
      <title>Interesting Observation of ON Clause on LEFT JOIN</title>
      <description>Very simple explanation of : 
Although the placement of such predicates does not make a difference for INNER joins, they might cause a different result when OUTER joins are involved. This is because the predicates in the ON clause are applied to the table before the join, whereas the WHERE clause is semantically applied to the result of the join. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f15%2fsql-server-interesting-observation-of-on-clause-on-left-join-how-on-clause-effects-resultset-in-left-join%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f15%2fsql-server-interesting-observation-of-on-clause-on-left-join-how-on-clause-effects-resultset-in-left-join%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Interesting_Observation_of_ON_Clause_on_LEFT_JOIN</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Interesting_Observation_of_ON_Clause_on_LEFT_JOIN</guid>
      <pubDate>Mon, 16 Mar 2009 21:16:19 GMT</pubDate>
    </item>
  </channel>
</rss>