<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by sirrocco</title>
    <description>Stories kicked by sirrocco</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>Random Sort a List Using LINQ</title>
      <description>LINQ (Language Integrated Query) is a one of very useful feature of .net 3.5 framework. This allows you to query objects and perform complex operations simply and efficiently. There are lots of trick which can be used with the help of LINQ. In this article I am explaining how can we random sort a List using LINQ
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2frandom_sort_a_list_using_linq.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2frandom_sort_a_list_using_linq.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Random_Sort_a_List_Using_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Random_Sort_a_List_Using_LINQ</guid>
      <pubDate>Fri, 21 Nov 2008 13:22:14 GMT</pubDate>
    </item>
    <item>
      <title>JScript IntelliSense FAQ</title>
      <description>I've been reading through the 70 or so comments on our last 2 jQuery posts.  There have been a lot of great questions.  Instead of answering them inline with the comments, I'll try to paraphrase the popular issues here and answer them centrally. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fwebdevtools%2farchive%2f2008%2f11%2f18%2fjscript-intellisense-faq.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fwebdevtools%2farchive%2f2008%2f11%2f18%2fjscript-intellisense-faq.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/JScript_IntelliSense_FAQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/JScript_IntelliSense_FAQ</guid>
      <pubDate>Wed, 19 Nov 2008 16:16:15 GMT</pubDate>
    </item>
    <item>
      <title>The fallacy of IRepository</title>
      <description>The cause for this post is a post by Rob Conery where he suggests removing the RDMBS from the equation, at least during development. In particular, he suggests using an OODB during development and switching to RDBMS late in the game, when going to production. The reason for doing so in order to reduce the friction of having to maintain a database during development. &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%2f2008%2f11%2f16%2fthe-fallacy-of-irepository.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f11%2f16%2fthe-fallacy-of-irepository.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/The_fallacy_of_IRepository</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/The_fallacy_of_IRepository</guid>
      <pubDate>Mon, 17 Nov 2008 16:55:53 GMT</pubDate>
    </item>
    <item>
      <title>Better jQuery Code #2</title>
      <description>In a follow up to my Better jQuery Code #1 post I will be writing about some other small items that I have found to make my code better and more readable. Chaining is one of the most beautiful and time save pieces of code structure that jQuery brought to the game, the problem is is that it can make the code unreadable if not treated correctly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbenjaminsterling.com%2fbetter-jquery-code-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbenjaminsterling.com%2fbetter-jquery-code-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Better_jQuery_Code_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Better_jQuery_Code_2</guid>
      <pubDate>Mon, 17 Nov 2008 12:43:55 GMT</pubDate>
    </item>
    <item>
      <title>Using Lucene .Net to index and search website content</title>
      <description>An elegant solution for adding content indexing and search in a .Net application.

  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.akcedo.com%2fandrei%2fpost%2fUsing-Lucene-Net-to-index-and-search-website-content.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.akcedo.com%2fandrei%2fpost%2fUsing-Lucene-Net-to-index-and-search-website-content.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Using_Lucene_Net_to_index_and_search_website_content</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Using_Lucene_Net_to_index_and_search_website_content</guid>
      <pubDate>Mon, 17 Nov 2008 07:48:17 GMT</pubDate>
    </item>
    <item>
      <title>How to Call Controllers in External Assemblies in ASP.NET MVC</title>
      <description>In this post Simone shows you how to call ASP.NET MVC controllers that are embedded in external assemblies. &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%2f2008%2f11%2f14%2fhow-to-call-controllers-in-external-assemblies-in-an-asp.net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f11%2f14%2fhow-to-call-controllers-in-external-assemblies-in-an-asp.net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_Call_Controllers_in_External_Assemblies_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_Call_Controllers_in_External_Assemblies_in_ASP_NET_MVC</guid>
      <pubDate>Fri, 14 Nov 2008 20:16:05 GMT</pubDate>
    </item>
    <item>
      <title>Strongly typed links for ASP.NET MVC using LINQ</title>
      <description>An alternative to the ActionLink method which doesn't rely on strings and anonymous types. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.robustsoftware.co.uk%2f2008%2f11%2fstrongly-typed-links-for-aspnet-mvc.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.robustsoftware.co.uk%2f2008%2f11%2fstrongly-typed-links-for-aspnet-mvc.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Strongly_typed_links_for_ASP_NET_MVC_using_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Strongly_typed_links_for_ASP_NET_MVC_using_LINQ</guid>
      <pubDate>Thu, 13 Nov 2008 22:01:49 GMT</pubDate>
    </item>
    <item>
      <title>Anders Hejlsberg Video on C# Dynamic</title>
      <description>In this Channel 9 video C# architect Anders Hejlsberg answers some commonly asked questions about the new Dynamic features that will be included in C# 4.0. Building on the talk that he gave at PDC,  Anders chats with C# Community PM Charlie Calvert. They discuss questions that community members have asked and riff on themes of import to developers who have been following the latest news from the C# team. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f11%2f13%2fanders-hejlsberg-video-on-c-dynamic.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f11%2f13%2fanders-hejlsberg-video-on-c-dynamic.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Anders_Hejlsberg_Video_on_C_Dynamic</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Anders_Hejlsberg_Video_on_C_Dynamic</guid>
      <pubDate>Fri, 14 Nov 2008 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>BigTarget.js - Increase the size of click targets (hrefs)</title>
      <description>With all the positive focus on grid based web design these days, I started to identify a couple of standard design elements. The main pattern used in nearly every site (grid and non grid) was the "title, thumbnail, short summary, more link" pattern. This pattern is generally used for indexing blog post summaries in sidebars, listing services, or creating small calls-to-action. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnewism.com.au%2fblog%2fpost%2f58%2fbigtarget-js-increasing-the-size-of-clickable-targets%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnewism.com.au%2fblog%2fpost%2f58%2fbigtarget-js-increasing-the-size-of-clickable-targets%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/BigTarget_js_Increase_the_size_of_click_targets_hrefs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/BigTarget_js_Increase_the_size_of_click_targets_hrefs</guid>
      <pubDate>Thu, 13 Nov 2008 09:00:31 GMT</pubDate>
    </item>
    <item>
      <title>.NET 4.0, Evolving .NET Development</title>
      <description>Peter provides a detailed overview of some of the .NET 4.0 features as they pertain to C# development. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fpeterritchie%2farchive%2f2008%2f11%2f12%2fnet-4-0-evolving-net-development.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fpeterritchie%2farchive%2f2008%2f11%2f12%2fnet-4-0-evolving-net-development.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/NET_4_0_Evolving_NET_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/NET_4_0_Evolving_NET_Development</guid>
      <pubDate>Thu, 13 Nov 2008 08:51:31 GMT</pubDate>
    </item>
    <item>
      <title>How to debug an obscure IIS error</title>
      <description>ScottHa shows how you can get to the bottom of a clear (as mud) problem when starting IIS using Process Monitor and Process Explorer and a little bit of intuition. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fFixedWindowsProcessActivationServiceWASIsStoppingBecauseItEncounteredAnError.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fFixedWindowsProcessActivationServiceWASIsStoppingBecauseItEncounteredAnError.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_debug_an_obscure_IIS_error</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_debug_an_obscure_IIS_error</guid>
      <pubDate>Wed, 12 Nov 2008 18:59:13 GMT</pubDate>
    </item>
    <item>
      <title>5 Reasons I Love TweetDeck</title>
      <description>During the time I've used Twitter, I've tried quite a few clients including Twhirl, Digsby, and Witty, but my favorite by far has been TweetDeck. This post discusses the Groups, Local Search, and Global Search features and how I use them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mpaladino.com%2fpost%2f5-Reasons-to-Love-TweetDeck.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mpaladino.com%2fpost%2f5-Reasons-to-Love-TweetDeck.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/5_Reasons_I_Love_TweetDeck</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/5_Reasons_I_Love_TweetDeck</guid>
      <pubDate>Wed, 12 Nov 2008 15:00:05 GMT</pubDate>
    </item>
    <item>
      <title> RadControls for Silverlight Official Release</title>
      <description>Telerik announced the official edition of their RadControls for Silverlight &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silverlightshow.net%2fnews%2fRadControls-for-Silverlight-Official-Release.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silverlightshow.net%2fnews%2fRadControls-for-Silverlight-Official-Release.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/RadControls_for_Silverlight_Official_Release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/RadControls_for_Silverlight_Official_Release</guid>
      <pubDate>Wed, 12 Nov 2008 15:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Dependency injection with Castle Windsor: Video</title>
      <description>Here's the video from the talk on dependency injection with Castle Windsor that Mike Hadlow and Gojko Adzic did last month at Skills Matter. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgojko.net%2f2008%2f11%2f04%2fdependency-injection-with-castle-windsor-video%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgojko.net%2f2008%2f11%2f04%2fdependency-injection-with-castle-windsor-video%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Dependency_injection_with_Castle_Windsor_Video</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Dependency_injection_with_Castle_Windsor_Video</guid>
      <pubDate>Tue, 11 Nov 2008 18:42:07 GMT</pubDate>
    </item>
    <item>
      <title>BlogCumulus.NET - A flash based tag cloud.</title>
      <description>A BlogEngine.NET extension called BlogCumulus.NET that adds a flash based tag cloud to your blog. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.99atoms.com%2fpost%2fBlogCumulusNET-A-flash-based-tag-cloud.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.99atoms.com%2fpost%2fBlogCumulusNET-A-flash-based-tag-cloud.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/BlogCumulus_NET_A_flash_based_tag_cloud</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/BlogCumulus_NET_A_flash_based_tag_cloud</guid>
      <pubDate>Tue, 11 Nov 2008 12:45:41 GMT</pubDate>
    </item>
    <item>
      <title>Suspicious DNK Accounts</title>
      <description>Conclusion
