<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by CharlieCalvert</title>
    <description>Stories kicked by CharlieCalvert</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>Community Convergence LI</title>
      <description>Welcome to the fifty-first edition of Community Convergence. In this post I'm simply going to highlight some of the great blogging activity produced by our team in recent weeks. Eric Lippert has been wonderfully productive. I'm beginning to wonder if we shouldn't simply dedicate an entire section of the Internet to his work. I've also included a few pointers to the work of our friends in the F# world; both Luke and Luca played major roles in the C# world for many years, and it is fun to track what they are doing with F#. &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%2f2009%2f06%2f29%2fcommunity-convergence-li.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f06%2f29%2fcommunity-convergence-li.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Community_Convergence_LI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Community_Convergence_LI</guid>
      <pubDate>Mon, 29 Jun 2009 21:04:38 GMT</pubDate>
    </item>
    <item>
      <title>Community Convergence L</title>
      <description>Welcome to the 50th issue of Community Convergence. Now that Visual Studio 2010 Beta is out, I think it might be helpful to draw attention to features from the C# team that appear in that release. The C# team defines the core syntax found in C# 4.0, and the IDE features that make it easy for developers to access those features. In this post, I'll focus on language features, in upcoming post, I'll focus on IDE features.  &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%2f2009%2f06%2f11%2fcommunity-convergence-l.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f06%2f11%2fcommunity-convergence-l.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Community_Convergence_L</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Community_Convergence_L</guid>
      <pubDate>Mon, 22 Jun 2009 19:53:26 GMT</pubDate>
    </item>
    <item>
      <title>Community Convergence XLIX</title>
      <description>Welcome to the 49th edition of Community Convergence. The big excitment of late has been the recent release of the Visual Studio 2010 Beta. If you have downloaded it yet, you should waste no time in heading over to the product page and downloading the files. As usual for betas of this type, I would recommend running it inside a Virtual Machine, or on a machine that you can afford to entirely reformat. &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%2f2009%2f06%2f09%2fcommunity-convergence-xlix-il.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f06%2f09%2fcommunity-convergence-xlix-il.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Community_Convergence_XLIX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Community_Convergence_XLIX</guid>
      <pubDate>Tue, 09 Jun 2009 20:47:05 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Animation Part II: Sprites</title>
      <description>In the previous post in this series, you learned how to create a simple animation with Silverlight. The next step is to learn how to create animated objects called sprites. This post will also explain how to ensure that their movement is restricted to a bounded area, as shown below in Application 1. Logic like this can be used in simple games, or in programs that want to use animation to capture or focus the user's attention. &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%2f2009%2f04%2f21%2fsilverlight-animation-part-ii-sprites.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f04%2f21%2fsilverlight-animation-part-ii-sprites.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Animation_Part_II_Sprites</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Animation_Part_II_Sprites</guid>
      <pubDate>Thu, 23 Apr 2009 01:52:13 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Layouts Part 1</title>
      <description>This is the third part in a series of posts on Silverlight. In this post covers creating an interface for a Silverlight application. It explores simple ways to work with Grid controls, and how to create Rows and Columns inside them. &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%2f2009%2f04%2f08%2fsilverlight-layouts-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f04%2f08%2fsilverlight-layouts-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Layouts_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Layouts_Part_1</guid>
      <pubDate>Mon, 20 Apr 2009 13:37:40 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Simple Animation</title>
      <description>This post is one of series on Silverlight. In this article the focus is on a technique that uses a timer to produce simple animations. I will follow this post with at least one additional article on Silverlight animation. &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%2f2009%2f04%2f14%2fsilverlight-simple-animation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f04%2f14%2fsilverlight-simple-animation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Simple_Animation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Simple_Animation</guid>
      <pubDate>Wed, 15 Apr 2009 02:48:33 GMT</pubDate>
    </item>
    <item>
      <title>Creating a New Silverlight Project in Visual Studio 2008</title>
      <description>This post is part of a series of articles on Silverlight. The purpose of this post is describe how to start a new Silverlight project or how to add a new or existing Silverlight project to an existing ASP.NET Web Application.  &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%2f2009%2f04%2f08%2fsilverlight-creating-a-new-project.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f04%2f08%2fsilverlight-creating-a-new-project.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Creating_a_New_Silverlight_Project_in_Visual_Studio_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Creating_a_New_Silverlight_Project_in_Visual_Studio_2008</guid>
      <pubDate>Fri, 10 Apr 2009 12:24:01 GMT</pubDate>
    </item>
    <item>
      <title>Publishing an ASP.NET Web Application in IIS</title>
      <description>I had a need to publish a Web Application from Visual Studio 2008 into IIS, rather than into the default Visual Studio Development Server. I already had IIS installed, but I wasn't quite sure what to do next. Here are some notes that I took on what turned out to be a three step process to publish an ASP.NET Web Application to my IIS Web Server &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%2f2009%2f04%2f08%2fpublishing-an-asp-net-web-application-in-iis.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f04%2f08%2fpublishing-an-asp-net-web-application-in-iis.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Publishing_an_ASP_NET_Web_Application_in_IIS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Publishing_an_ASP_NET_Web_Application_in_IIS</guid>
      <pubDate>Thu, 09 Apr 2009 01:13:09 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Revisted</title>
      <description>Charlie Calvert talks about some of the basics of Silverlight development. &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%2f2009%2f04%2f02%2fsilverlight-revisited.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f04%2f02%2fsilverlight-revisited.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Revisted</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Revisted</guid>
      <pubDate>Sat, 04 Apr 2009 01:38:49 GMT</pubDate>
    </item>
    <item>
      <title>Essential LINQ Published</title>
      <description>There was a knock on my door this morning. By the time I could make it to the front of the house, the delivery man was gone, but he had left behind a box full red and white books, each with the title Essential LINQ. On the cover was my name, and the name of my good friend Dinesh Kulkarni. This was, of course, a box full of the first copies of my most recent book. They had a arrived at my house on a most propitious date: the first day of spring. &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%2f2009%2f03%2f21%2fessential-linq-published.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f03%2f21%2fessential-linq-published.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Essential_LINQ_Published</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Essential_LINQ_Published</guid>
      <pubDate>Tue, 24 Mar 2009 04:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Create custom LINQ providers fluently</title>
      <description>Just released LinqExtender 2.0. Over previous release , it contains generally bugs fixes. Overall, I have focused on striping out complexity as much as possible to keep you focused on your business logic. You can see the full list of features in the documentation that comes with it.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2009%2f02%2f25%2fcreate-custom-linq-providers-fluently.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2009%2f02%2f25%2fcreate-custom-linq-providers-fluently.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Create_custom_LINQ_providers_fluently</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Create_custom_LINQ_providers_fluently</guid>
      <pubDate>Fri, 27 Feb 2009 01:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Community Convergence XLVIII</title>
      <description>Welcome to the 48th Community Convergence. The C# team continues to work hard to get out the next version of C#, and to add improvements to the Visual Studio 2010 IDE. Working long, fruitful hours on these rainy Washington State January days and nights, the engineers on our team are doing a great job putting together a set of features that will improve both C#, and the experience C# developers have in the Visual Studio IDE. They are also working to lay the foundation for some big improvements which you will see only after the next version of C# ships. &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%2f2009%2f01%2f13%2fcommunity-convergence-xlviii.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f01%2f13%2fcommunity-convergence-xlviii.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Community_Convergence_XLVIII</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Community_Convergence_XLVIII</guid>
      <pubDate>Wed, 14 Jan 2009 12:21:58 GMT</pubDate>
    </item>
    <item>
      <title>10-4 Episode 1: Working with the Visual Studio 2010 CTP</title>
      <description>A new series of videos on the Visual Studio 2010 September CTP has been launched. The first episode covers installing and running the CTP, which comes in the form of a VPC. &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%2f12%2f17%2f10-4-episode-1-working-with-the-visual-studio-2010-ctp.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f12%2f17%2f10-4-episode-1-working-with-the-visual-studio-2010-ctp.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/10_4_Episode_1_Working_with_the_Visual_Studio_2010_CTP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/10_4_Episode_1_Working_with_the_Visual_Studio_2010_CTP</guid>
      <pubDate>Thu, 18 Dec 2008 09:23:05 GMT</pubDate>
    </item>
    <item>
      <title>Dynamic in C# Part VI: What Dynamic Does not Do</title>
      <description>C# Engineer Sam Ng describes &amp;quot;What Dynamic Does not Do&amp;quot; in this sixth post in his excellent series on new features in C# 4.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsamng%2farchive%2f2008%2f12%2f15%2fdynamic-in-c-vi-what-dynamic-does-not-do.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsamng%2farchive%2f2008%2f12%2f15%2fdynamic-in-c-vi-what-dynamic-does-not-do.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Dynamic_in_C_Part_VI_What_Dynamic_Does_not_Do</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Dynamic_in_C_Part_VI_What_Dynamic_Does_not_Do</guid>
      <pubDate>Tue, 16 Dec 2008 14:08:30 GMT</pubDate>
    </item>
    <item>
      <title>Query Data with Parallel LINQ</title>
      <description>The code shown in this post uses a pre-release version of PLINQ called the Microsoft Parallel Extensions to .NET Framework 3.5. When PLINQ finally ships, it will run only on .NET 4.0 or later. The version I'm using that runs on top of 3.5 is for evaluation purposes only. There will never be a shipping version that runs on .NET 3.5.  &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%2f12%2f15%2fquery-data-with-parallel-linq.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f12%2f15%2fquery-data-with-parallel-linq.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Query_Data_with_Parallel_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Query_Data_with_Parallel_LINQ</guid>
      <pubDate>Tue, 16 Dec 2008 13:18:56 GMT</pubDate>
    </item>
    <item>
      <title>Jeff Richter Video on Asynchronous Programming and his Power Threading</title>
      <description>I recently had the chance to sit down with Jeff Richter and discuss his Power Threading Library. This library provides a simple technique for handling asynchronous development. By making clever use of C# Iterators, Jeff is able to make asynchronous code looks as though it is synchronous code the executes in a linear fashion. This greatly simplifies the asynchronous programming model, making it easy for you to complete tasks that were formerly considered difficult.
 &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%2f12%2f03%2fjeff-richter-video-on-asynchronous-programming-and-his-power-threading-library.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f12%2f03%2fjeff-richter-video-on-asynchronous-programming-and-his-power-threading-library.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Jeff_Richter_Video_on_Asynchronous_Programming_and_his_Power_Threading</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Jeff_Richter_Video_on_Asynchronous_Programming_and_his_Power_Threading</guid>
      <pubDate>Thu, 04 Dec 2008 13:27:37 GMT</pubDate>
    </item>
    <item>
      <title>LINQ Reference Documentation</title>
      <description>The LINQ documentation created by Microsoft is available both inside Visual Studio, and for free via the MSDN library found on the WEB. Here are some important pages from that documentation that can help you navigate through the online reference material that Microsoft has prepared for LINQ developers. I would not suggest using these references materials as a primary means of learning LINQ. However, if you have a book or other guide to LINQ development, then this reference material can be a useful addendum to that text. If you understand in a general way how LINQ works, but need answers to detailed questions, the links provided here may sometimes help you find answers to your questions.
 &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%2f23%2flinq-reference-documentation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f11%2f23%2flinq-reference-documentation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_Reference_Documentation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_Reference_Documentation</guid>
      <pubDate>Mon, 24 Nov 2008 13:42:06 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 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title>XNA Game Studio 3.0</title>
      <description>The good folks who put together our gaming tools have released XNA Game Studio 3.0. &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%2f10%2fxna-game-studio-3-0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f11%2f10%2fxna-game-studio-3-0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/XNA_Game_Studio_3_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/XNA_Game_Studio_3_0</guid>
      <pubDate>Tue, 18 Nov 2008 22:01:20 GMT</pubDate>
    </item>
    <item>
      <title>New Features in C# 4.0 Paper, plus Feedback and Samples</title>
      <description>Mads Torgersen, a C# PM and member of the C# design team, has worked with other members of the C# team to create a document that outlines the new features in C# 4.0. Along with Anders' PDC talk, this is probably the best way to get an overview of what the C# team has planned for the next release of the language. I also want to make sure you know about the C# 4.0 samples. These short projects are designed to demonstrate how to use the new language features in C# 4.0. Finally, I provide a link to the Visual Studio 2010 CTP forums based feedback area, where you can comment on the new features Microsoft has planned for the C# language and the VS IDE. These forums provide a place where you can provide the PM's who are driving the new features in VS 2010 with your valued feedback.

 &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%2f04%2fnew-features-in-c-4-0-paper-plus-feedback-and-samples.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f11%2f04%2fnew-features-in-c-4-0-paper-plus-feedback-and-samples.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/New_Features_in_C_4_0_Paper_plus_Feedback_and_Samples</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/New_Features_in_C_4_0_Paper_plus_Feedback_and_Samples</guid>
      <pubDate>Wed, 05 Nov 2008 06:31:15 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 19:46:36 GMT</pubDate>
    </item>
    <item>
      <title>LINQ To SQL is Dead - Read Between the Lines </title>
      <description>David Hayden with some great points on the Linq to SQL announcement and some ideas on how the project could be saved. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid.hayden%2farchive%2f2008%2f10%2f31%2flinq-to-sql-is-dead-read-between-the-lines.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid.hayden%2farchive%2f2008%2f10%2f31%2flinq-to-sql-is-dead-read-between-the-lines.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_To_SQL_is_Dead_Read_Between_the_Lines</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_To_SQL_is_Dead_Read_Between_the_Lines</guid>
      <pubDate>Sat, 01 Nov 2008 01:46:13 GMT</pubDate>
    </item>
    <item>
      <title>Coderush-Xpress for C#</title>
      <description>Developer Express and Microsoft have arranged a free copy of limited features from CodeRush and Refactor! Pro that is available for C# developers using Visual Studio 2008. &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%2f10%2f29%2fcoderush-xpress-for-c.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f10%2f29%2fcoderush-xpress-for-c.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Coderush_Xpress_for_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Coderush_Xpress_for_C</guid>
      <pubDate>Thu, 30 Oct 2008 01:54:53 GMT</pubDate>
    </item>
    <item>
      <title>LINQ Farm: Covariance and Contravariance in C# 4.0</title>
      <description>This post is designed to help you begin to understand a new feature in the next version of Visual Studio that involves covariant and contravariant support for delegates and interfaces. Eric Lippert's series of posts on this subject are definitely the definitive reference at this time. I'm writing this overview of the subject simply as an appendix to his explanation, and as quick reference for folks who want to get up to speed on this technology. &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%2f10%2f27%2flinq-farm-covariance-and-contravariance-in-visual-studio-2010.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f10%2f27%2flinq-farm-covariance-and-contravariance-in-visual-studio-2010.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_Farm_Covariance_and_Contravariance_in_C_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_Farm_Covariance_and_Contravariance_in_C_4_0</guid>
      <pubDate>Wed, 29 Oct 2008 11:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 Pre-Beta CTP is Now Live</title>
      <description>The pre-beta, Visual Studio 2010 bits are now available for download. &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%2f10%2f27%2fvisual-studio-2010-bits-are-live.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f10%2f27%2fvisual-studio-2010-bits-are-live.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Pre_Beta_CTP_is_Now_Live</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Pre_Beta_CTP_is_Now_Live</guid>
      <pubDate>Tue, 28 Oct 2008 03:29:09 GMT</pubDate>
    </item>
  </channel>
</rss>