<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Malkir</title>
    <description>Stories kicked by Malkir</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>How Do You Deal With Exceptions?</title>
      <description>A little post on my ideas about handling exceptions within applications. How do you handle them? &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%2f2009%2f05%2f14%2fHow-Do-You-Deal-With-Exceptions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f05%2f14%2fHow-Do-You-Deal-With-Exceptions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_Do_You_Deal_With_Exceptions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_Do_You_Deal_With_Exceptions</guid>
      <pubDate>Fri, 15 May 2009 04:01:09 GMT</pubDate>
    </item>
    <item>
      <title>ELMAH: Error Logging Modules and Handlers for ASP.NET (and MVC too!)</title>
      <description>ELMAH has been one of the most useful tools for ASP.NET developers to log errors on their web applications. Now Scott has a nice talk on how to use it even in your ASP.NET MVC applications. Cool! &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%2fELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/ELMAH_Error_Logging_Modules_and_Handlers_for_ASP_NET_and_MVC_too</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/ELMAH_Error_Logging_Modules_and_Handlers_for_ASP_NET_and_MVC_too</guid>
      <pubDate>Fri, 24 Apr 2009 22:01:11 GMT</pubDate>
    </item>
    <item>
      <title>ASP.Net - Never again fear publishing your website with debug=true</title>
      <description>What makes the deployment element special is that it is a machine level configuration element. When its retail attribute is set to true, it will disable the &amp;lt;compilation debug="true"&amp;gt; for ALL ASP.Net applications running on that machine. In addition, it turns of detailed errors messages being sent to remote machines and disables the ability to trace output. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.aggregatedintelligence.com%2f2009%2f04%2faspnet-never-again-fear-publishing-your.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.aggregatedintelligence.com%2f2009%2f04%2faspnet-never-again-fear-publishing-your.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_Net_Never_again_fear_publishing_your_website_with_debug_true</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_Net_Never_again_fear_publishing_your_website_with_debug_true</guid>
      <pubDate>Fri, 24 Apr 2009 17:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Reducing Duplicate Content with ASP.NET MVC</title>
      <description>As you're all no doubt aware, ASP.NET MVC recently went RTM. This brings the MVC-style of coding, made very popular by Ruby-on-Rails to the ASP.NET world. I've been eager to start using MVC for months, but I've been holding off until I knew the API was locked down so I don't have to change anything.

