<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by diamondz</title>
    <description>Stories kicked by diamondz</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>An Xml Serializable PropertyBag Dictionary Class for .NET</title>
      <description>How to create a PropertyBag object which you can serialize to XML.  &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%2f2011%2fSep%2f27%2fAn-Xml-Serializable-PropertyBag-Dictionary-Class-for-NET"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f2011%2fSep%2f27%2fAn-Xml-Serializable-PropertyBag-Dictionary-Class-for-NET" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/An_Xml_Serializable_PropertyBag_Dictionary_Class_for_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/An_Xml_Serializable_PropertyBag_Dictionary_Class_for_NET</guid>
      <pubDate>Sun, 09 Oct 2011 21:17:34 GMT</pubDate>
    </item>
    <item>
      <title>Using the Subversion Revision Number in NAnt</title>
      <description>Learn how to update the DLL build revision number automatically from Subversion using Nant. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.cartviper.com%2fpost%2f2011%2f08%2f20%2fUsing-the-Subversion-Revision-Number-in-NAnt.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.cartviper.com%2fpost%2f2011%2f08%2f20%2fUsing-the-Subversion-Revision-Number-in-NAnt.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Using_the_Subversion_Revision_Number_in_NAnt</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Using_the_Subversion_Revision_Number_in_NAnt</guid>
      <pubDate>Mon, 29 Aug 2011 01:19:46 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started with LINQ - Part 2 (Language Enhancements)</title>
      <description>In my previous post I summarized Microsoft Language Integrated Query (LINQ). Briefly discussed about its components as well as showed some code examples to highlight the sql query type syntax it uses. When we talk about LINQ, we are talking about number of little features that were added in .net 3.0 framework which are the building blocks of the LINQ. In this post I will discuss these features a little further as follows.

