<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by sirrocco</title>
    <description>Stories kicked by sirrocco</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>Efficient Paging with WebGrid Web Helper - ASP.NET MVC 3 RC</title>
      <description>The following article demonstrates one way of performing efficient paging using the WebGrid WebHelper in ASP.NET MVC 3 RC.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d618"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d618" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Efficient_Paging_with_WebGrid_Web_Helper_ASP_NET_MVC_3_RC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Efficient_Paging_with_WebGrid_Web_Helper_ASP_NET_MVC_3_RC</guid>
      <pubDate>Thu, 09 Dec 2010 09:49:19 GMT</pubDate>
    </item>
    <item>
      <title>What's new in Subtext 2.5: full-text search, related posts and more</title>
      <description>In Subtext 2.5 we changed the internal search provider from the "like %term%" SQL based one to a more mature and powerful one powered by Lucene.net. I wrote about how Lucene.net is implemented inside Subtext, but it didn't show the benefits for the users. In this post I'm explaining the visible features of the full-text search. &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%2f2010%2f06%2f09%2fWhatrsquos-new-in-Subtext-2-5-full-text-search-related.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f06%2f09%2fWhatrsquos-new-in-Subtext-2-5-full-text-search-related.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/What_s_new_in_Subtext_2_5_full_text_search_related_posts_and_more</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/What_s_new_in_Subtext_2_5_full_text_search_related_posts_and_more</guid>
      <pubDate>Fri, 11 Jun 2010 12:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Validating a variable length list, ASP.NET MVC 2-style</title>
      <description>Steve Anderson follow up article on how to validate a variable elgnth list in MVC 2.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.stevensanderson.com%2f2010%2f01%2f28%2fvalidating-a-variable-length-list-aspnet-mvc-2-style%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.stevensanderson.com%2f2010%2f01%2f28%2fvalidating-a-variable-length-list-aspnet-mvc-2-style%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Validating_a_variable_length_list_ASP_NET_MVC_2_style</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Validating_a_variable_length_list_ASP_NET_MVC_2_style</guid>
      <pubDate>Sat, 30 Jan 2010 14:15:07 GMT</pubDate>
    </item>
    <item>
      <title>Editing a variable length list, ASP.NET MVC 2-style</title>
      <description>A while back I posted about a way of editing a list of items where the user can add or remove as many items as they want. Tim Scott later provided some helpers to make the code neater. Now, I find myself making use of this technique so often that I thought it would be worthwhile providing an update to show how you can do it even more easily with ASP.NET MVC 2 because of its strongly-typed and templated input helpers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.stevensanderson.com%2f2010%2f01%2f28%2fediting-a-variable-length-list-aspnet-mvc-2-style%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.stevensanderson.com%2f2010%2f01%2f28%2fediting-a-variable-length-list-aspnet-mvc-2-style%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Editing_a_variable_length_list_ASP_NET_MVC_2_style_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Editing_a_variable_length_list_ASP_NET_MVC_2_style_1</guid>
      <pubDate>Fri, 29 Jan 2010 22:55:20 GMT</pubDate>
    </item>
    <item>
      <title>Web Asset Enhancements in Telerik Extensions for ASP.NET MVC - Kazi</title>
      <description>In the recent release, there has been few enhancements in the Web Asset Management. One of the new thing that we introduced which was actually requested by the community is Shared Web Asset. In this post, I will show you, how to use it in your ASP.NET 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%2frashid%2farchive%2f2009%2f11%2f09%2fweb-asset-enhancements-in-telerik-extensions-for-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f11%2f09%2fweb-asset-enhancements-in-telerik-extensions-for-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Web_Asset_Enhancements_in_Telerik_Extensions_for_ASP_NET_MVC_Kazi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Web_Asset_Enhancements_in_Telerik_Extensions_for_ASP_NET_MVC_Kazi</guid>
      <pubDate>Mon, 09 Nov 2009 15:00:01 GMT</pubDate>
    </item>
    <item>
      <title>Solr 0.2.3-beta 1</title>
      <description>Solr .NET client.

Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web administration interface and many more features. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbugsquash.blogspot.com%2f2009%2f09%2fsolrnet-023-beta1.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbugsquash.blogspot.com%2f2009%2f09%2fsolrnet-023-beta1.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Solr_0_2_3_beta_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Solr_0_2_3_beta_1</guid>
      <pubDate>Fri, 30 Oct 2009 04:13:36 GMT</pubDate>
    </item>
    <item>
      <title>An Enterprise Authorization Framework: Part 2 - Why Rhino Security is </title>
      <description>Originally this post was going to be titled &amp;quot;Part 2: Integrating Rhino Security&amp;quot; but upon reflection this wasn't what I was trying to acheive at all. This has been covered enough to get you started and if you need to know how to integrate Rhino Security into your ASP.NET WebForms project then read this post by Billy McCafferty. What I do want to discuss is the concept of Rhino Security, its simplicity, adaptability and extensibility and why it is &amp;quot;the shit&amp;quot;. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ryantomlinson.com%2fpost%2fAn-Enterprise-Authorization-Framework-Part-2-Why-Rhino-Security-is-the-shit.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ryantomlinson.com%2fpost%2fAn-Enterprise-Authorization-Framework-Part-2-Why-Rhino-Security-is-the-shit.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/An_Enterprise_Authorization_Framework_Part_2_Why_Rhino_Security_is</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/An_Enterprise_Authorization_Framework_Part_2_Why_Rhino_Security_is</guid>
      <pubDate>Wed, 12 Aug 2009 14:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Asp.Net MVC Membership Starter Kit Released</title>
      <description>Almost six months after the official release of Asp.Net MVC 1.0 and nearly a year after the last release of the starter kit, I've finally rewritten and released the Asp.Net MVC Membership Starter Kit. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.squaredroot.com%2f2009%2f08%2f07%2fmvcmembership-release-1-0%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.squaredroot.com%2f2009%2f08%2f07%2fmvcmembership-release-1-0%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Asp_Net_MVC_Membership_Starter_Kit_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Asp_Net_MVC_Membership_Starter_Kit_Released</guid>
      <pubDate>Fri, 07 Aug 2009 12:30:06 GMT</pubDate>
    </item>
    <item>
      <title>SQLite Has Been Ported to .NET</title>
      <description>yes... that's it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.infoq.com%2fnews%2f2009%2f08%2fSQLite-Has-Been-Ported-to-.NET"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.infoq.com%2fnews%2f2009%2f08%2fSQLite-Has-Been-Ported-to-.NET" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQLite_Has_Been_Ported_to_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQLite_Has_Been_Ported_to_NET</guid>
      <pubDate>Wed, 12 Aug 2009 00:30:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC StrongRoutes AppAir.Web Preview Release</title>
      <description>Magic strings be gone! make your routes strongly typed today. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bleevo.com%2f2009%2f08%2faspnet-mvc-strongroutes-appairweb-preview-release%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bleevo.com%2f2009%2f08%2faspnet-mvc-strongroutes-appairweb-preview-release%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_StrongRoutes_AppAir_Web_Preview_Release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_StrongRoutes_AppAir_Web_Preview_Release</guid>
      <pubDate>Wed, 12 Aug 2009 01:15:05 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 2 Preview 1 is released!</title>
      <description>ASP.NET MVC 2 first preview is released to public now and you can download it from Microsoft download site. Here is short overview of technical requirements and main new features of ASP.NET MVC 2 Preview 1. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f07%2f31%2fasp-net-mvc-2-preview-1-is-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f07%2f31%2fasp-net-mvc-2-preview-1-is-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_1_is_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_2_Preview_1_is_released</guid>
      <pubDate>Fri, 31 Jul 2009 09:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Pay Attention to the Foreach Implicit Casting </title>
      <description>In order to reduce an explicit conversion effort using the foreach statement, the C# developers decided to do an automatic conversion for us. We must pay attention to it... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2009%2f07%2f28%2fpay-attention-to-the-foreach-implicit-casting%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f07%2f28%2fpay-attention-to-the-foreach-implicit-casting%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Pay_Attention_to_the_Foreach_Implicit_Casting</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Pay_Attention_to_the_Foreach_Implicit_Casting</guid>
      <pubDate>Tue, 28 Jul 2009 16:15:00 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate Linq Released</title>
      <description>Official release announcement for NHibernate Linq 1.0 RTM. Congratulations! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2009%2f07%2f26%2fnhibernate-linq-1.0-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2009%2f07%2f26%2fnhibernate-linq-1.0-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/NHibernate_Linq_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/NHibernate_Linq_Released</guid>
      <pubDate>Mon, 27 Jul 2009 10:15:03 GMT</pubDate>
    </item>
    <item>
      <title>What's new in NHibernate 2.1</title>
      <description>NHibernate 2.1 features &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fzvolkov.com%2fblog%2fpost%2f2009%2f07%2f20%2fWhats-new-in-NHibernate-21.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fzvolkov.com%2fblog%2fpost%2f2009%2f07%2f20%2fWhats-new-in-NHibernate-21.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/What_s_new_in_NHibernate_2_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/What_s_new_in_NHibernate_2_1</guid>
      <pubDate>Wed, 22 Jul 2009 08:45:01 GMT</pubDate>
    </item>
    <item>
      <title>Branch-Per-Feature Source Control. Introduction</title>
      <description>Derick Bailey starts a new series on Source Control, specifically looking at the idea of having a branch of source code for every feature being created. In Part 1: Why he looks at traditional approach, and the many down sides of working this way, and looks at how Branch Per Feature addresses those problems &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fderickbailey%2farchive%2f2009%2f07%2f15%2fbranch-per-feature-source-control-introduction.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fderickbailey%2farchive%2f2009%2f07%2f15%2fbranch-per-feature-source-control-introduction.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Branch_Per_Feature_Source_Control_Introduction</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Branch_Per_Feature_Source_Control_Introduction</guid>
      <pubDate>Sun, 26 Jul 2009 14:45:01 GMT</pubDate>
    </item>
    <item>
      <title>How b-tree database indexes work and how to tell if they are efficient</title>
      <description>A team member thought we should add an index on a 90 million row table to improve performance. The field on which he wanted to create this index had only four possible values. To which I replied that an index on a low cardinality field wasn't really going to help anything. My boss then asked me why wouldn't it help? I sputtered around for a response but ended up telling him that I'd get back to him with a reasonable explanation.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattfleming.com%2fnode%2f192"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattfleming.com%2fnode%2f192" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/How_b_tree_database_indexes_work_and_how_to_tell_if_they_are_efficient</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/How_b_tree_database_indexes_work_and_how_to_tell_if_they_are_efficient</guid>
      <pubDate>Wed, 15 Jul 2009 03:06:21 GMT</pubDate>
    </item>
    <item>
      <title>How we handle application configuration</title>
      <description>We recently overhauled the way we handle configurable settings within our application (server names, email addresses, polling frequencies, etc) . I'm going to present our solution below, but its new enough that I'd like to hear feedback on how others approach the problem. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjoshuaflanagan%2farchive%2f2009%2f07%2f12%2fhow-we-handle-application-configuration.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjoshuaflanagan%2farchive%2f2009%2f07%2f12%2fhow-we-handle-application-configuration.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/How_we_handle_application_configuration</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/How_we_handle_application_configuration</guid>
      <pubDate>Mon, 13 Jul 2009 16:15:00 GMT</pubDate>
    </item>
    <item>
      <title>C# Inheritance Question</title>
      <description>Are you sure you understand C# inheritance. Check yourself... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkossovsky.net%2findex.php%2f2009%2f06%2fcsharp-inheritance-question%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkossovsky.net%2findex.php%2f2009%2f06%2fcsharp-inheritance-question%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Inheritance_Question</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Inheritance_Question</guid>
      <pubDate>Sun, 12 Jul 2009 19:56:55 GMT</pubDate>
    </item>
    <item>
      <title>C# Protected Internal</title>
      <description>I've noticed that most of the c# developers i'am talking to, know exactly what "public", "private", "protected" and "internal" access modifiers mean and how to use them, but when it comes to "protected internal" they start guessing the answer and it's never the right one. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkossovsky.net%2findex.php%2f2009%2f06%2fcshar-protected-internal%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkossovsky.net%2findex.php%2f2009%2f06%2fcshar-protected-internal%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Protected_Internal</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Protected_Internal</guid>
      <pubDate>Sun, 12 Jul 2009 19:55:42 GMT</pubDate>
    </item>
    <item>
      <title>C# Increment operator (++) question</title>
      <description>Well, this is a nice one. We all familiar with incremental operators, but from what i saw yesterday. well, there is no need to give a developer some tricky assignment so he could find a way to make some bugs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkossovsky.net%2findex.php%2f2009%2f07%2fcsharp-increment-operator-question%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkossovsky.net%2findex.php%2f2009%2f07%2fcsharp-increment-operator-question%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Increment_operator_question</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Increment_operator_question</guid>
      <pubDate>Sun, 12 Jul 2009 19:54:41 GMT</pubDate>
    </item>
    <item>
      <title>Dissecting the JQuery text method</title>
      <description>An interesting question came up at work today. We had some existing code that was using the innerText dom method. It worked fine on IE, but not on Firefox (to be clear, I'm used to that working the other way around). If you look at QuirksMode you will see Firefox is the only browser that does not support this method as well. Turns out if you use innerText on any dom element in IE you will get the text inside the element (in this case a span tag), but in Firefox you just get nothing.  Time to see how JQuery does what it does. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2felegantcode.com%2f2009%2f06%2f15%2fdissecting-jquery-text%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2felegantcode.com%2f2009%2f06%2f15%2fdissecting-jquery-text%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Dissecting_the_JQuery_text_method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Dissecting_the_JQuery_text_method</guid>
      <pubDate>Thu, 18 Jun 2009 17:00:03 GMT</pubDate>
    </item>
    <item>
      <title>The Greatest Exception Handling WTF?!? of All Time</title>
      <description>The Exception object has ONE purpose and ONE purpose only - to represent a runtime error, nothing more. Exceptions should never be used for purposes for which they were not intended -- or you could end up with this monstrosity... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fthe-greatest-exception-handling-wtf-of-all-time%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fthe-greatest-exception-handling-wtf-of-all-time%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/The_Greatest_Exception_Handling_WTF_of_All_Time</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/The_Greatest_Exception_Handling_WTF_of_All_Time</guid>
      <pubDate>Thu, 28 May 2009 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Overview of .NET 4.0 features - ASP.NET 4.0 ClientIDMode</title>
      <description>In pre 4.0 days, when a server control is rendered, the framework would assign an ID to the control based on the control hierarchy. For example, a textbox of id &amp;quot;txtTest&amp;quot; in a user control that is used on a page would be rendered with the ID &amp;quot;WebUserControl11_txtTest&amp;quot;. Developers could use the ClientID property (ex: txtTest.ClientID) in the code behind to retrieve the ID assigned to the control by the framework. It was essential for the framework to assign the IDs this way to maintain uniqueness of the IDs on a page. In the prior example, the User Control that inherits from the System.Web.UI.UserControl implements the INamingContainer interface. Any control (either custom or a .NET control) that implements this interface would ensure unique naming scope for the child controls.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fOverview-of-NET-40-features-e28093-ASPNET-40-ClientIDMode.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fOverview-of-NET-40-features-e28093-ASPNET-40-ClientIDMode.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Overview_of_NET_4_0_features_ASP_NET_4_0_ClientIDMode</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Overview_of_NET_4_0_features_ASP_NET_4_0_ClientIDMode</guid>
      <pubDate>Mon, 25 May 2009 17:45:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Domain Routing</title>
      <description>Ever since the release of ASP.NET MVC and its routing engine (System.Web.Routing), Microsoft has been trying to convince us that you have full control over your URL and routing. This is true to a certain extent: as long as it's related to your application path, everything works out nicely. If you need to take care of data tokens in your (sub)domain, you're screwed by default.
 &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%2f05%2f18%2fASPNET-MVC-Domain-Routing.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f05%2f18%2fASPNET-MVC-Domain-Routing.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Domain_Routing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Domain_Routing</guid>
      <pubDate>Wed, 20 May 2009 18:09:52 GMT</pubDate>
    </item>
    <item>
      <title>Custom Combo Box with colors and text</title>
      <description>Code and video for creating a custom ComboBox with a colored rectangle and text &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2falinberce.wordpress.com%2f2009%2f05%2f14%2fcustom-combo-box-with-colors-and-text-part-ii%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2falinberce.wordpress.com%2f2009%2f05%2f14%2fcustom-combo-box-with-colors-and-text-part-ii%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Custom_Combo_Box_with_colors_and_text</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Custom_Combo_Box_with_colors_and_text</guid>
      <pubDate>Mon, 18 May 2009 13:40:22 GMT</pubDate>
    </item>
  </channel>
</rss>