There is an incentive for publishers that use DNK to setup phony accounts that will help get stories from certain domains on the front page.  So guess what happens ... it would appear that a certain number of people are doing this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f11%2fincentives_cheating_teachers_a.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f11%2fincentives_cheating_teachers_a.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Suspicious_DNK_Accounts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Suspicious_DNK_Accounts</guid>
      <pubDate>Thu, 06 Nov 2008 16:31:29 GMT</pubDate>
    </item>
    <item>
      <title>Proper way to create Menus + Submenus in WPF Ribbon</title>
      <description>Last post on WPF Ribbon had a working sample with Menus and Submenus in the Office Button, but something was wrong there. If you had downloaded the sample, sure you would have noticed it. Below is a screenshot: You can see that the submenu isn't showing the full list as in the below screenshot... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chakkaradeep.com%2fblog%2fproper-way-to-create-menus-submenus-in-wpf-ribbon%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chakkaradeep.com%2fblog%2fproper-way-to-create-menus-submenus-in-wpf-ribbon%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Proper_way_to_create_Menus_Submenus_in_WPF_Ribbon</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Proper_way_to_create_Menus_Submenus_in_WPF_Ribbon</guid>
      <pubDate>Tue, 04 Nov 2008 11:04:26 GMT</pubDate>
    </item>
    <item>
      <title>Crazy Talk: Reducing ORM Friction</title>
      <description>Let's get this out of the way: I know you're going to think I'm nuts as you read this. You may &amp;quot;pfft&amp;quot; to what you're about to read - know that I know you're &amp;quot;pfft&amp;quot;-ing me. All I ask is that you consider what I'm about to suggest... &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%2fcrazy-talk-reducing-orm-friction%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fcrazy-talk-reducing-orm-friction%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Crazy_Talk_Reducing_ORM_Friction</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Crazy_Talk_Reducing_ORM_Friction</guid>
      <pubDate>Sun, 16 Nov 2008 03:01:12 GMT</pubDate>
    </item>
    <item>
      <title>Community Convergence XLVII</title>
      <description>Welcome to the 47th Community Convergence. We had a very successful trip to PDC this year. In this post I'll outline some of the highlights, and give you a chance to share in some of the excitement by linking to online versions of the talks from the C#, VB, IronRuby, IronPython and F# teams. Speakers at these talks include Anders Hejlsberg, Luca Bolognese, Paul Vick, Lucian Wischik, Dustin Campbell and Alex Turner. Several of these talks were among the top rated events at the conference, with Anders' talk once again garnering the most attention and generating the most excitement.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f11%2f03%2fcommunity-convergence-xlvii.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f11%2f03%2fcommunity-convergence-xlvii.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Community_Convergence_XLVII</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Community_Convergence_XLVII</guid>
      <pubDate>Wed, 05 Nov 2008 12:46:36 GMT</pubDate>
    </item>
    <item>
      <title>Best of the web - my pick for October 2008</title>
      <description>There were a lot of high quality articles dawned in my Google Reader last month. Chris Spooner (Blog.SpoonGraphics) posted two awesome tutorials on how to create a modern blog design. Angie and Robert Bowen (Arbenitng) launched Social Media Directory for Designers. Dave Ward (Encosia) shared &amp;amp; of his favorite jQuery plugins for use with ASAP.NET. I published Handycons, free hand-drawn social media icon set, and I'm working on Handycons II. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f11%2f01%2fBest-of-the-web-my-pick-for-October-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f11%2f01%2fBest-of-the-web-my-pick-for-October-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Best_of_the_web_my_pick_for_October_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Best_of_the_web_my_pick_for_October_2008</guid>
      <pubDate>Mon, 03 Nov 2008 15:01:02 GMT</pubDate>
    </item>
    <item>
      <title>DatePicker &amp;amp; Calendar released for WPF</title>
      <description>The WPF Toolkit has been updated and now also ship the DatePicker &amp;amp; Calendar controls &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%2f10%2f29%2fdatepicker-amp-calendar-released-for-wpf.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f10%2f29%2fdatepicker-amp-calendar-released-for-wpf.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/DatePicker_Calendar_released_for_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/DatePicker_Calendar_released_for_WPF</guid>
      <pubDate>Wed, 29 Oct 2008 12:01:12 GMT</pubDate>
    </item>
    <item>
      <title>PDC Video: ASP.NET 4.0 Roadmap</title>
      <description>Take a walk through the 4.0 landscape from ASP.NET and learn how you can get involved in shaping ASP.NET future. This talk focuses on the next release of ASP.NET including web forms and MVC &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchannel9.msdn.com%2fpdc2008%2fPC20%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchannel9.msdn.com%2fpdc2008%2fPC20%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/PDC_Video_ASP_NET_4_0_Roadmap</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/PDC_Video_ASP_NET_4_0_Roadmap</guid>
      <pubDate>Wed, 29 Oct 2008 05:41:02 GMT</pubDate>
    </item>
    <item>
      <title>C# 4.0 New Features Part 1 - dynamic keyword</title>
      <description>A quick look at the new &amp;quot;dynamic&amp;quot; keyword in C# 4.0 and its implications for application development. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f10%2f28%2fC-40-New-Features-Part-1-dynamic-keyword.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f10%2f28%2fC-40-New-Features-Part-1-dynamic-keyword.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_1_dynamic_keyword</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_1_dynamic_keyword</guid>
      <pubDate>Tue, 28 Oct 2008 15:01:14 GMT</pubDate>
    </item>
    <item>
      <title>The Excitement that is C# 4.0</title>
      <description>I just got back from the "Future of C#" talk at PDC by Anders Hejlsberg. This was a truly inspiring talk for a geek like me. C# is evolving into a much more dynamic language. I have always been a believer of strong typing. except when I'm not. and I have been wishing for something more dynamic (such as Duck Typing). In C# 4.0, we will be seeing some significant dynamic features. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbrian.genisio.org%2f2008%2f10%2fexcitement-that-is-c-40.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbrian.genisio.org%2f2008%2f10%2fexcitement-that-is-c-40.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Excitement_that_is_C_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Excitement_that_is_C_4_0</guid>
      <pubDate>Tue, 28 Oct 2008 12:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 and .NET Framework 4.0 CTP</title>
      <description>&amp;quot;Microsoft Visual Studio 2010 and the .NET Framework 4.0 are the next generation development tools and platform for Windows Vista, the 2007 Office System, and the Web.&amp;quot; &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%3d922b4655-93d0-4476-bda4-94cf5f8d4814%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%3d922b4655-93d0-4476-bda4-94cf5f8d4814%26DisplayLang%3den" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_and_NET_Framework_4_0_CTP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_and_NET_Framework_4_0_CTP</guid>
      <pubDate>Mon, 27 Oct 2008 19:31:13 GMT</pubDate>
    </item>
  </channel>
</rss>