Object Initializers 
Collection Initializers 
Anonymous Types, Implicitly Typed variables (var keyword) 
Lambda Expressions 
Partial Methods 
Extension Methods 

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fdeepakpalkar%2farchive%2f2010%2f05%2f05%2fgetting-started-with-linq-part-2-language-enhancements.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fdeepakpalkar%2farchive%2f2010%2f05%2f05%2fgetting-started-with-linq-part-2-language-enhancements.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Getting_Started_with_LINQ_Part_2_Language_Enhancements</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Getting_Started_with_LINQ_Part_2_Language_Enhancements</guid>
      <pubDate>Mon, 10 May 2010 08:15: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>Making web service calls with JQuery</title>
      <description>This article walks through an example of creating a javascript object and passing it to a .NET web service via JSON.  It also shows how to use JQuery to make the web service call asynchronously. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jaltiere.com%2f%3fp%3d124"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jaltiere.com%2f%3fp%3d124" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Making_web_service_calls_with_JQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Making_web_service_calls_with_JQuery</guid>
      <pubDate>Mon, 12 Apr 2010 14:00:00 GMT</pubDate>
    </item>
    <item>
      <title>ASMX and JSON - Common mistakes and misconceptions</title>
      <description>The first in a series of posts dealing with common misconceptions and mistakes when it comes to using ASMX services as a backend for AJAX. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2010%2f03%2f03%2fasmx-and-json-common-mistakes-and-misconceptions%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2010%2f03%2f03%2fasmx-and-json-common-mistakes-and-misconceptions%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASMX_and_JSON_Common_mistakes_and_misconceptions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASMX_and_JSON_Common_mistakes_and_misconceptions</guid>
      <pubDate>Wed, 03 Mar 2010 18:00:02 GMT</pubDate>
    </item>
    <item>
      <title>Yahoo YUI Compressor vs. MS AJAX Minifier vs. Google Closure Compiler</title>
      <description>A while back, YUI Compressor was king of the hill, and for the most part the only game in town that was really designed for production use.  Since then a number of new competitors have been released by Google and Microsoft, and Nick Berardi checks out how they stacked up against the YUI Compressor. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2010%2f01%2fyahoo-yui-compressor-vs-microsoft-ajax-minifier-vs-google-closure-compiler%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2010%2f01%2fyahoo-yui-compressor-vs-microsoft-ajax-minifier-vs-google-closure-compiler%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Yahoo_YUI_Compressor_vs_MS_AJAX_Minifier_vs_Google_Closure_Compiler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Yahoo_YUI_Compressor_vs_MS_AJAX_Minifier_vs_Google_Closure_Compiler</guid>
      <pubDate>Wed, 20 Jan 2010 15:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Welcome to the new DotNetKicks</title>
      <description>Welcome to the new DotNetKicks - Lots of improvements and even more on the way! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dotnetkicks.com%2fpost%2f2010%2f01%2f11%2fWelcome-to-the-new-DotNetKicks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dotnetkicks.com%2fpost%2f2010%2f01%2f11%2fWelcome-to-the-new-DotNetKicks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Welcome_to_the_new_DotNetKicks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Welcome_to_the_new_DotNetKicks</guid>
      <pubDate>Mon, 11 Jan 2010 15:00:14 GMT</pubDate>
    </item>
    <item>
      <title>Use Google's Closure Compiler in C#</title>
      <description>A very simple and small C# class for utilizing the Google Closure Compiler API for minifying JavaScript. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmadskristensen.net%2fpost%2fUse-Googles-Closure-Compiler-in-C.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmadskristensen.net%2fpost%2fUse-Googles-Closure-Compiler-in-C.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Use_Google_s_Closure_Compiler_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Use_Google_s_Closure_Compiler_in_C</guid>
      <pubDate>Tue, 10 Nov 2009 07:30:00 GMT</pubDate>
    </item>
    <item>
      <title>A Singleton Service Locator Pattern</title>
      <description>A simple example of a singleton service locator in C# &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstefanoricciardi.net%2f2009%2f10%2f29%2fa-singleton-service-locator-pattern"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstefanoricciardi.net%2f2009%2f10%2f29%2fa-singleton-service-locator-pattern" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/A_Singleton_Service_Locator_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/A_Singleton_Service_Locator_Pattern</guid>
      <pubDate>Tue, 03 Nov 2009 15:46:04 GMT</pubDate>
    </item>
    <item>
      <title>12 ASP.NET MVC Best Practices</title>
      <description>In this post Simone Chiaretta outlines a list of 12 best practices to use with ASP.NET MVC. &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%2f2009%2f10%2f27%2f12-asp.net-mvc-best-practices.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f10%2f27%2f12-asp.net-mvc-best-practices.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/12_ASP_NET_MVC_Best_Practices</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/12_ASP_NET_MVC_Best_Practices</guid>
      <pubDate>Wed, 28 Oct 2009 11:00:01 GMT</pubDate>
    </item>
    <item>
      <title>A generic way to find ASP.NET ClientIDs with jQuery</title>
      <description>ASP.NET ClientIDs and NamingContainer naming are a nuisance when working with jQuery as these long IDs complicate finding elements on the page. In this post I show a very simple way to retrieve munged ClientIDs by just their ID names with a small helper function that still returns the jQuery wrapped set. &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%2f42319.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f42319.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_generic_way_to_find_ASP_NET_ClientIDs_with_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_generic_way_to_find_ASP_NET_ClientIDs_with_jQuery</guid>
      <pubDate>Thu, 15 Oct 2009 13:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Design Patterns - Using the State Pattern in C#</title>
      <description>The State Pattern is a behavioral pattern that can be used to alter the behavior of an object at run time. As the state of an object changes, the functionality of the object can change drastically. This change of behavior is hidden from the Client and the Client interfaces with a wrapper object known as the Context. The State Pattern is a dynamic version of the Strategy Pattern. &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%2fDesign-Patterns-e28093-Using-the-State-Pattern-in-C.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fDesign-Patterns-e28093-Using-the-State-Pattern-in-C.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Design_Patterns_Using_the_State_Pattern_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Design_Patterns_Using_the_State_Pattern_in_C</guid>
      <pubDate>Thu, 08 Oct 2009 18:30:03 GMT</pubDate>
    </item>
    <item>
      <title>Why Git?</title>
      <description>I have been using Git for the past week or so, enough to get a good handle on its benefits and disadvantages.

I moved to Git from Subversion, after having done a stint of almost 6 years of using Subversion. A stint which also included doing some development on Subversion.

