<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by rafi</title>
    <description>Stories kicked by rafi</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>Rant about Rant: Stop the Madness</title>
      <description>Have you caught yourself bashing some "anonymous" developer's code? Of course, you have - don't deny it, and I bet you enjoyed it too! I, for one, am tired of this madness. I see this happening way too much. In company after company, in team after team.

Mirror Mirror

When you are doing it for fun, perhaps you can justify  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffutureofcoding.com%2frant-about-rant-stop-the-madness%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffutureofcoding.com%2frant-about-rant-stop-the-madness%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Rant_about_Rant_Stop_the_Madness</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Rant_about_Rant_Stop_the_Madness</guid>
      <pubDate>Fri, 24 Feb 2012 20:20:29 GMT</pubDate>
    </item>
    <item>
      <title>Two Things to Make Testing Fun</title>
      <description>How many of you actually enjoy writing tests, probably not a lot, right? Even though you know testing is important.  For some of us, it just doesn't feel right to spend time on creating tests than working on our world class application. I will not argue the merits of testing here, but I will tell you two things that will make testing fun: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffutureofcoding.com%2ftwo-things-to-make-testing-fun%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffutureofcoding.com%2ftwo-things-to-make-testing-fun%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Two_Things_to_Make_Testing_Fun</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Two_Things_to_Make_Testing_Fun</guid>
      <pubDate>Wed, 30 Nov 2011 23:46:14 GMT</pubDate>
    </item>
    <item>
      <title>SolrNet to the Rescue - Why Use SolrNet?</title>
      <description>Instead of SolrSharp or other libraries why not use SolrNet. It is easy to use and extremely flexible.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffutureofcoding.com%2fsolrnet-to-the-rescue-why-use-solrnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffutureofcoding.com%2fsolrnet-to-the-rescue-why-use-solrnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SolrNet_to_the_Rescue_Why_Use_SolrNet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SolrNet_to_the_Rescue_Why_Use_SolrNet</guid>
      <pubDate>Tue, 11 Oct 2011 15:28:34 GMT</pubDate>
    </item>
    <item>
      <title>A Simple way to run Tests with Actual Parameters</title>
      <description>Without further ado then: the idea is to just record actual parameters from you application in JSON form,  and then use that in a simple Integration/ Unit Test. There are simply three steps to this:


   1. Create a generic method to write to an xml file some string values.
   2. Access the xml file in your test.
   3. De-serialize and Use. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.futureofcoding.com%2fpost%2f2010%2f12%2f14%2fA-Simple-way-to-run-Tests-with-Actual-Parameters.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.futureofcoding.com%2fpost%2f2010%2f12%2f14%2fA-Simple-way-to-run-Tests-with-Actual-Parameters.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/A_Simple_way_to_run_Tests_with_Actual_Parameters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/A_Simple_way_to_run_Tests_with_Actual_Parameters</guid>
      <pubDate>Tue, 14 Dec 2010 19:26:28 GMT</pubDate>
    </item>
    <item>
      <title>Is it time to go from XML to JSON?</title>
      <description>The answer is a qualified yes. Qualified because, of course, there is a place for XML; however, I think it is time for an exodus towards JSON.  More specifically, we need this exodus for storing simple data files for settings, etc, in a web application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.futureofcoding.com%2fpost%2f2010%2f11%2f30%2fIs-it-time-to-go-from-XML-to-JSON.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.futureofcoding.com%2fpost%2f2010%2f11%2f30%2fIs-it-time-to-go-from-XML-to-JSON.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Is_it_time_to_go_from_XML_to_JSON</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Is_it_time_to_go_from_XML_to_JSON</guid>
      <pubDate>Tue, 30 Nov 2010 19:29:42 GMT</pubDate>
    </item>
    <item>
      <title>wcf.codeplex.com is now live</title>
      <description>The WCF Team have been busy building a variety of projects which bring better support for HTTP based services, and better support for JavaScript/jQuery based clients. These projects have all been collected together and are being hosted on CodePlex. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fb%2fendpoint%2farchive%2f2010%2f10%2f29%2fwcf-codeplex-com-is-now-live.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fb%2fendpoint%2farchive%2f2010%2f10%2f29%2fwcf-codeplex-com-is-now-live.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/wcf_codeplex_com_is_now_live</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/wcf_codeplex_com_is_now_live</guid>
      <pubDate>Wed, 03 Nov 2010 21:45:52 GMT</pubDate>
    </item>
    <item>
      <title>When you are Stuck with Ugly Code </title>
      <description>If you are lucky you spend most of your time coding new application, but if you are anything like me, you would be reading/maintaining somebody else's code, or worse your own. You swear on your beloved Obi Wan statue that you did not write that code, but yes you did and now you have to deal with it. For such situations here is some advice:


 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.futureofcoding.com%2fpost%2f2010%2f10%2f28%2fIt-has-been-been-a-mess.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.futureofcoding.com%2fpost%2f2010%2f10%2f28%2fIt-has-been-been-a-mess.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/When_you_are_Stuck_with_Ugly_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/When_you_are_Stuck_with_Ugly_Code</guid>
      <pubDate>Fri, 29 Oct 2010 22:50:07 GMT</pubDate>
    </item>
    <item>
      <title>Refactoring Code with Complexity Analysis: Visual Studio Code Analysis</title>
      <description>An idea for  refactoring your code with complexity analysis. Using Visual Studio or source monitor.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.futureofcoding.com%2fpost%2f2010%2f07%2f15%2fRefactoring-Code-with-Complexity-Analysis-Visual-Studio-Code-Analysis-Source-Monitor.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.futureofcoding.com%2fpost%2f2010%2f07%2f15%2fRefactoring-Code-with-Complexity-Analysis-Visual-Studio-Code-Analysis-Source-Monitor.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Refactoring_Code_with_Complexity_Analysis_Visual_Studio_Code_Analysis</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Refactoring_Code_with_Complexity_Analysis_Visual_Studio_Code_Analysis</guid>
      <pubDate>Thu, 15 Jul 2010 18:17:14 GMT</pubDate>
    </item>
    <item>
      <title>Dynamic Data, oData, and WCF Data Services a Killer Combination </title>
      <description>This article shows how to build a powerful web application using Dynamic Data, WCF Data Service, oData, jQuery template. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.futureofcoding.com%2fpost%2f2010%2f07%2f02%2fDynamic-Data-oData-and-WCF-Data-Services-a-Killer-Combination.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.futureofcoding.com%2fpost%2f2010%2f07%2f02%2fDynamic-Data-oData-and-WCF-Data-Services-a-Killer-Combination.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Dynamic_Data_oData_and_WCF_Data_Services_a_Killer_Combination</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Dynamic_Data_oData_and_WCF_Data_Services_a_Killer_Combination</guid>
      <pubDate>Sun, 11 Jul 2010 01:27:43 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2008 R2 Express Database Size Limit Increased to 10GB!</title>
      <description>So what is so exciting about the SQL Server 2008 R2 Release? Well, along with plenty of BI features and enhancements, there is a tiny cute feature that I am sure all of us will appreciate a lot.

