<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by bootis</title>
    <description>Stories kicked by bootis</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>First look at Expression Blend 3</title>
      <description>The keynote at MIX09 is almost over and Expression Blend 3 has been announced ! 
Go ahead and grab this new version from the Microsoft Expression web site.
A video is also already available on Channel9, where Unni Ravindranathan takes on a tour to demonstrate the new features of Blend 3. I just finished watching the show and here are my notes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.japf.fr%2f%3fp%3d166"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.japf.fr%2f%3fp%3d166" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/First_look_at_Expression_Blend_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/First_look_at_Expression_Blend_3</guid>
      <pubDate>Thu, 19 Mar 2009 01:11:01 GMT</pubDate>
    </item>
    <item>
      <title>A quick tour of Visual Studio 2010</title>
      <description>As you may already now, a CTP (Community Technology Preview) of the next version of Visual Studio is available to download. I took some time yesterday evening to try it and here is the result of my first hour using Visual Studio 2010. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.japf.fr%2f%3fp%3d24"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.japf.fr%2f%3fp%3d24" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/A_quick_tour_of_Visual_Studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/A_quick_tour_of_Visual_Studio_2010</guid>
      <pubDate>Wed, 05 Nov 2008 19:41:37 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio snippet designer</title>
      <description>Recently Microsoft released source code and compiled version of previously internal tool, that helps to create and manage code snippets in Visual Studio IDE &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2ftamir%2farchive%2f2008%2f09%2f22%2fvisual-studio-snippet-designer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2ftamir%2farchive%2f2008%2f09%2f22%2fvisual-studio-snippet-designer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_snippet_designer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_snippet_designer</guid>
      <pubDate>Mon, 22 Sep 2008 19:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Metrosexual Developers</title>
      <description>A blog post I wrote on the value and importance of looking good as a software developer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flypang.com%2fDevBlog%2fpost%2fMetrosexual-Developers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flypang.com%2fDevBlog%2fpost%2fMetrosexual-Developers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Metrosexual_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Metrosexual_Developers</guid>
      <pubDate>Fri, 04 Jul 2008 15:16:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF: Reducing CPU consumption for animations &amp;#171; C# Disciples</title>
      <description>Lately I've been working on a project at work and the application was performing pretty well. The CPU Usage was below 2% and I was quite happy with it. Then I decided to add a simple animation that continues executing forever. the results 15% CPU consumption . I was amazed at how much CPU was being wasted. Yet I am a stubborn guy and if I want an animation to execute forever, I will do it no matter what.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f06%2f13%2fwpf-reducing-cpu-consumption-for-animations%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f06%2f13%2fwpf-reducing-cpu-consumption-for-animations%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Reducing_CPU_consumption_for_animations_C_Disciples</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Reducing_CPU_consumption_for_animations_C_Disciples</guid>
      <pubDate>Sat, 14 Jun 2008 19:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Writing code that you're proud of</title>
      <description>Are you proud of the code you write? Take some extra time now and save yourself time down the road. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f05%2fwriting-code-that-youre-proud-of.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f05%2fwriting-code-that-youre-proud-of.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Writing_code_that_you_re_proud_of</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Writing_code_that_you_re_proud_of</guid>
      <pubDate>Sat, 17 May 2008 07:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Why Pluggable Applications Fails in NUnit? </title>
      <description>I am currently working on a project with a pluggable application. Although, the code was functioning very well it always failed during the NUnit tests, always! &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%2f05%2f16%2fwhy-pluggable-applications-fails-in-nunit%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f16%2fwhy-pluggable-applications-fails-in-nunit%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Why_Pluggable_Applications_Fails_in_NUnit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Why_Pluggable_Applications_Fails_in_NUnit</guid>
      <pubDate>Fri, 16 May 2008 22:01:02 GMT</pubDate>
    </item>
    <item>
      <title>A Programming Job Interview Challenge #3 </title>
      <description>This is challenge number 3 in our programming job interview questions column. Good Luck! &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%2f05%2f12%2fa-programming-job-interview-challenge-3%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f12%2fa-programming-job-interview-challenge-3%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/A_Programming_Job_Interview_Challenge_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/A_Programming_Job_Interview_Challenge_3</guid>
      <pubDate>Mon, 12 May 2008 21:16:02 GMT</pubDate>
    </item>
    <item>
      <title>You too can be a metrosexual developer: an interview with Justice Gray</title>
      <description>Justice Gray is an Edmonton-based leading .Net developer, .Net convention speaker, influential opinion maker, paradigm-challenger and lady killer. From the outset he has championed the suave, charismatic, virile and pithy route as a fast track the top of the industry, and has largely pulled it off. Read on to learn his tricks of the trade. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikeduncan.com%2fmetrosexual-developer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikeduncan.com%2fmetrosexual-developer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/You_too_can_be_a_metrosexual_developer_an_interview_with_Justice_Gray</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/You_too_can_be_a_metrosexual_developer_an_interview_with_Justice_Gray</guid>
      <pubDate>Tue, 06 May 2008 05:31:02 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server in One Page - Download it Now</title>
      <description>One of the most popular request I have received on this blog is to create one page which list all the SQL Server FAQs. SQL Server technology is very broad as well very deep. This is my humble attempt to list few of the daily used details in one page. Let me know your opinion and suggestion.
