<?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>A new validation framework for F# and ASP.NET MVC</title>
      <description>Write your validators once and have it work both server side and client side. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjustsimplecode.com%2farchive%2f2010%2f11%2f15%2ffsharp.javascript.mvc-a-new-validation-framework-for-f-and-asp.net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjustsimplecode.com%2farchive%2f2010%2f11%2f15%2ffsharp.javascript.mvc-a-new-validation-framework-for-f-and-asp.net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/A_new_validation_framework_for_F_and_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/A_new_validation_framework_for_F_and_ASP_NET_MVC</guid>
      <pubDate>Mon, 15 Nov 2010 21:37:32 GMT</pubDate>
    </item>
    <item>
      <title>F# and first-class functions, part 4: doing heavy lifting</title>
      <description>The 4th and final part in the first-class functions series, this post brings it all together and starts doing some serious work in F#! See how F# has made it easy for to use higher-order functions to solve a real world problem more concisely and more simply than in C# or Visual Basic. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2010%2f10%2f14%2ff-and-first-class-functions-part-4-doing-heavy-lifting%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2010%2f10%2f14%2ff-and-first-class-functions-part-4-doing-heavy-lifting%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/fsharp/F_and_first_class_functions_part_4_doing_heavy_lifting</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/fsharp/F_and_first_class_functions_part_4_doing_heavy_lifting</guid>
      <pubDate>Fri, 15 Oct 2010 23:15:52 GMT</pubDate>
    </item>
    <item>
      <title>A new way to filter a list by URL - StringToIQueryable</title>
      <description>Ever see a URL with a bunch of query string variables that is used to filter a list result? There is a new way to write and parse a query parameter using a parser monad and a few standard combinators that can be used to filter an IQueryable based on a pre-defined syntax. Have a look at the code that will make your querying easier with MVC.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fzowens%2farchive%2f2010%2f01%2f22%2ffilter-iqueryable-by-string-for-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fzowens%2farchive%2f2010%2f01%2f22%2ffilter-iqueryable-by-string-for-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/A_new_way_to_filter_a_list_by_URL_StringToIQueryable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/A_new_way_to_filter_a_list_by_URL_StringToIQueryable</guid>
      <pubDate>Fri, 22 Jan 2010 17:50:53 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 2 Preview 2 Released</title>
      <description>Today we just released ASP.NET MVC 2 Preview 2 for Visual Studio 2008 SP1 (and ASP.NET 3.5 SP1), which builds on top of the work we did in Preview 1 released two months ago. Some of the cool new features we've added to Preview 2 include... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f10%2f01%2fasp.net-mvc-preview-2-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f10%2f01%2fasp.net-mvc-preview-2-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_2_Preview_2_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_2_Preview_2_Released</guid>
      <pubDate>Fri, 02 Oct 2009 02:45:00 GMT</pubDate>
    </item>
    <item>
      <title> Introducing PostSharp 2.0: #1 - NotifyPropertyChanged </title>
      <description>Gael Fraiteur does first revelations about PostSharp 2.0 on a real-life example: implementing the INotifyPropertyChanged pattern with an aspect. Be safely seated! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.postsharp.org%2fblog%2fintroducing-postsharp-20-1-notifypropertychanged"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.postsharp.org%2fblog%2fintroducing-postsharp-20-1-notifypropertychanged" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Introducing_PostSharp_2_0_1_NotifyPropertyChanged</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Introducing_PostSharp_2_0_1_NotifyPropertyChanged</guid>
      <pubDate>Tue, 15 Sep 2009 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Reflecting Code Is Not A Perfect Science</title>
      <description>Interesting when .NET Reflector creates code which executes different from the code written. &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%2f08%2f21%2fReflecting-Code-Is-Not-A-Perfect-Science.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f08%2f21%2fReflecting-Code-Is-Not-A-Perfect-Science.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Reflecting_Code_Is_Not_A_Perfect_Science</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Reflecting_Code_Is_Not_A_Perfect_Science</guid>
      <pubDate>Sun, 23 Aug 2009 14:45:09 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC V2 Preview 1 Strongly Typed UI Helper Performance</title>
      <description>I am sure many of you ASP.NET MVC enthusiasts have either examined, downloaded, or started to play around with the ASP.NET MVC V2 Preview 1 release.

One of the many new features is the concept of Strongly Typed UI Helpers such as Html.DisplayFor() &amp;amp; Html.EditorFor() which take a Lambda Expression as their argument. This is a great new feature because we can now get compile time checking of our arguments and it provides the ability to easily refactor changes across our project. The old version of the Html Helpers were littered with Magic Strings that were susceptible to error and painfully resistant to change. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2felijahmanor.com%2f2009%2f08%2f21%2fASPNETMVCV2Preview1StronglyTypedUIHelperPerformance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2felijahmanor.com%2f2009%2f08%2f21%2fASPNETMVCV2Preview1StronglyTypedUIHelperPerformance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_V2_Preview_1_Strongly_Typed_UI_Helper_Performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_V2_Preview_1_Strongly_Typed_UI_Helper_Performance</guid>
      <pubDate>Fri, 21 Aug 2009 10:42:01 GMT</pubDate>
    </item>
    <item>
      <title>C# lambda and foreach variable</title>
      <description>Surprising behavior of lambdas &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fresnikb.wordpress.com%2fc-lambda-and-foreach-variable%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fresnikb.wordpress.com%2fc-lambda-and-foreach-variable%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_lambda_and_foreach_variable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_lambda_and_foreach_variable</guid>
      <pubDate>Fri, 21 Aug 2009 04:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Combining Assemblies Using ILMerge</title>
      <description>When creating solutions that include multiple projects, Visual Studio creates an assembly for each project. This can lead to libraries that are complicated to use, needing many references. Using ILMerge, the assemblies can be combined into a single file. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fILMerge.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fILMerge.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Combining_Assemblies_Using_ILMerge</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Combining_Assemblies_Using_ILMerge</guid>
      <pubDate>Fri, 24 Jul 2009 16:15:02 GMT</pubDate>
    </item>
    <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 02: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 20: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 15: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 12: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 05: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 08: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 05: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 02: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 00: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 00: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 21: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 19: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>Mon, 02 Mar 2009 23: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 00: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 01: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 02:16:12 GMT</pubDate>
    </item>
  </channel>
</rss>