Unfortunately, like WebForms, MVC has some &amp;quot;issues&amp;quot; with regards to duplicate content, making it not all that SEO-friendly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dantup.me.uk%2f2009%2f04%2freducing-duplicate-content-with-aspnet.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dantup.me.uk%2f2009%2f04%2freducing-duplicate-content-with-aspnet.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Reducing_Duplicate_Content_with_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Reducing_Duplicate_Content_with_ASP_NET_MVC</guid>
      <pubDate>Wed, 15 Apr 2009 14:37:13 GMT</pubDate>
    </item>
    <item>
      <title>Don't Get Bit By Lazy Evaluation</title>
      <description>A very good explanation of how delayed evaluation can cause subtle problems in your code. &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%2f2009%2f04%2f10%2fDone28099t-Get-Bit-By-Lazy-Evaluation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f10%2fDone28099t-Get-Bit-By-Lazy-Evaluation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Don_t_Get_Bit_By_Lazy_Evaluation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Don_t_Get_Bit_By_Lazy_Evaluation</guid>
      <pubDate>Sat, 11 Apr 2009 07:01:12 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft ASP.NET MVC 1.0 is now Open Source MS-PL</title>
      <description>Today, ASP.NET MVC is now Open Source and licensed under MS-PL. That means you can change it, redistribute your changes, even fork it if you want. MS-PL is an OSI-Approved Open Source License and you can read the legalese on their site.  &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%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Microsoft_ASP_NET_MVC_1_0_is_now_Open_Source_MS_PL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Microsoft_ASP_NET_MVC_1_0_is_now_Open_Source_MS_PL</guid>
      <pubDate>Thu, 02 Apr 2009 10:07:18 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Best Practices (Part 1) - Kazi Manzur Rashid's Blog</title>
      <description>In this post, I will share some of the best practices/guideline in developing ASP.NET MVC applications which I have learned in the hard way. I will not tell you to use DI or Unit Test instead I will assume you are already doing it and you prefer craftsmanship over anything. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f04%2f01%2fasp-net-mvc-best-practices-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f04%2f01%2fasp-net-mvc-best-practices-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Best_Practices_Part_1_Kazi_Manzur_Rashid_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Best_Practices_Part_1_Kazi_Manzur_Rashid_s_Blog</guid>
      <pubDate>Thu, 02 Apr 2009 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Putting the "M" Back in MVC</title>
      <description>&amp;quot;Trying to keep up my end of the bargain with respect to MVC and SubSonic :). I did a walkthrough of it and decided that I was talking too much and, in honor of everyone telling me "SubSonic is dead" I thought it fitting to toss in some Rob Zombie.&amp;quot; &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%2fputting-the-ldquo-m-rdquo-back-in-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fputting-the-ldquo-m-rdquo-back-in-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Putting_the_M_Back_in_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Putting_the_M_Back_in_MVC</guid>
      <pubDate>Thu, 02 Apr 2009 04:46:14 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate POID Generators revealed</title>
      <description>In this post author shows some differences among identity generators for NHibernate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2ftuna_toksoz%2farchive%2f2009%2f03%2f20%2fnhibernate-poid-generators-revealed.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2ftuna_toksoz%2farchive%2f2009%2f03%2f20%2fnhibernate-poid-generators-revealed.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NHibernate_POID_Generators_revealed</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NHibernate_POID_Generators_revealed</guid>
      <pubDate>Sun, 22 Mar 2009 02:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Late-Bound Invocation with Expression Trees</title>
      <description>Avoid the cost of reflection for late-bound invocation by using expression trees. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkohari.org%2f2009%2f03%2f06%2ffast-late-bound-invocation-with-expression-trees%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkohari.org%2f2009%2f03%2f06%2ffast-late-bound-invocation-with-expression-trees%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Late_Bound_Invocation_with_Expression_Trees</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Late_Bound_Invocation_with_Expression_Trees</guid>
      <pubDate>Sat, 07 Mar 2009 01:46:20 GMT</pubDate>
    </item>
    <item>
      <title>Eager loading a One-to-Many collection w/ NHibernate</title>
      <description>A quick overview on how to resolve a common one-to-many issue with eager loading when you get multiple records back from the child collection. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f03%2f05%2feager-loading-a-one-to-many-collection-w-nhibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f03%2f05%2feager-loading-a-one-to-many-collection-w-nhibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Eager_loading_a_One_to_Many_collection_w_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Eager_loading_a_One_to_Many_collection_w_NHibernate</guid>
      <pubDate>Fri, 06 Mar 2009 22:01:07 GMT</pubDate>
    </item>
    <item>
      <title>JQuery Shortcuts: $.showhide(length &amp;gt; 0) </title>
      <description>Eliminate boolean situations like