Download SQL Server FAQ Sheet in PDF format
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f04%2f28%2fsql-server-download-faq-sheet-sql-server-in-one-page%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2008%2f04%2f28%2fsql-server-download-faq-sheet-sql-server-in-one-page%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_in_One_Page_Download_it_Now</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_in_One_Page_Download_it_Now</guid>
      <pubDate>Tue, 29 Apr 2008 10:01:02 GMT</pubDate>
    </item>
    <item>
      <title>A Programming Job Interview Challenge</title>
      <description>Recently, I ran into an interesting job interview question in C++ which I want to share. Lets take a look at the following code...

 &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%2f04%2f28%2fa-programming-job-interview-challenge%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f04%2f28%2fa-programming-job-interview-challenge%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/cplusplus/A_Programming_Job_Interview_Challenge</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/cplusplus/A_Programming_Job_Interview_Challenge</guid>
      <pubDate>Mon, 28 Apr 2008 20:31:02 GMT</pubDate>
    </item>
    <item>
      <title>The Developer Exchange Program</title>
      <description>How much better a developer would you be if you could regularly observe another Agile team in action... in person. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f04%2f20%2fthe-developer-exchange-program.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f04%2f20%2fthe-developer-exchange-program.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/The_Developer_Exchange_Program</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/The_Developer_Exchange_Program</guid>
      <pubDate>Tue, 22 Apr 2008 23:31:03 GMT</pubDate>
    </item>
    <item>
      <title>39 Free Microsoft eLearning Courses</title>
      <description>39 Free Microsoft eLearning Courses &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flearning.microsoft.com%2fManager%2fCatalog.aspx%3fview%3dfree"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flearning.microsoft.com%2fManager%2fCatalog.aspx%3fview%3dfree" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/39_Free_Microsoft_eLearning_Courses</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/39_Free_Microsoft_eLearning_Courses</guid>
      <pubDate>Sat, 19 Apr 2008 04:46:02 GMT</pubDate>
    </item>
    <item>
      <title>How to Evangelize Unit Testing</title>
      <description>My experience on how to get people to kick start on unit testing &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fitscommonsensestupid.blogspot.com%2f2008%2f02%2fhow-to-push-unit-testing-practices-to.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fitscommonsensestupid.blogspot.com%2f2008%2f02%2fhow-to-push-unit-testing-practices-to.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/How_to_Evangelize_Unit_Testing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/How_to_Evangelize_Unit_Testing</guid>
      <pubDate>Tue, 22 Apr 2008 16:46:02 GMT</pubDate>
    </item>
    <item>
      <title>10 Visual Studio Shortcuts You Must Know</title>
      <description>A great list of 10 Visual Studio Shortcuts any software developer must know and use. &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%2f04%2f17%2f10-visual-studio-shortcuts-you-must-know%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f04%2f17%2f10-visual-studio-shortcuts-you-must-know%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/10_Visual_Studio_Shortcuts_You_Must_Know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/10_Visual_Studio_Shortcuts_You_Must_Know</guid>
      <pubDate>Thu, 17 Apr 2008 20:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Visual LINQ Query Builder - VS 2008 Add-In</title>
      <description>Visual Linq Query Builder helps you create Linq to SQL queries for your programs &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetproject.blogspot.com%2f2008%2f04%2fvisual-linq-query-builder-vs-2008-add.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetproject.blogspot.com%2f2008%2f04%2fvisual-linq-query-builder-vs-2008-add.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Visual_LINQ_Query_Builder_VS_2008_Add_In</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Visual_LINQ_Query_Builder_VS_2008_Add_In</guid>
      <pubDate>Tue, 15 Apr 2008 11:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Do You Really Want to Be a Development Team Leader?</title>
      <description>Ask any up and coming developer what they would like to do in the next year or so and you'll invariably hear, &amp;quot;I'd like to become a Development Team Leader&amp;quot;.