Despite appearances, I actually took a fairly structured (and long running) approach to learning Git, I got a book and read it, I played around with it, and I mostly dismissed it as "it isn't solving my problem" and "I already know how source control works".

 &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%2f09%2f04%2fwhy-git.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2009%2f09%2f04%2fwhy-git.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Why_Git</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Why_Git</guid>
      <pubDate>Mon, 07 Sep 2009 14:00:02 GMT</pubDate>
    </item>
    <item>
      <title>Introducing CodePaste.NET</title>
      <description>As a learning experience for taking ASP.NET MVC for a spin I recently created a new site that has now gone live: Codepaste.NET which provides a public location to post code  snippet and link them from social network sites that have limited input lengths and make code discussions otherwise difficult. The site's a work in process, but I hope it's useful to some of you for sharing and discussing small blocks of code online. &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%2f833802.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f833802.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Introducing_CodePaste_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Introducing_CodePaste_NET</guid>
      <pubDate>Tue, 21 Jul 2009 22:15:03 GMT</pubDate>
    </item>
    <item>
      <title>A Better SMTP Development Server</title>
      <description>Looking for a way to test the email sending functionality of your application? There's no need to install a full-blown SMTP server - not as long as you have Antix SMTP Server for Developers in your bag of tricks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fa-better-smtp-development-server%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fa-better-smtp-development-server%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_Better_SMTP_Development_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_Better_SMTP_Development_Server</guid>
      <pubDate>Tue, 30 Jun 2009 17:45:00 GMT</pubDate>
    </item>
    <item>
      <title>DotNetNuke Tips and Tricks #11: Using jQuery in DotNetNuke</title>
      <description>Tips and tricks for using jQuery with DotNetNuke. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.theaccidentalgeek.com%2fpost%2f2009%2f05%2f26%2fDotNetNuke-Tips-and-Tricks-11-Using-jQuery-in-DotNetNuke.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.theaccidentalgeek.com%2fpost%2f2009%2f05%2f26%2fDotNetNuke-Tips-and-Tricks-11-Using-jQuery-in-DotNetNuke.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/DotNetNuke_Tips_and_Tricks_11_Using_jQuery_in_DotNetNuke</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/DotNetNuke_Tips_and_Tricks_11_Using_jQuery_in_DotNetNuke</guid>
      <pubDate>Tue, 26 May 2009 12:43:34 GMT</pubDate>
    </item>
    <item>
      <title> Survey: Ajax usage among .NET developers in 2009</title>
      <description>Take the survey to see how the adoption of Ajax among .NET developers changed since the survey held in 2007 &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%2f2009%2f05%2f21%2fajax-usage-among-.net-developers-in-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f05%2f21%2fajax-usage-among-.net-developers-in-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Survey_Ajax_usage_among_NET_developers_in_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Survey_Ajax_usage_among_NET_developers_in_2009</guid>
      <pubDate>Fri, 22 May 2009 16:04:40 GMT</pubDate>
    </item>
    <item>
      <title>YUI Compressor for Visual Studio</title>
      <description>Add a custom tool in visual studio for YUI Compressor. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2009%2f05%2fYUI-Compressor-for-Visual-Studio.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2009%2f05%2fYUI-Compressor-for-Visual-Studio.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/YUI_Compressor_for_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/YUI_Compressor_for_Visual_Studio</guid>
      <pubDate>Wed, 13 May 2009 02:01:14 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>Introduction to SQL Server Encryption and Symmetric Key Encryption Tut</title>
      <description>SQL Server 2005 and SQL Server 2008 provide encryption as a new feature to protect data against hackers' attacks. Hackers might be able to penetrate the database or tables, but owing to encryption they would not be able to understand the data or make use of it. Nowadays, it has become imperative to encrypt crucial security-related data while storing in the database as well as during transmission across a network between the client and the server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f28%2fsql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f28%2fsql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Introduction_to_SQL_Server_Encryption_and_Symmetric_Key_Encryption_Tut</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Introduction_to_SQL_Server_Encryption_and_Symmetric_Key_Encryption_Tut</guid>
      <pubDate>Mon, 04 May 2009 09:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Regex Hero to the Rescue</title>
      <description>From BucketSoft comes an online Silverlight regular expression tool utilizing the .NET regular expression engine. Features instantaneous highlighting of regular expression matches. It's a great way to test iterations of your .NET regular expressions quickly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.regexhero.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.regexhero.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regex_Hero_to_the_Rescue</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regex_Hero_to_the_Rescue</guid>
      <pubDate>Fri, 01 May 2009 04:16:14 GMT</pubDate>
    </item>
    <item>
      <title>Being a software startup in a recession</title>
      <description>Lessons learned about being a software startup in a recession. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2009%2f04%2fSoftware-Startup-Lessons-(Part-5)-ndash3b-Being-a-software-startup-in-a-recession.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2009%2f04%2fSoftware-Startup-Lessons-(Part-5)-ndash3b-Being-a-software-startup-in-a-recession.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Being_a_software_startup_in_a_recession</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Being_a_software_startup_in_a_recession</guid>
      <pubDate>Tue, 07 Apr 2009 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>5 Useful SQL Server Scripts</title>
      <description>Collection of 5 useful scripts for SQL Server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.tboda.com%2fpost%2f5-Useful-SQL-Server-Scripts.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.tboda.com%2fpost%2f5-Useful-SQL-Server-Scripts.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/5_Useful_SQL_Server_Scripts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/5_Useful_SQL_Server_Scripts</guid>
      <pubDate>Tue, 31 Mar 2009 05:01:05 GMT</pubDate>
    </item>
    <item>
      <title>$(document).ready() and pageLoad() are not the same!</title>
      <description>A few examples about how $(document).ready() and pageLoad() differ, practical examples of when both are useful, and a third alternative that is more suitable in some cases. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f03%2f25%2fdocument-ready-and-pageload-are-not-the-same%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f03%2f25%2fdocument-ready-and-pageload-are-not-the-same%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/document_ready_and_pageLoad_are_not_the_same</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/document_ready_and_pageLoad_are_not_the_same</guid>
      <pubDate>Wed, 25 Mar 2009 22:16:02 GMT</pubDate>
    </item>
  </channel>
</rss>
