<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by pardogo</title>
    <description>Stories kicked by pardogo</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>Redis 2.4.6 has been released</title>
      <description>Redis 2.4.6 has been release,it fixes a critical replication bug and adds a minor feature &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdata.story.lu%2f2012%2f01%2f12%2fredis-2-4-6-has-been-released"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdata.story.lu%2f2012%2f01%2f12%2fredis-2-4-6-has-been-released" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Redis_2_4_6_has_been_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Redis_2_4_6_has_been_released</guid>
      <pubDate>Fri, 13 Jan 2012 15:11:44 GMT</pubDate>
    </item>
    <item>
      <title>New Cassandra/CQL reference cards ready for download</title>
      <description>If you're like me and sometimes struggle to remember the particular syntax for a CQL or Cassandra nodetool or CLI command, we've got something for you that might help. You can now download reference cards for CQL, along with the Cassandra CLI and nodetool. They're free and pretty darn attractive if I do say so myself. Download them now and let us know what you think. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.datastax.com%2fdev%2fblog%2fnew-cassandracql-reference-cards-ready-for-download"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.datastax.com%2fdev%2fblog%2fnew-cassandracql-reference-cards-ready-for-download" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/New_Cassandra_CQL_reference_cards_ready_for_download</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/New_Cassandra_CQL_reference_cards_ready_for_download</guid>
      <pubDate>Fri, 13 Jan 2012 06:34:17 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 3 Real Time Collaborative Apps with SignalR</title>
      <description>In this article, we'll create a simple blog app using ASP.NET MVC 3 and SignalR, that will allow multiple collaborators to review the same article in real-time  &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%3d780"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d780" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_3_Real_Time_Collaborative_Apps_with_SignalR</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_3_Real_Time_Collaborative_Apps_with_SignalR</guid>
      <pubDate>Thu, 12 Jan 2012 14:53:27 GMT</pubDate>
    </item>
    <item>
      <title>Essential guide to ASP.NET MVC3 performance</title>
      <description>The .NET CLR can give your web application a significant performance boost compared to other platforms such as PHP due to it's compiled nature. Not only does your .NET code perform better because it's more low-level, it also comes with good support for parallel programming. This guide will not explain the basics of a responsive and fast web application by talking about CSS minifying, sprites, content delivery networks, etc. Instead this guide will be an essential guide for making sure you don't miss any features that can enhance the performance of your ASP.NET MVC3 application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleoncullens.nl%2fpost%2f2011%2f12%2f24%2fEssential-guide-to-ASPNET-MVC3-performance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleoncullens.nl%2fpost%2f2011%2f12%2f24%2fEssential-guide-to-ASPNET-MVC3-performance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Essential_guide_to_ASP_NET_MVC3_performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Essential_guide_to_ASP_NET_MVC3_performance</guid>
      <pubDate>Thu, 05 Jan 2012 14:16:43 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate: Collections of components - an alternative</title>
      <description>When we have a model where an entity has some properties collections used for displaying it to the customer and we are not querying our data by these properties at all, it may seem right to map these collections in NHibernate as collections of components. Component in NHibernate is an object without its own identity, being a part of its parent entity. Our collections sounds similiar in terms of lifetime and ownership, but different in terms of relationship - these are one-to-many. In complex scenarios, additional queries became a serious issue. We've decided to try another solution - it's so simple that it can't go wrong. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnotherdev.blogspot.com%2f2011%2f12%2fcollections-of-components-alternative.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnotherdev.blogspot.com%2f2011%2f12%2fcollections-of-components-alternative.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/NHibernate_Collections_of_components_an_alternative</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/NHibernate_Collections_of_components_an_alternative</guid>
      <pubDate>Fri, 30 Dec 2011 15:33:28 GMT</pubDate>
    </item>
    <item>
      <title>Ruby Rake Files And Directories manipulation tasks</title>
      <description>Collection of Ruby Rake code snippets for manipulating files and directories during continuous integration process &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.kaide.net%2fpost%2f2011%2f11%2f10%2fRuby-Rake-Files-And-Directories-manipulation-tasks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.kaide.net%2fpost%2f2011%2f11%2f10%2fRuby-Rake-Files-And-Directories-manipulation-tasks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Ruby_Rake_Files_And_Directories_manipulation_tasks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Ruby_Rake_Files_And_Directories_manipulation_tasks</guid>
      <pubDate>Fri, 11 Nov 2011 17:15:36 GMT</pubDate>
    </item>
    <item>
      <title>The CQRS Dilemma and Related Random Thoughts</title>
      <description>Anoop Madhusudanan writes about CQRS and why he is no longer a skeptic, and answers the question &amp;quot;Do I need CQRS?&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.amazedsaint.com%2f2011%2f11%2fcqrs-dilemma-and-related-random.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.amazedsaint.com%2f2011%2f11%2fcqrs-dilemma-and-related-random.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/The_CQRS_Dilemma_and_Related_Random_Thoughts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/The_CQRS_Dilemma_and_Related_Random_Thoughts</guid>
      <pubDate>Thu, 03 Nov 2011 04:16:32 GMT</pubDate>
    </item>
    <item>
      <title>Assault by GC</title>
      <description>Well-known .NET developer Marc Gravell details how he eliminated some performance problems through clever use of structures, and explains how the CLR garbage collector behaves. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarcgravell.blogspot.com%2f2011%2f10%2fassault-by-gc.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarcgravell.blogspot.com%2f2011%2f10%2fassault-by-gc.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Assault_by_GC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Assault_by_GC</guid>
      <pubDate>Thu, 27 Oct 2011 13:12:33 GMT</pubDate>
    </item>
    <item>
      <title>Using Node.js in an ASP.NET MVC application with iisnode</title>
      <description>iisnode makes it easy to run Node.js on Windows, and since it's an HTTP Handler you can integrate it directly into an ASP.NET application. Neat, huh? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2011%2f10%2f26%2fusing-node-js-in-an-asp-net-mvc-application-with-iisnode.aspx%23.TqhhPIIY-XY.dotnetkicks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2011%2f10%2f26%2fusing-node-js-in-an-asp-net-mvc-application-with-iisnode.aspx%23.TqhhPIIY-XY.dotnetkicks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/nodejs/Using_Node_js_in_an_ASP_NET_MVC_application_with_iisnode</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/nodejs/Using_Node_js_in_an_ASP_NET_MVC_application_with_iisnode</guid>
      <pubDate>Thu, 27 Oct 2011 15:43:25 GMT</pubDate>
    </item>
    <item>
      <title>Tidy your HTML with Asp.Net TidyManaged vs Tidy.net</title>
      <description>I recently stumbled upon a small bug which had to do with a part of C# code that cleans up an HTML string which came from a database. This string is used as output on the web and therefore needs to be w3c and tidy!