if (length &amp;gt; 0) { $('div').show() } else { $('div').hide() } &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynback.com%2findex.php%2f2009%2f03%2fcoder%2fjquery-shortcuts-showhide%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynback.com%2findex.php%2f2009%2f03%2fcoder%2fjquery-shortcuts-showhide%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/JQuery_Shortcuts_showhide_length_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/JQuery_Shortcuts_showhide_length_0</guid>
      <pubDate>Thu, 05 Mar 2009 20:18:53 GMT</pubDate>
    </item>
    <item>
      <title>Calling Page Methods and Web Services directly using jQuery.</title>
      <description>For calling Ajax Page Methods from Javascript using jQuery use the below jQuery method to set type, url, input data empty braces if no input data is available to avoid errors. Data transfer will done in JSON format.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2finterviews.dotnetthread.com%2f2009%2f03%2fcalling-page-methods-and-web-services.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2finterviews.dotnetthread.com%2f2009%2f03%2fcalling-page-methods-and-web-services.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Calling_Page_Methods_and_Web_Services_directly_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Calling_Page_Methods_and_Web_Services_directly_using_jQuery</guid>
      <pubDate>Tue, 03 Mar 2009 00:53:33 GMT</pubDate>
    </item>
    <item>
      <title>xVal 0.8 improves client side validation in ASP.NET MVC</title>
      <description>xVal is an open source validation framework bridge for ASP.NET MVC. Its new release, version 0.8, became available this morning and adds the following features: Support for NHibernate.Validator, Internationalization, Custom validation logic, Fluent syntax for defining ad-hoc validation rules, Comparison validators, and more. &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%2f02%2f27%2fxval-08-beta-now-released%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2009%2f02%2f27%2fxval-08-beta-now-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/xVal_0_8_improves_client_side_validation_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/xVal_0_8_improves_client_side_validation_in_ASP_NET_MVC</guid>
      <pubDate>Sat, 28 Feb 2009 01:01:16 GMT</pubDate>
    </item>
    <item>
      <title>jQuery $document.ready() and ASP.NET Ajax asynchronous postback</title>
      <description>Combine ASP.NET Ajax and jQuery and make $document.ready execute even after an asynchronous postback took place. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f02%2f24%2fjQuery-document-ready-and-ASP-NET-Ajax-asynchronous-postback.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f02%2f24%2fjQuery-document-ready-and-ASP-NET-Ajax-asynchronous-postback.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_document_ready_and_ASP_NET_Ajax_asynchronous_postback</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_document_ready_and_ASP_NET_Ajax_asynchronous_postback</guid>
      <pubDate>Fri, 27 Feb 2009 02:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Getting Mono and Visual Studio to play nice together</title>
      <description>The goal was to get some Mono project templates working with Mono assemblies and the Mono compiler in Visual Studio. The trick was to do it in a way that would be able to survive upgrades of Mono installations. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscyvas.wordpress.com%2f2009%2f02%2f16%2fgetting-mono-and-visual-studio-to-play-nice-together%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscyvas.wordpress.com%2f2009%2f02%2f16%2fgetting-mono-and-visual-studio-to-play-nice-together%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Getting_Mono_and_Visual_Studio_to_play_nice_together</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Getting_Mono_and_Visual_Studio_to_play_nice_together</guid>
      <pubDate>Wed, 18 Feb 2009 03:16:12 GMT</pubDate>
    </item>
    <item>
      <title>JavaScript, 5 wyas to call a function</title>
      <description>Get a hold of what can seem confusing when invoking functions in JavaScript. &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%2f02%2f09%2fjavascript-5-ways-to-call-a-function.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fsergio_pereira%2farchive%2f2009%2f02%2f09%2fjavascript-5-ways-to-call-a-function.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/JavaScript_5_wyas_to_call_a_function</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/JavaScript_5_wyas_to_call_a_function</guid>
      <pubDate>Tue, 10 Feb 2009 01:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Sending Domain Objects Across the Wire</title>
      <description>or Using NHibernate and WCF &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbroloco.blogspot.com%2f2009%2f02%2fsending-domain-objects-across-wire.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbroloco.blogspot.com%2f2009%2f02%2fsending-domain-objects-across-wire.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Sending_Domain_Objects_Across_the_Wire</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Sending_Domain_Objects_Across_the_Wire</guid>
      <pubDate>Fri, 06 Feb 2009 23:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Action, Func, Predicate - what's going on?</title>
      <description>This post covers Action&amp;lt;T&amp;gt;, Func&amp;lt;T&amp;gt;, Predicate&amp;lt;T&amp;gt; and shows them in action. These delegates are generalization (abstractions?) over some common method signatures and you might find them very handy.