Hopefully most will have actually considered the change of role and be looking for new challenges and ways to contribute more to their chosen profession. However, for some this is an automatic response to a question that is particularly difficult to answer in an industry with no clear career path. For others it's simply a way to move up the pay scale.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f04%2f12%2fdo-you-really-want-to-be-a-development-team-leader.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f04%2f12%2fdo-you-really-want-to-be-a-development-team-leader.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Do_You_Really_Want_to_Be_a_Development_Team_Leader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Do_You_Really_Want_to_Be_a_Development_Team_Leader</guid>
      <pubDate>Sun, 13 Apr 2008 17:31:02 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate 2.0 Supa' Layer</title>
      <description>Essentially I wanted a way to make queries work better within the context of a Domain Driven Design approach.  I'm a big believer in Persistence Ignorance, so this means that I had to find a way to represent queries in a provider independent way.   LINQ does this for me, mostly, but I still need a 'syntactically pleasing' way to get the LINQ provider to the query at runtime.  Well, it turns out that doing this is pretty easy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f04%2f03%2fmy-nhibernate-2-0-supa-layer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f04%2f03%2fmy-nhibernate-2-0-supa-layer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/NHibernate_2_0_Supa_Layer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/NHibernate_2_0_Supa_Layer</guid>
      <pubDate>Fri, 04 Apr 2008 04:46:03 GMT</pubDate>
    </item>
    <item>
      <title>A New Pattern for Event Declaration</title>
      <description>A better and safer way to declare events in c# &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%2f03%2f26%2fa-new-pattern-for-event-declaration%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f03%2f26%2fa-new-pattern-for-event-declaration%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_New_Pattern_for_Event_Declaration</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_New_Pattern_for_Event_Declaration</guid>
      <pubDate>Wed, 26 Mar 2008 19:01:03 GMT</pubDate>
    </item>
    <item>
      <title>10 things I didn't know about WPF data binding</title>
      <description>A article showing the last 10 things I learned about WPF data binding... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f03%2f25%2f10-things-i-didn-t-know-about-wpf-data-binding.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f03%2f25%2f10-things-i-didn-t-know-about-wpf-data-binding.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/10_things_I_didn_t_know_about_WPF_data_binding</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/10_things_I_didn_t_know_about_WPF_data_binding</guid>
      <pubDate>Wed, 26 Mar 2008 04:46:02 GMT</pubDate>
    </item>
    <item>
      <title>.NET Event Techniques</title>
      <description>A very simple technique to avoid the need for a null check prior to raising an event &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f03%2f20%2fnet-event-techniques.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f03%2f20%2fnet-event-techniques.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/events/NET_Event_Techniques</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/events/NET_Event_Techniques</guid>
      <pubDate>Fri, 21 Mar 2008 05:31:02 GMT</pubDate>
    </item>
    <item>
      <title>13 Tips to Comment Your Code</title>
      <description>Following are 13 tips on how to comment your source code so that it is easier to understand and maintain over time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devtopics.com%2f13-tips-to-comment-your-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devtopics.com%2f13-tips-to-comment-your-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/13_Tips_to_Comment_Your_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/13_Tips_to_Comment_Your_Code</guid>
      <pubDate>Tue, 18 Mar 2008 08:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>