I always used Tidy.Net for it. Really liked it and decided to check for a new version of that library while I was doing some code maintenance. That library's latest release date is from June 2005! that's over 6 years old!

So I decided to go and look for a better solution. I found the TidyManaged project from June 2010. I wasn't directly motivated to migrate to this library so my next step was a showdown between the two.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jphellemons.nl%2fpost%2fTidy-your-HTML-with-AspNet-TidyManaged-vs-Tidynet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jphellemons.nl%2fpost%2fTidy-your-HTML-with-AspNet-TidyManaged-vs-Tidynet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Tidy_your_HTML_with_Asp_Net_TidyManaged_vs_Tidy_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Tidy_your_HTML_with_Asp_Net_TidyManaged_vs_Tidy_net</guid>
      <pubDate>Tue, 25 Oct 2011 08:37:34 GMT</pubDate>
    </item>
    <item>
      <title>Global.asax? Use HttpModules Instead!</title>
      <description>Explanation of using HttpModules instead of using gobal.asax &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%2f2006%2f06%2f12%2f146356.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2006%2f06%2f12%2f146356.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Global_asax_Use_HttpModules_Instead</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Global_asax_Use_HttpModules_Instead</guid>
      <pubDate>Thu, 16 Oct 2008 06:39:29 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2 Released </title>
      <description>Today we shipped the final release of Silverlight 2.  You can download Silverlight 2, as well the Visual Studio 2008 and Expression Blend 2 tool support to target it, &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%2f14%2fsilverlight-2-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%2f14%2fsilverlight-2-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_Released_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Released_1</guid>
      <pubDate>Tue, 14 Oct 2008 22:16:25 GMT</pubDate>
    </item>
    <item>
      <title>Using ASP.NET AJAX Accordion to Dynamically Display DB Content </title>
      <description>This article will help you to set up an Our Authors/ Employee/Top Contributor or any page with a similar concept for your website. In this article, we will see how to dynamically pull data (along with images) from the database and display it using an ASP.NET AJAX Accordion control. We will be using the data from the Employees table of the Northwind database.  &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%3d213"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d213" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Using_ASP_NET_AJAX_Accordion_to_Dynamically_Display_DB_Content</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Using_ASP_NET_AJAX_Accordion_to_Dynamically_Display_DB_Content</guid>
      <pubDate>Sat, 18 Oct 2008 11:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2 out with plans for development support on Mac and Linux</title>
      <description>Today Microsoft delivered on the Rich Internet Platform promise and made public its official release of Silverlight 2.0 along with a set of Open Source initiatives that not only will allow us access to a big set of controls source but also the ability to build Silverlight apps outside Visual Studio and even outside of the Windows Platform. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbits.samiq.net%2f2008%2f10%2fsilverlight-2-announced-with-plans-for.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbits.samiq.net%2f2008%2f10%2fsilverlight-2-announced-with-plans-for.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Silverlight_2_out_with_plans_for_development_support_on_Mac_and_Linux</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Silverlight_2_out_with_plans_for_development_support_on_Mac_and_Linux</guid>
      <pubDate>Tue, 14 Oct 2008 00:59:54 GMT</pubDate>
    </item>
    <item>
      <title>The Cloud OS</title>
      <description>Surely, Microsoft doesn't expect developers to write a web app\service and connect to SSDS over the tubes even with SSL. The missing link is a cloud based application development platform. This has to be coming and I predict it to be announced at PDC. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstatisticsio.com%2fHome%2ftabid%2f36%2farticleType%2fArticleView%2farticleId%2f240%2fThe-Cloud-OS.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstatisticsio.com%2fHome%2ftabid%2f36%2farticleType%2fArticleView%2farticleId%2f240%2fThe-Cloud-OS.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/The_Cloud_OS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/The_Cloud_OS</guid>
      <pubDate>Thu, 18 Sep 2008 10:38:02 GMT</pubDate>
    </item>
    <item>
      <title>C# 3.0 Query Expression Translation Cheat Sheet</title>
      <description>Excellent guide which we are expanding to cover all Expressions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcommunity.bartdesmet.net%2fblogs%2fbart%2farchive%2f2008%2f08%2f30%2fc-3-0-query-expression-translation-cheat-sheet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcommunity.bartdesmet.net%2fblogs%2fbart%2farchive%2f2008%2f08%2f30%2fc-3-0-query-expression-translation-cheat-sheet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/C_3_0_Query_Expression_Translation_Cheat_Sheet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/C_3_0_Query_Expression_Translation_Cheat_Sheet</guid>
      <pubDate>Thu, 18 Sep 2008 09:26:15 GMT</pubDate>
    </item>
    <item>
      <title>Drag and Drop controls at runtime using Silverlight 2</title>
      <description>In this article, we will see how to add drag-drop functionality on controls kept in the Silverlight plug-in, at runtime. We will explore how to add the MouseMove, MouseDown and MouseUp events generically to all the controls. We will also see how to drag the Button control. 
 &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%3d198"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d198" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Drag_and_Drop_controls_at_runtime_using_Silverlight_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Drag_and_Drop_controls_at_runtime_using_Silverlight_2</guid>
      <pubDate>Fri, 19 Sep 2008 18:31:03 GMT</pubDate>
    </item>
    <item>
      <title>The DataGrid Column types</title>
      <description>This is my third article about the DataGrid control in Silverlight 2. The first one was a brief introduction to the control and the second one was focused on some basic customizations of it. This one will discuss the column types that are present in the DataGrid control. There are three column types - TextColumn, CheckBoxColumn and a TemplateColumn. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fThe-DataGrid-Column-types.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fThe-DataGrid-Column-types.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/The_DataGrid_Column_types</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/The_DataGrid_Column_types</guid>
      <pubDate>Wed, 17 Sep 2008 14:40:07 GMT</pubDate>
    </item>
    <item>
      <title>WPF iPhone Checkbox</title>
      <description>a control developed in WPF &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.cornel.stuffo.info%2f%3fp%3d133"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.cornel.stuffo.info%2f%3fp%3d133" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/WPF_iPhone_Checkbox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/WPF_iPhone_Checkbox</guid>
      <pubDate>Tue, 16 Sep 2008 21:26:39 GMT</pubDate>
    </item>
    <item>
      <title>Disabling/Enabling asp.net checkboxlist items using javascritp</title>
      <description>Disabling / Enablin Asp.net net list box items using javascript..... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2f2008%2f09%2f04%2fdisablingenabling-aspnet-checkboxlist-items-using-javascritp%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2f2008%2f09%2f04%2fdisablingenabling-aspnet-checkboxlist-items-using-javascritp%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Disabling_Enabling_asp_net_checkboxlist_items_using_javascritp</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Disabling_Enabling_asp_net_checkboxlist_items_using_javascritp</guid>
      <pubDate>Tue, 16 Sep 2008 20:59:31 GMT</pubDate>
    </item>
    <item>
      <title>Javascript Closures</title>
      <description>One of the features of Javascript is closures , Javascript closures keep the local variables of a function even after it returns. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmabdelghani.wordpress.com%2f2008%2f09%2f16%2fjavascript-closures%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmabdelghani.wordpress.com%2f2008%2f09%2f16%2fjavascript-closures%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Javascript_Closures</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Javascript_Closures</guid>
      <pubDate>Tue, 16 Sep 2008 20:16:22 GMT</pubDate>
    </item>
    <item>
      <title>Dojo Toolkit Series</title>
      <description>A starting point on using the DojoToolkit. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ghidinelli.com%2f2006%2f07%2f19%2fdojo-toolkit-and-coldfusion-series-intro"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ghidinelli.com%2f2006%2f07%2f19%2fdojo-toolkit-and-coldfusion-series-intro" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Dojo_Toolkit_Series</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Dojo_Toolkit_Series</guid>
      <pubDate>Tue, 16 Sep 2008 10:31:43 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Custom Validation Control in ASP.NET </title>
      <description>The BaseValidator class defines the basic implementation needed for all Validation controls. There are 6 Validation Controls included in the ASP.NET 2.0 and ASP.NET 3.5 framework which validate controls to prevent the users from entering wrong data. However, there are a few shortcomings in these controls. The good part is that ASP.NET provides the framework to create new validation controls. If you would like to create your own validation control, you can do so by deriving a new control from the BaseValidator abstract class. In this article, we will explore how to create a custom validation control in ASP.NET and provide both Server and Client Side Validation for the same. &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%3d197"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d197" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_a_Custom_Validation_Control_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_a_Custom_Validation_Control_in_ASP_NET</guid>
      <pubDate>Wed, 10 Sep 2008 23:46:09 GMT</pubDate>
    </item>
    <item>
      <title>What Goes In Must Come Out</title>
      <description>In essence all computer systems are about I/O, data is send against the system and data is sent back.

Splitting logic into Business rules and ETL. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmorten.lyhr.dk%2f2008%2f09%2fwhat-goes-in-must-come-out.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmorten.lyhr.dk%2f2008%2f09%2fwhat-goes-in-must-come-out.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/What_Goes_In_Must_Come_Out</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/What_Goes_In_Must_Come_Out</guid>
      <pubDate>Wed, 10 Sep 2008 03:12:12 GMT</pubDate>
    </item>
    <item>
      <title>Measuring Programming Progress By Lines Of Code </title>
      <description>Software Managers all around the globe, need to have some metric to estimate their workers. Sometimes the management event wants to create a precise and measurable way to know the programming progress and the developers productivity and performance. One of those methods is called SLOC - Source Lines Of Code. This metric is used measure the size of the software by counting... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f09%2fmeasuring-programming-progress-by-lines-of-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f09%2fmeasuring-programming-progress-by-lines-of-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Measuring_Programming_Progress_By_Lines_Of_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Measuring_Programming_Progress_By_Lines_Of_Code</guid>
      <pubDate>Wed, 10 Sep 2008 11:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>
