<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by vmanos2</title>
    <description>Stories kicked by vmanos2</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>Free Winforms and ASP.NET Chart Controls</title>
      <description>Directly from Microsoft &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2008%2f10%2ffree-winform-and-aspnet-chart-controls.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2008%2f10%2ffree-winform-and-aspnet-chart-controls.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Free_Winforms_and_ASP_NET_Chart_Controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Free_Winforms_and_ASP_NET_Chart_Controls</guid>
      <pubDate>Mon, 27 Oct 2008 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>What a developer needs from their manager</title>
      <description>I've a read a lot of articles talking about what it takes to be a good development manager. There are also articles about what makes a good developer. I thought it would be a good idea to describe what a developer needs from their manager. &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%2f06%2fwhat-a-developer-needs-from-their-manager.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f06%2fwhat-a-developer-needs-from-their-manager.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/What_a_developer_needs_from_their_manager</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/What_a_developer_needs_from_their_manager</guid>
      <pubDate>Tue, 10 Jun 2008 16:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Stop Polluting the UI Thread - Use a ThreadBarrier</title>
      <description>A ThreadBarrier is a technique for simplifying the interaction between the UI and a worker thread. No longer do UI Controls need to check InvokeRequired and do the posting of events from a worker thread. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.quantumbitdesigns.com%2f2008%2f06%2f10%2fstop-polluting-the-ui-thread-use-a-threadbarrier%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.quantumbitdesigns.com%2f2008%2f06%2f10%2fstop-polluting-the-ui-thread-use-a-threadbarrier%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Stop_Polluting_the_UI_Thread_Use_a_ThreadBarrier</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Stop_Polluting_the_UI_Thread_Use_a_ThreadBarrier</guid>
      <pubDate>Tue, 10 Jun 2008 17:01:10 GMT</pubDate>
    </item>
    <item>
      <title>WCF REST Configuration for ASP.NET AJAX and plain REST Services</title>
      <description>.NET 3.5 includes WCF REST service functionality that allows for cleaner HTTP access to services. For AJAX applications this means that WCF can now be used both for MS AJAX clients as well as non-MS AJAX clients like jQuery or Prototype. This post focuses on setting up and configuring WCF for REST operation with a focus on AJAX scenarios looking at some of the different configuration options available. &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%2f310747.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f310747.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/WCF_REST_Configuration_for_ASP_NET_AJAX_and_plain_REST_Services</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/WCF_REST_Configuration_for_ASP_NET_AJAX_and_plain_REST_Services</guid>
      <pubDate>Wed, 16 Apr 2008 12:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Downgrade a VS 2008 .sln or .csproj to VS 2005</title>
      <description>I just had to convert a Visual Studio 2008 Solution and Project to Visual Studio 2005. It is actually pretty straight forward. At least in my case... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fdowngrade-vs-2008-sln-or-csproj-to-vs-2005-project-solution%2f139.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fdowngrade-vs-2008-sln-or-csproj-to-vs-2005-project-solution%2f139.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Downgrade_a_VS_2008_sln_or_csproj_to_VS_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Downgrade_a_VS_2008_sln_or_csproj_to_VS_2005</guid>
      <pubDate>Mon, 25 Feb 2008 18:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Completely free PDF .NET library written in C#</title>
      <description>Want to add PDF support to your .NET project. Try this. Open Source library to create/edit PDF files. With unrestricted license to change, sell, sublicense.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetcafe.com%2fpost%2fCompletely-free-PDF-NET-library-written-in-C.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetcafe.com%2fpost%2fCompletely-free-PDF-NET-library-written-in-C.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Completely_free_PDF_NET_library_written_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Completely_free_PDF_NET_library_written_in_C</guid>
      <pubDate>Wed, 09 Jan 2008 14:16:02 GMT</pubDate>
    </item>
    <item>
      <title>LINQPad</title>
      <description>Tired of querying in antiquated SQL? Well, you don't have to!  LINQPad lets you interactively query SQL databases in a modern query language: LINQ.  Kiss goodbye to SQL Management Studio! LINQPad supports everything in C# 3.0 and Framework 3.5:

    * LINQ to SQL
    * LINQ to Objects
    * LINQ to XML