The product team has increased the Database Size limit for SQL Server 2008 R2 Express from 4 GB to 10 GB. So if you have got a growing SQL Server Express database that is close to the 4 GB Limit, hurry, upgrade to R2 Express. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fsqlnews%2farchive%2f2010%2f04%2f27%2fsql-server-2008-r2-express-database-size-limit-increased-to-10gb-download-now.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fsqlnews%2farchive%2f2010%2f04%2f27%2fsql-server-2008-r2-express-database-size-limit-increased-to-10gb-download-now.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2008_R2_Express_Database_Size_Limit_Increased_to_10GB</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2008_R2_Express_Database_Size_Limit_Increased_to_10GB</guid>
      <pubDate>Tue, 27 Apr 2010 13:30:52 GMT</pubDate>
    </item>
    <item>
      <title>How to run, ON THE CHEAP, an IIS7 hosted website on Amazon EC2</title>
      <description>Its beautiful.... This article shows step by step, with clear instructions and lots of images, how to host your asp.net website on Amazon's EC2.  I'm shocked at how easy it is.  1) Create account 2) Select image 3) do a little dance 4) publish your website to the cloud &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flearn.iis.net%2fpage.aspx%2f823%2famazon-ec2-microsoft-web-platform-images---full-web-server-development-stack%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flearn.iis.net%2fpage.aspx%2f823%2famazon-ec2-microsoft-web-platform-images---full-web-server-development-stack%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_run_ON_THE_CHEAP_an_IIS7_hosted_website_on_Amazon_EC2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_run_ON_THE_CHEAP_an_IIS7_hosted_website_on_Amazon_EC2</guid>
      <pubDate>Wed, 14 Apr 2010 05:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The black arts of custom Type conversion in c#</title>
      <description>One of the little used features of c#, is user written implicit and explicit type conversion. Put simply: sometimes you have a object (custom or built-in .Net framework) and want to convert it to another type of object. While you can easily write left to right style code to accomplish this every time, there is a lot cleaner way of doing this by empowering your objects to cast themselves as another type. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.diaryofaninja.com%2fblog%2f2010%2f03%2f24%2fthe-black-arts-of-custom-type-conversion-in-c"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.diaryofaninja.com%2fblog%2f2010%2f03%2f24%2fthe-black-arts-of-custom-type-conversion-in-c" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_black_arts_of_custom_Type_conversion_in_c</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_black_arts_of_custom_Type_conversion_in_c</guid>
      <pubDate>Mon, 29 Mar 2010 12:30:01 GMT</pubDate>
    </item>
    <item>
      <title>ASP.Net and Custom Error Pages, an SEO nightmare?</title>
      <description>How to avoid custom error pages impacting on your SEO. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmartinondotnet.blogspot.com%2f2010%2f03%2faspnet-and-custom-error-pages-seo.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmartinondotnet.blogspot.com%2f2010%2f03%2faspnet-and-custom-error-pages-seo.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_Net_and_Custom_Error_Pages_an_SEO_nightmare</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_Net_and_Custom_Error_Pages_an_SEO_nightmare</guid>
      <pubDate>Fri, 26 Mar 2010 21:30:00 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>Is Silverlight the new WebForms?</title>
      <description>Is Silverlight becoming the same crutch that WebForms was nearly a decade ago? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f09%2f14%2fis-silverlight-the-new-webforms%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f09%2f14%2fis-silverlight-the-new-webforms%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Is_Silverlight_the_new_WebForms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Is_Silverlight_the_new_WebForms</guid>
      <pubDate>Mon, 14 Sep 2009 15:30:01 GMT</pubDate>
    </item>
    <item>
      <title>C# Identify Crisis, You Have To Know Your Identity</title>
      <description>Marking the beginning of the end of C# as language and its ongoing identity crisis. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevcomponents.com%2fblog%2f%3fp%3d448"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevcomponents.com%2fblog%2f%3fp%3d448" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Identify_Crisis_You_Have_To_Know_Your_Identity</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Identify_Crisis_You_Have_To_Know_Your_Identity</guid>
      <pubDate>Fri, 04 Sep 2009 11:45:00 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL and Transactions</title>
      <description>Using explicit Transactions with Linq to Sql is fairly rare but when you need them you'll find that it natively doesn't provide manual transaction management. Rather you have to rely on the TransactionScope class to provide transaction wrapping. Here's a contrived example, and a couple of different transaction scenarios using TransactionScope to manage multiple L2S data operation as a single transaction. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f826145.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f826145.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/LINQ_to_SQL_and_Transactions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/LINQ_to_SQL_and_Transactions</guid>
      <pubDate>Tue, 14 Jul 2009 14:45:00 GMT</pubDate>
    </item>
    <item>
      <title>The "Sim City" effect</title>
      <description>What happens when you turn your back on a software development project. &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%2f06%2fsim-city-effect_16.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbroloco.blogspot.com%2f2009%2f06%2fsim-city-effect_16.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/The_Sim_City_effect</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/The_Sim_City_effect</guid>
      <pubDate>Wed, 17 Jun 2009 06:30:00 GMT</pubDate>
    </item>
    <item>
      <title>IIS Search Engine Optimization Toolkit (ScottGu)</title>
      <description>&amp;quot;Today we are shipping the first beta of a new free tool - the IIS Search Engine Optimization Toolkit - that makes it easy to perform SEO analysis on your site and identify and fix issues within it.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f06%2f03%2fiis-search-engine-optimization-toolkit.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f06%2f03%2fiis-search-engine-optimization-toolkit.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/IIS_Search_Engine_Optimization_Toolkit_ScottGu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/IIS_Search_Engine_Optimization_Toolkit_ScottGu</guid>
      <pubDate>Thu, 04 Jun 2009 08:45:05 GMT</pubDate>
    </item>
    <item>
      <title>Open Source or Die - The *Real* Future of Graffiti?</title>
      <description>Telligent's Graffiti hasn't quite flatlined yet, but the signs aren't looking too good. Could OSS be the way to breathe life back into this once-promising CMS platform? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fopen-source-or-die-the-real-future-of-graffiti%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fopen-source-or-die-the-real-future-of-graffiti%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Open_Source_or_Die_The_Real_Future_of_Graffiti</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Open_Source_or_Die_The_Real_Future_of_Graffiti</guid>
      <pubDate>Tue, 12 May 2009 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Top 5 SQL System stored procedures every developer should know</title>
      <description>There are a number of documented and undocumented system stored procedures in MS SQL Server that are helpful for every web developer working with databases. From the developer's perspective, here's a list of 5 System stored procedures that are my favorite. &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%2fTop-5-SQL-System-stored-procedures-every-developer-should-know.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fTop-5-SQL-System-stored-procedures-every-developer-should-know.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Top_5_SQL_System_stored_procedures_every_developer_should_know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Top_5_SQL_System_stored_procedures_every_developer_should_know</guid>
      <pubDate>Wed, 13 May 2009 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>15 Essential Checks Before Launching Your Website</title>
      <description>Your website is designed, the CMS works, content has been added and the client is happy. It's time to take the website live. Or is it? When launching a website, you can often forget a number of things in your eagerness to make it live, so it's useful to have a checklist to look through as you make your final touches and before you announce your website to the world. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.smashingmagazine.com%2f2009%2f04%2f07%2f15-essential-checks-before-launching-your-website%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.smashingmagazine.com%2f2009%2f04%2f07%2f15-essential-checks-before-launching-your-website%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/15_Essential_Checks_Before_Launching_Your_Website</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/15_Essential_Checks_Before_Launching_Your_Website</guid>
      <pubDate>Fri, 10 Apr 2009 05:46:02 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic to Acquire NHibernate</title>
      <description>Hanalei, HI - April 1, 2009: SubSonic (http://subsonicproject.com), a data access tool and "Super High-fidelity Batman Toolbelt" (according to its owner, Rob Conery), is set to acquire NHibernate, a much larger data access technology built on the .NET platform. The terms of the deal have not yet been announced but the stage has been set for what many see as a hostile transition of ownership. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-to-acquire-nhibernate%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-to-acquire-nhibernate%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SubSonic_to_Acquire_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SubSonic_to_Acquire_NHibernate</guid>
      <pubDate>Wed, 01 Apr 2009 23:01:18 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>Content Stealing Jerks</title>
      <description>I've grown somewhat accustomed to seeing my articles regurgitated on some random blogger's site and passed off as their own.  Usually I just send content stealing jerk (CSJ for future reference) an e-mail asking that they provide some sort of link back to my original article and leave it at that.  Sometimes they comply, oftentimes they don't.  In the end, life goes on.  After all, it's not like I'm going to press charges over it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fContent-Stealing-Jerks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fContent-Stealing-Jerks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Content_Stealing_Jerks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Content_Stealing_Jerks</guid>
      <pubDate>Sun, 29 Mar 2009 20:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>