Besides making LINQ possible, they should help you stop writing your own custom delegates and replace them with these generic ones. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.vertigo.com%2fpersonal%2fpetar%2fBlog%2farchive%2f2009%2f01%2f28%2fcool-delegates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.vertigo.com%2fpersonal%2fpetar%2fBlog%2farchive%2f2009%2f01%2f28%2fcool-delegates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Action_Func_Predicate_what_s_going_on</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Action_Func_Predicate_what_s_going_on</guid>
      <pubDate>Fri, 30 Jan 2009 05:31:03 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 04:01:18 GMT</pubDate>
    </item>
    <item>
      <title>What Part Of The Process Are Your Tools Optimized For?</title>
      <description>I'm writing this post because I am getting tired and weary of people pointing to &amp;quot;drag and drop tools&amp;quot;, &amp;quot;visual designers&amp;quot;, and &amp;quot;wizards&amp;quot; as reasons to use a particular tool. Only in Microsoft-land are developers so enamored with &amp;quot;wizards&amp;quot; and &amp;quot;drag and drop&amp;quot; and I think this is because Microsoft is the proverbial &amp;quot;crack dealer&amp;quot; when it comes to providing these tools. &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%2f2009%2f01%2f23%2fWhat-Part-Of-The-Process-Are-Your-Tools-Optimized-For.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f01%2f23%2fWhat-Part-Of-The-Process-Are-Your-Tools-Optimized-For.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/What_Part_Of_The_Process_Are_Your_Tools_Optimized_For</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/What_Part_Of_The_Process_Are_Your_Tools_Optimized_For</guid>
      <pubDate>Sat, 24 Jan 2009 03:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Announcing jQuery.Firebug</title>
      <description>jQuery.Firebug is a jQuery plugin that simply exposes the Firebug Console API to the jQuery object. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjasonkarns.com%2fblog%2f2009%2f01%2f06%2fannouncing-jqueryfirebug%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjasonkarns.com%2fblog%2f2009%2f01%2f06%2fannouncing-jqueryfirebug%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Announcing_jQuery_Firebug</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Announcing_jQuery_Firebug</guid>
      <pubDate>Tue, 20 Jan 2009 21:10:38 GMT</pubDate>
    </item>
    <item>
      <title>Making the Entity Framework Fit Your Domain - Part 2</title>
      <description>In the first part I talked about getting up to the point where I realized that without going IPOCO I would not be able to use the Entity Framework with any sort of approximation of a real application domain. In this post we are going to go over the entity that I have created and talk about the issues that I had along the way. &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%2f2009%2f01%2f12%2fMaking-the-Entity-Framework-Fit-Your-Domain-Part-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f01%2f12%2fMaking-the-Entity-Framework-Fit-Your-Domain-Part-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Making_the_Entity_Framework_Fit_Your_Domain_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Making_the_Entity_Framework_Fit_Your_Domain_Part_2</guid>
      <pubDate>Tue, 20 Jan 2009 01:46:03 GMT</pubDate>
    </item>
    <item>
      <title>jQuery 1.3 Released</title>
      <description>&amp;quot;The jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone in to this release and we're really quite proud of it. &amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jquery.com%2f2009%2f01%2f14%2fjquery-13-and-the-jquery-foundation%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jquery.com%2f2009%2f01%2f14%2fjquery-13-and-the-jquery-foundation%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_1_3_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_1_3_Released</guid>
      <pubDate>Wed, 14 Jan 2009 23:31:02 GMT</pubDate>
    </item>
    <item>
      <title>10 Reasons ASP.NET Webforms Suck</title>
      <description>I think the title says it all. A great rant from an experienced ASP.NET developer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2009%2f01%2f12%2f10-reasons-asp.net-webforms-suck.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjdconley.com%2fblog%2farchive%2f2009%2f01%2f12%2f10-reasons-asp.net-webforms-suck.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/10_Reasons_ASP_NET_Webforms_Suck</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/10_Reasons_ASP_NET_Webforms_Suck</guid>
      <pubDate>Tue, 13 Jan 2009 19:46:05 GMT</pubDate>
    </item>
  </channel>
</rss>