LINQPad is also a terrific tool for learning LINQ: it comes preloaded with 200 examples from the recently released C# 3.0 in a Nutshell.  There's no better way to experience the coolness of LINQ and functional programming. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.linqpad.net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.linqpad.net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQPad</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQPad</guid>
      <pubDate>Thu, 29 Nov 2007 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>VisualSVN Server</title>
      <description>The guys that already made VisualSVN, a plugin that integrates into Visual Studio and provides a way to manage your source code changes into Subversion, just realized VisualSVN Server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2flkempe%2farchive%2f2007%2f11%2f16%2fvisualsvn-server.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2flkempe%2farchive%2f2007%2f11%2f16%2fvisualsvn-server.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/VisualSVN_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/VisualSVN_Server</guid>
      <pubDate>Fri, 16 Nov 2007 16:31:11 GMT</pubDate>
    </item>
    <item>
      <title>Uncommon C# Keywords</title>
      <description>Everyone knows the basic C# keywords, but some are more obscure.  This article dives into some useful C# keywords that you may have yet to encounter. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnyxtom.vox.com%2flibrary%2fpost%2fobscure-cnet-keywords.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnyxtom.vox.com%2flibrary%2fpost%2fobscure-cnet-keywords.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Uncommon_C_Keywords</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Uncommon_C_Keywords</guid>
      <pubDate>Thu, 11 Oct 2007 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Speed up Visual Studio 2005</title>
      <description>Nice tricks to speed up Visual Studio 2005 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2fspeedup_visual_studio.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2fspeedup_visual_studio.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Speed_up_Visual_Studio_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Speed_up_Visual_Studio_2005</guid>
      <pubDate>Thu, 11 Oct 2007 20:46:12 GMT</pubDate>
    </item>
    <item>
      <title>.NET Framework 3.5 Is Shared Source</title>
      <description>Microsoft's .NET Framework 3.5 is going to be released open source. &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%2f2007%2f10%2f03%2freleasing-the-source-code-for-the-net-framework-libraries.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f03%2freleasing-the-source-code-for-the-net-framework-libraries.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NET_Framework_3_5_Is_Open_Source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NET_Framework_3_5_Is_Open_Source</guid>
      <pubDate>Wed, 03 Oct 2007 16:46:25 GMT</pubDate>
    </item>
    <item>
      <title>Implementing Silverlight in 21 Days - Miguel de Icaza</title>
      <description>Moonlight - Silverlight implementation in Linux &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftirania.org%2fblog%2farchive%2f2007%2fJun-21.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftirania.org%2fblog%2farchive%2f2007%2fJun-21.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Implementing_Silverlight_in_21_Days_Miguel_de_Icaza</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Implementing_Silverlight_in_21_Days_Miguel_de_Icaza</guid>
      <pubDate>Thu, 21 Jun 2007 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>9 things Microsoft should be announcing next week at MIX07 (but won't)</title>
      <description>We've heard some good guesses as to what Microsoft will be announcing at MIX07. What do should they be announcing? &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%2f2007%2f04%2f28%2fthe-9-things-microsoft-s-should-be-announcing-next-week-at-mix07-but-won-t.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2007%2f04%2f28%2fthe-9-things-microsoft-s-should-be-announcing-next-week-at-mix07-but-won-t.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/9_things_Microsoft_should_be_announcing_next_week_at_MIX07_but_won_t</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/9_things_Microsoft_should_be_announcing_next_week_at_MIX07_but_won_t</guid>
      <pubDate>Mon, 30 Apr 2007 07:16:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF/E Community Preview Now Available!</title>
      <description>WPF/E" is the Microsoft solution for delivering rich, cross-platform, interactive experiences including animation, graphics, audio, and video for the Web and beyond. Utilizing a subset of XAML (eXtensible Application Markup Language)-based Windows Presentation Foundation technology, "WPF/E" will enable the creation of content and applications that run within multiple browsers and operating systems (Windows and Macintosh) using Web standards for programmability. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn2.microsoft.com%2fen-us%2fasp.net%2fbb187358.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn2.microsoft.com%2fen-us%2fasp.net%2fbb187358.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_E_Community_Preview_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_E_Community_Preview_Now_Available</guid>
      <pubDate>Tue, 05 Dec 2006 06:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Windows PowerShell 1.0 released</title>
      <description>Microsoft has officially released Windows PowerShell 1.0, its next generation command-line shell.  Fully extensible using .NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchrisfulstow.blogspot.com%2f2006%2f11%2fwindows-powershell-released.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchrisfulstow.blogspot.com%2f2006%2f11%2fwindows-powershell-released.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Windows_PowerShell_1_0_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Windows_PowerShell_1_0_released</guid>
      <pubDate>Wed, 15 Nov 2006 13:31:01 GMT</pubDate>
    </item>
    <item>
      <title>.NET Framework 3.0 Is Out the Door!</title>
      <description>Microsoft officially released .NET 3.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ekampf.com%2fblog%2f2006%2f11%2f07%2fNETFramework30IsOutTheDoor.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ekampf.com%2fblog%2f2006%2f11%2f07%2fNETFramework30IsOutTheDoor.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/NET_Framework_3_0_Is_Out_the_Door</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/NET_Framework_3_0_Is_Out_the_Door</guid>
      <pubDate>Tue, 07 Nov 2006 03:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Google Code Search</title>
      <description>Is it the end of the problem with lack of examples in the documentation? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fGoogleCodeSearch.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fGoogleCodeSearch.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Google_Code_Search</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Google_Code_Search</guid>
      <pubDate>Thu, 05 Oct 2006 06:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Subtext 1.9 &amp;quot;Daedelus&amp;quot; Released!</title>
      <description>A new version of Subtext has been released. The major change is that Subtext is now an ASP.NET 2.0 application, paving the way for many other improvements. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f08%2f31%2fSubtext_1.9_quotDaedelusquot_Released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f08%2f31%2fSubtext_1.9_quotDaedelusquot_Released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subtext_1_9_quot_Daedelus_quot_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subtext_1_9_quot_Daedelus_quot_Released</guid>
      <pubDate>Fri, 01 Sep 2006 08:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft XNA (Beta) Released </title>
      <description>Microsoft have released Microsoft XNA Game Studio Express (Beta). With all the hype surrounding this release we should be in for a real treat! Are Microsoft going to corner the market by releasing tools which enable developers to write their own games? Should Sony be worried?  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekzilla.co.uk%2fView7ABBD0E1-3FA6-4BCA-A5F0-AB5A16AE2ADF.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekzilla.co.uk%2fView7ABBD0E1-3FA6-4BCA-A5F0-AB5A16AE2ADF.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Microsoft_XNA_Beta_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Microsoft_XNA_Beta_Released</guid>
      <pubDate>Thu, 31 Aug 2006 02:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2003 Service Pack 1 Released</title>
      <description>From the better late than never department, Visual Studio 2003 Service Pack 1. Oh well, I guess it's the next best thing to 2005 SP1... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3ffamilyid%3d69d2219f-ce82-46a5-8aec-072bd4bb955e%26displaylang%3den"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3ffamilyid%3d69d2219f-ce82-46a5-8aec-072bd4bb955e%26displaylang%3den" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2003_Service_Pack_1_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2003_Service_Pack_1_Released</guid>
      <pubDate>Wed, 16 Aug 2006 15:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Community Server 2.1 Now Available</title>
      <description>The latest release is out.  Do these guys have a friggin' short development cycle or what? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcommunityserver.org%2fblogs%2fannouncements%2farchive%2f2006%2f08%2f09%2fCommunity-Server-2.1-Now-Available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcommunityserver.org%2fblogs%2fannouncements%2farchive%2f2006%2f08%2f09%2fCommunity-Server-2.1-Now-Available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Community_Server_2_1_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Community_Server_2_1_Now_Available</guid>
      <pubDate>Thu, 10 Aug 2006 12:31:01 GMT</pubDate>
    </item>
    <item>
      <title>MSDN library now free on Microsoft.com</title>
      <description>need i say more?! Gentelmen: Start your downloaders! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lotas-smartman.net%2farchive%2f2006%2f07%2f26%2f12713.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lotas-smartman.net%2farchive%2f2006%2f07%2f26%2f12713.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/MSDN_library_now_free_on_Microsoft_com</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/MSDN_library_now_free_on_Microsoft_com</guid>
      <pubDate>Thu, 27 Jul 2006 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Learn C# 3.0 in 7 digestable pieces</title>
      <description>Sahil has broke the new C# 3.0 down into 7 digestable small peices. 5 minutes each, a good definition of what each item is, alongwith what they mean. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flinqinaction.net%2fblogs%2fsahilmalik%2farchive%2f2006%2f06%2f18%2f24.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flinqinaction.net%2fblogs%2fsahilmalik%2farchive%2f2006%2f06%2f18%2f24.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Learn_C_3_0_in_7_digestable_pieces</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Learn_C_3_0_in_7_digestable_pieces</guid>
      <pubDate>Thu, 22 Jun 2006 06:57:01 GMT</pubDate>
    </item>
  </channel>
</rss>