<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by craigshoemaker</title>
    <description>Stories kicked by craigshoemaker</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>5 Tips to  get the most out of your coding time</title>
      <description>I remember seeing an add from Microsoft I believe for hiring programmers and the jist of it was "We give you an office with a door". 

Why you might wonder? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhatim.indexdev.net%2f2010%2f03%2f11%2f5-tips-to-get-the-most-out-of-your-coding-time%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhatim.indexdev.net%2f2010%2f03%2f11%2f5-tips-to-get-the-most-out-of-your-coding-time%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/5_Tips_to_get_the_most_out_of_your_coding_time</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/5_Tips_to_get_the_most_out_of_your_coding_time</guid>
      <pubDate>Thu, 11 Mar 2010 18:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Get Countries Name in .Net</title>
      <description>In this post, I will explain you how can we get the countries name filled in any collection using .net without using any database.

It is a regular task, which we all as developers did some past day but the difference is we used database table or xml file to hold the country names. But .net framework provide us with all the countries information in Globalization namespace.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aghausman.net%2fdotnet%2fGet-Countries-Name-in-Net.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aghausman.net%2fdotnet%2fGet-Countries-Name-in-Net.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Get_Countries_Name_in_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Get_Countries_Name_in_Net</guid>
      <pubDate>Mon, 27 Jul 2009 15:30:09 GMT</pubDate>
    </item>
    <item>
      <title> Ajax survey 2009: jQuery and MS Ajax are almost tied</title>
      <description>Simone posts the results of the survey about ajax adoption among .NET developers. jQuery gained 58% since 2007 and now is almost tied to the MS Ajax stack (Control toolkit and ajax core) &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%2f06%2f22%2fajax-survey-2009-jquery-and-ms-ajax-are-almost-tied.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f06%2f22%2fajax-survey-2009-jquery-and-ms-ajax-are-almost-tied.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Ajax_survey_2009_jQuery_and_MS_Ajax_are_almost_tied</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Ajax_survey_2009_jQuery_and_MS_Ajax_are_almost_tied</guid>
      <pubDate>Mon, 22 Jun 2009 14:45:00 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic 3.0: ActiveRecord</title>
      <description>Google's project site is down for a while and I have some perf tests running in the background so I thought it might be time to crank out a few more "preview" posts of SubSonic 3.0. This one's about ActiveRecord - one of my favorite patterns for its ease of use and versatility. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fsubsonic%2fsubsonic-30-activerecord%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fsubsonic%2fsubsonic-30-activerecord%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/SubSonic_3_0_ActiveRecord</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/SubSonic_3_0_ActiveRecord</guid>
      <pubDate>Thu, 11 Jun 2009 14:45:00 GMT</pubDate>
    </item>
    <item>
      <title>11 keystrokes that made my jQuery selector run 10x faster</title>
      <description>An in-depth analysis of the performance concerns when using a popular jQuery selector and a couple ways to dramatically speed it up, including benchmarks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f06%2f09%2f11-keystrokes-that-made-my-jquery-selector-run-10x-faster%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f06%2f09%2f11-keystrokes-that-made-my-jquery-selector-run-10x-faster%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/11_keystrokes_that_made_my_jQuery_selector_run_10x_faster</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/11_keystrokes_that_made_my_jQuery_selector_run_10x_faster</guid>
      <pubDate>Tue, 09 Jun 2009 19:15:00 GMT</pubDate>
    </item>
    <item>
      <title> Survey: Ajax usage among .NET developers in 2009</title>
      <description>Take the survey to see how the adoption of Ajax among .NET developers changed since the survey held in 2007 &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%2f05%2f21%2fajax-usage-among-.net-developers-in-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f05%2f21%2fajax-usage-among-.net-developers-in-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Survey_Ajax_usage_among_NET_developers_in_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Survey_Ajax_usage_among_NET_developers_in_2009</guid>
      <pubDate>Fri, 22 May 2009 16:04:40 GMT</pubDate>
    </item>
    <item>
      <title>Kona 3: Learning Behavior Driven Development (BDD)</title>
      <description>Holy cow! Another *DD - man I really must have an IV with that Alt.NET Punch just coursing like a train in my veins! I ask for your patience with this one - cause I think BDD is a really good tool to know - whether you use it or not - knowing the workings of it will allow you to have some intelligent conversation the next time you're in Austin :). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fmvc-storefront%2fkona-3%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fmvc-storefront%2fkona-3%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Kona_3_Learning_Behavior_Driven_Development_BDD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Kona_3_Learning_Behavior_Driven_Development_BDD</guid>
      <pubDate>Fri, 15 May 2009 20:46:26 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 20:46:06 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>Wed, 25 Mar 2009 22:16:02 GMT</pubDate>
    </item>
    <item>
      <title>WebForms or MVC? What about the third option?</title>
      <description>I've read a lot of posts and articles about why and when you should choose WebForms or the MVC framework to build your ASP.NET websites. They are all pretty good, but for some reason they forget or ignore the obvious third option - standard ASP.NET without the WebForm. &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%2fWebForms-or-MVC-What-about-the-third-option.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fWebForms-or-MVC-What-about-the-third-option.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/WebForms_or_MVC_What_about_the_third_option</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/WebForms_or_MVC_What_about_the_third_option</guid>
      <pubDate>Fri, 13 Feb 2009 03:01:19 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 1.0 Release Candidate Now Available</title>
      <description>Finally Scott Guthrie announced ASP.NET MVC 1.0 RC. Check it out. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f01%2f27%2fasp-net-mvc-1-0-release-candidate-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f01%2f27%2fasp-net-mvc-1-0-release-candidate-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_Release_Candidate_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_Release_Candidate_Now_Available</guid>
      <pubDate>Wed, 28 Jan 2009 03:01:18 GMT</pubDate>
    </item>
    <item>
      <title>Search Engine friendly error handling</title>
      <description>Explains best practices of error handling in ASP.NET web application considering being search engines friendly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.turlov.com%2f2009%2f01%2fsearch-engine-friendly-error-handling.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.turlov.com%2f2009%2f01%2fsearch-engine-friendly-error-handling.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Search_Engine_friendly_error_handling</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Search_Engine_friendly_error_handling</guid>
      <pubDate>Fri, 16 Jan 2009 18:46:13 GMT</pubDate>
    </item>
    <item>
      <title>Generic Repository</title>
      <description>The purpose behind the repository pattern is to provide a layer of abstraction between your domain and data layer. For smaller projects, this typically isn't needed. However, larger projects can really benefit from a broker that specifically handles the back and forth between the two layers. With repositories your domain objects aren't burdened with infrastructure details and can therefore better focus on domain-specific behavior. &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%2f12%2f22%2fnew-repository-lt-t-gt-domagic.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f22%2fnew-repository-lt-t-gt-domagic.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Generic_Repository</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Generic_Repository</guid>
      <pubDate>Tue, 23 Dec 2008 17:16:08 GMT</pubDate>
    </item>
    <item>
      <title>3 reasons why you should let Google host jQuery for you</title>
      <description>Three reasons why you should use the Google AJAX Libraries CDN for your public facing sites that use jQuery (or several other AJAX libraries) and examples of how to do so. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f12%2f10%2f3-reasons-why-you-should-let-google-host-jquery-for-you%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f12%2f10%2f3-reasons-why-you-should-let-google-host-jquery-for-you%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/3_reasons_why_you_should_let_Google_host_jQuery_for_you</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/3_reasons_why_you_should_let_Google_host_jQuery_for_you</guid>
      <pubDate>Wed, 10 Dec 2008 17:16:16 GMT</pubDate>
    </item>
    <item>
      <title>Improving the SEO of your blog</title>
      <description>Did you know that yourdomain.com and www.yourdomain.com are actually different sites? Are they both serving the same content? If so, it may be negatively impacting your search engine rankings. Using HTTP 301 redirects, you can combine these synonymous URLs to increase your page ranking. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.cptloadtest.com%2f2008%2f12%2f04%2fURLRewritePart3ImprovingSEOAndTheWwwSubdomain.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.cptloadtest.com%2f2008%2f12%2f04%2fURLRewritePart3ImprovingSEOAndTheWwwSubdomain.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Improving_the_SEO_of_your_blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Improving_the_SEO_of_your_blog</guid>
      <pubDate>Fri, 05 Dec 2008 08:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Podcast Show #128 - AJAX with jQuery</title>
      <description>A quick example of using AJAX with jQuery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2008%2f12%2f03%2fasp-net-podcast-show-128-ajax-with-jquery.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2008%2f12%2f03%2fasp-net-podcast-show-128-ajax-with-jquery.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_Podcast_Show_128_AJAX_with_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_Podcast_Show_128_AJAX_with_jQuery</guid>
      <pubDate>Wed, 03 Dec 2008 21:01:05 GMT</pubDate>
    </item>
    <item>
      <title>Controlling HTML in ASP.NET WebForms</title>
      <description>&amp;quot;Developers want control. Developing for the web is seemingly more of a love/hate relationship with the tools at our disposal. Sometimes our tools and frameworks give us power, but not control. While we love the functionality and ease-of-use of many of the stock server controls found in ASP.NET WebForms, sometimes we find that the underlying HTML isn't exactly what we need.&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%2fcraigshoemaker%2farchive%2f2008%2f12%2f02%2fcontrolling-html-in-asp-net-webforms.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fcraigshoemaker%2farchive%2f2008%2f12%2f02%2fcontrolling-html-in-asp-net-webforms.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Controlling_HTML_in_ASP_NET_WebForms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Controlling_HTML_in_ASP_NET_WebForms</guid>
      <pubDate>Wed, 03 Dec 2008 23:16:09 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight: Live Mesh Integration, Surviving the Olympics and Futures</title>
      <description>Scott Guthrie and Craig Shoemaker take some time out of PDC 2008 to discuss Silverlight and highlights from the keynote address. Scott shares about current-day Silverlight integrations with Live Mesh, living through the Olympics and what might be expected from Silverlight in the future. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fcraigshoemaker%2farchive%2f2008%2f11%2f13%2fsilverlight-live-mesh-integration-surviving-the-olympics-and-future-expectations-interview-with-scott-guthrie.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fcraigshoemaker%2farchive%2f2008%2f11%2f13%2fsilverlight-live-mesh-integration-surviving-the-olympics-and-future-expectations-interview-with-scott-guthrie.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Live_Mesh_Integration_Surviving_the_Olympics_and_Futures</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Live_Mesh_Integration_Surviving_the_Olympics_and_Futures</guid>
      <pubDate>Fri, 14 Nov 2008 04:12:46 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic 3.0 Preview 1: Linq Has Landed</title>
      <description>Rob Conery explains some features of SunSonic 3.0 Preview 1 &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-3-0-preview-1-linq-has-landed%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-3-0-preview-1-linq-has-landed%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/SubSonic_3_0_Preview_1_Linq_Has_Landed</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/SubSonic_3_0_Preview_1_Linq_Has_Landed</guid>
      <pubDate>Sat, 08 Nov 2008 14:16:16 GMT</pubDate>
    </item>
    <item>
      <title>Crack.NET - A runtime debugging and scripting tool for .NET</title>
      <description>Crack.NET is a runtime debugging and scripting tool that gives you access to the internals of any .NET desktop application running on your computer.  If you love Snoop and Mole for Visual Studio, you'll love Crack.NET, too.  Crack.NET allows you to "walk" the managed heap of another .NET application, inspect all kinds of values on objects, and even manipulate those objects via IronPython scripts. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcracknetproject.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcracknetproject.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Crack_NET_A_runtime_debugging_and_scripting_tool_for_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Crack_NET_A_runtime_debugging_and_scripting_tool_for_NET</guid>
      <pubDate>Wed, 22 Oct 2008 01:16:15 GMT</pubDate>
    </item>
    <item>
      <title>Tool: Crack.NET</title>
      <description>Introducing : Crack.NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f10%2f20%2ftool-crack-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f10%2f20%2ftool-crack-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Tool_Crack_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Tool_Crack_NET</guid>
      <pubDate>Tue, 21 Oct 2008 18:31:02 GMT</pubDate>
    </item>
    <item>
      <title>When the Random Class Lies</title>
      <description>Philip Japikse shows you when the Random class can break down &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjapikse.blogspot.com%2f2008%2f10%2frandom-numbers-in-c.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjapikse.blogspot.com%2f2008%2f10%2frandom-numbers-in-c.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/When_the_Random_Class_Lies</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/When_the_Random_Class_Lies</guid>
      <pubDate>Fri, 17 Oct 2008 22:18:06 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu: ASP.NET MVC Beta</title>
      <description>One of ScottGu&amp;#180;s monster blogposts &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%2f2008%2f10%2f16%2fasp-net-mvc-beta-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f10%2f16%2fasp-net-mvc-beta-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ScottGu_ASP_NET_MVC_Beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ScottGu_ASP_NET_MVC_Beta</guid>
      <pubDate>Fri, 17 Oct 2008 08:46:03 GMT</pubDate>
    </item>
    <item>
      <title>10 Programming Proverbs Every Developer Should Know</title>
      <description>Proverbs are used to express universal truths or life lessons in a short and memorable fashion.  I find that they are a great way to keep things in perspective, both in life and in work.  Because of this, I have assembled 10 programming proverbs that every developer needs in their arsenal.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fProgramming-Proverbs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fProgramming-Proverbs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/10_Programming_Proverbs_Every_Developer_Should_Know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/10_Programming_Proverbs_Every_Developer_Should_Know</guid>
      <pubDate>Wed, 08 Oct 2008 05:01:02 GMT</pubDate>
    </item>
    <item>
      <title>October 2nd Links: ASP.NET, ASP.NET MVC, ASP.NET Dynamic Data</title>
      <description>Here is the latest in my link-listing series.  Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. &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%2f2008%2f10%2f02%2foctober-2nd-links-asp-net-asp-net-mvc-asp-net-dynamic-data.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f10%2f02%2foctober-2nd-links-asp-net-asp-net-mvc-asp-net-dynamic-data.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/October_2nd_Links_ASP_NET_ASP_NET_MVC_ASP_NET_Dynamic_Data</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/October_2nd_Links_ASP_NET_ASP_NET_MVC_ASP_NET_Dynamic_Data</guid>
      <pubDate>Fri, 03 Oct 2008 12:31:06 GMT</pubDate>
    </item>
  </channel>
</rss>
