<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by mediaport</title>
    <description>Stories kicked by mediaport</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>Using Visual Studio Macros to Increase Productivity</title>
      <description>If you've ever tried to find a particular file or project in a 36 project solution when many projects and folders are expanded, then you know how fustrating it can be. After putting up with it for over a year, I finally asked a co-worker of mine if he knew of a way to quickly jump to a particular project in Visual Studio.  He reminded me that Visual Studio has excellent macro support. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.milkcarton.com%2fblog%2f2007%2f05%2f20%2fUsing%2bVisual%2bStudio%2bMacros%2bTo%2bIncrease%2bProductivity.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.milkcarton.com%2fblog%2f2007%2f05%2f20%2fUsing%2bVisual%2bStudio%2bMacros%2bTo%2bIncrease%2bProductivity.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Using_Visual_Studio_Macros_to_Increase_Productivity</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Using_Visual_Studio_Macros_to_Increase_Productivity</guid>
      <pubDate>Mon, 21 May 2007 09:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Programming and Managed JavaScript - video</title>
      <description>This podcast video shows the basics of programming with Silverlight and an Intro to Managed JScript. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2007%2f05%2f16%2fasp-net-podcast-show-92-silverlight-and-managed-javascript.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2007%2f05%2f16%2fasp-net-podcast-show-92-silverlight-and-managed-javascript.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Silverlight_Programming_and_Managed_JavaScript_video</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Silverlight_Programming_and_Managed_JavaScript_video</guid>
      <pubDate>Mon, 21 May 2007 10:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Recursive Queries in SQL Server 2005</title>
      <description>Often times, during my career, I faced a situation where I had to recursively get data out of a table starting from a root. The classic example of such a situation is Employee-Manager relationship table... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f05%2ft-sql-new-features-in-sql-server-2005_18.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f05%2ft-sql-new-features-in-sql-server-2005_18.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Recursive_Queries_in_SQL_Server_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Recursive_Queries_in_SQL_Server_2005</guid>
      <pubDate>Mon, 21 May 2007 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic a day in the life of. (part 1)</title>
      <description>Shows the SubSonic project in action. Solid stuff. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f05%2f17%2fSubSonic-A-Day-In-The-Life-Webcast-Part-1-Is.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f05%2f17%2fSubSonic-A-Day-In-The-Life-Webcast-Part-1-Is.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SubSonic_a_day_in_the_life_of_part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SubSonic_a_day_in_the_life_of_part_1</guid>
      <pubDate>Sun, 20 May 2007 00:31:01 GMT</pubDate>
    </item>
    <item>
      <title>New &amp;quot;Orcas&amp;quot; Language Feature: Anonymous Types - ScottGu's Blog</title>
      <description>Anonymous types are a convenient language feature of C# and VB that enable developers to concisely define inline CLR types within code, without having to explicitly define a formal class declaration of the type. Anonymous types are particularly useful when querying and transforming/projecting/shaping data with LINQ.
 &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%2f05%2f15%2fnew-orcas-language-feature-anonymous-types.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f05%2f15%2fnew-orcas-language-feature-anonymous-types.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/New_quot_Orcas_quot_Language_Feature_Anonymous_Types_ScottGu_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/New_quot_Orcas_quot_Language_Feature_Anonymous_Types_ScottGu_s_Blog</guid>
      <pubDate>Sun, 20 May 2007 23:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Creating Composite View Components In MonoRail / Refactoring Exercise</title>
      <description>In a previous post, I showed some examples of how to create custom view components in MonoRail and touched on the ability to create composite view components.  Since then I've refactored towards the use of interfaces which I think is a cleaner approach, so I thought I'd share.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjoeydotnet.com%2fblog%2farchive%2f2007%2f05%2f15%2fCreating-Composite-View-Components-In-MonoRail--Refactoring-Exercise.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjoeydotnet.com%2fblog%2farchive%2f2007%2f05%2f15%2fCreating-Composite-View-Components-In-MonoRail--Refactoring-Exercise.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Creating_Composite_View_Components_In_MonoRail_Refactoring_Exercise</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Creating_Composite_View_Components_In_MonoRail_Refactoring_Exercise</guid>
      <pubDate>Thu, 17 May 2007 05:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Agile Leadership and Coaching (Development Manager's Need to grow up!)</title>
      <description>With modern business needs changing at a rapid pace, software development must respond in tandem. Agile Development Methodologies promote responding to change, by balancing order and chaos. This is an art form more than it is a practice. All too often have I chatted with development managers who have attempted to enact agile, only to fail. Is it the methodologies fault or a fault in leadership and understanding?  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjoe_ocampo%2farchive%2f2007%2f05%2f14%2fagile-leadership-and-coaching-development-manager-s-need-to-grow-up.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjoe_ocampo%2farchive%2f2007%2f05%2f14%2fagile-leadership-and-coaching-development-manager-s-need-to-grow-up.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Agile_Leadership_and_Coaching_Development_Manager_s_Need_to_grow_up</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Agile_Leadership_and_Coaching_Development_Manager_s_Need_to_grow_up</guid>
      <pubDate>Thu, 17 May 2007 03:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Make Your Case Sensitive Searches 1000 Times Faster</title>
      <description> Do you find that your case sensitive queries take forever? This little trick will speed up your query a thousand times &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsqlservercode.blogspot.com%2f2007%2f05%2fmake-your-case-sensitive-searches-1000.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsqlservercode.blogspot.com%2f2007%2f05%2fmake-your-case-sensitive-searches-1000.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Make_Your_Case_Sensitive_Searches_1000_Times_Faster</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Make_Your_Case_Sensitive_Searches_1000_Times_Faster</guid>
      <pubDate>Tue, 15 May 2007 23:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Tips for a successful team lead</title>
      <description>partial list of those tips. Some of them can be seen in various "Agile" methodologies, but taken as simply tips, they can improve the quality of your project-life without needing to work with any specific methodology. 

Heck, just call it "Osherothology" 

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frosherove%2farchive%2f2007%2f05%2f03%2ftips-for-a-successful-team-lead.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frosherove%2farchive%2f2007%2f05%2f03%2ftips-for-a-successful-team-lead.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Tips_for_a_successful_team_lead</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Tips_for_a_successful_team_lead</guid>
      <pubDate>Thu, 17 May 2007 04:16:01 GMT</pubDate>
    </item>
    <item>
      <title>The right way to think about source control</title>
      <description>Source code control is not just a fancy version of File -&amp;gt; Save... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fworkblog.jonrowett.com%2findex.php%2f2007%2f05%2f14%2fthe-right-way-to-think-about-source-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fworkblog.jonrowett.com%2findex.php%2f2007%2f05%2f14%2fthe-right-way-to-think-about-source-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/The_right_way_to_think_about_source_control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/The_right_way_to_think_about_source_control</guid>
      <pubDate>Thu, 17 May 2007 02:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Biggest difference between Temp tables and Table variables in Sql Serv</title>
      <description>One of the most important differences between Temp tables and Table variables is how they behave in transactions. See how. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f05%2f13%2f60204.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f05%2f13%2f60204.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Biggest_difference_between_Temp_tables_and_Table_variables_in_Sql_Serv</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Biggest_difference_between_Temp_tables_and_Table_variables_in_Sql_Serv</guid>
      <pubDate>Wed, 16 May 2007 09:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Part 1 - Leveraging Workflow Foundation - It is just an API</title>
      <description>To help you limit the amount of rusty washers you will run into with Workflow Foundation, I wanted to share our team's experience in working through Workflow.  In this multiple part series we'll look at some of the challenges the team faced and how we solved some of these.  I say &amp;quot;some&amp;quot; of these because we took side steps around the rusty washers we found due to our short time frame.   Hopefully this brain dump of information will save others time who are about to start using Workflow Foundation.  I'll cover some of the in and outs where you will want to look into workflow and some of the pitfalls we had to work around (the rusty washers).   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkeithelder.net%2fblog%2farchive%2f2007%2f05%2f12%2fPart-1-Leveraging-Workflow-Foundation--It-is-just-an.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkeithelder.net%2fblog%2farchive%2f2007%2f05%2f12%2fPart-1-Leveraging-Workflow-Foundation--It-is-just-an.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/Part_1_Leveraging_Workflow_Foundation_It_is_just_an_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/Part_1_Leveraging_Workflow_Foundation_It_is_just_an_API</guid>
      <pubDate>Mon, 14 May 2007 01:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Javascript and ASP.NET</title>
      <description>Some thoughts on script support in ASP.NET how it evolved. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fajdotnet.wordpress.com%2f2007%2f05%2f12%2fjavascript-and-aspnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fajdotnet.wordpress.com%2f2007%2f05%2f12%2fjavascript-and-aspnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Javascript_and_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Javascript_and_ASP_NET</guid>
      <pubDate>Mon, 14 May 2007 18:31:01 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic: Move to Subversion is now complete</title>
      <description>SubSonic has now been successfully moved to Google Code, and thus Subversion source control. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f05%2f11%2fSubSonic-Move-To-Subversion-Is-Complete.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f05%2f11%2fSubSonic-Move-To-Subversion-Is-Complete.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/SubSonic_Move_to_Subversion_is_now_complete</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/SubSonic_Move_to_Subversion_is_now_complete</guid>
      <pubDate>Mon, 14 May 2007 02:46:01 GMT</pubDate>
    </item>
    <item>
      <title>NStub Beta Released</title>
      <description>NStub is a test stub generator for unit tests.  Just point it at any .NET assembly and it'll automatically generate a full project containing a one to one mapping of test methods for every method in the target assembly.

This is great for fine grained unit testing where you're trying to test every method individually. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeremyjarrell.com%2farchive%2f2007%2f05%2f11%2f29.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeremyjarrell.com%2farchive%2f2007%2f05%2f11%2f29.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/NStub_Beta_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/NStub_Beta_Released</guid>
      <pubDate>Thu, 17 May 2007 05:01:01 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic Starter Site is Out!</title>
      <description>Check out the new SubSonic starter site, complete with CMS, membership, and more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f05%2f10%2fSubSonic-2.0-Starter-Site-Is-Ready.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f05%2f10%2fSubSonic-2.0-Starter-Site-Is-Ready.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SubSonic_Starter_Site_is_Out</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SubSonic_Starter_Site_is_Out</guid>
      <pubDate>Fri, 11 May 2007 05:01:01 GMT</pubDate>
    </item>
    <item>
      <title>SharpForge has flown the coup </title>
      <description>The open source project SharpForge is now &amp;quot;self hosting&amp;quot;.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsharpforge.org%2fp%2fSharpForge.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsharpforge.org%2fp%2fSharpForge.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/SharpForge_has_flown_the_coup</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/SharpForge_has_flown_the_coup</guid>
      <pubDate>Mon, 14 May 2007 02:01:01 GMT</pubDate>
    </item>
    <item>
      <title>How to Use the Singleton Pattern and the Garbage Collector to Manage a</title>
      <description>Here's an easy to minimize the overhead of an expensive resource, such as an image or a network connection, using the singleton pattern and some simple hints to the garbage collector. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeremyjarrell.com%2farchive%2f2007%2f05%2f09%2f28.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeremyjarrell.com%2farchive%2f2007%2f05%2f09%2f28.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_Use_the_Singleton_Pattern_and_the_Garbage_Collector_to_Manage_a</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_Use_the_Singleton_Pattern_and_the_Garbage_Collector_to_Manage_a</guid>
      <pubDate>Mon, 14 May 2007 03:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Leveraging 3rd party/OSS tools in a VSTS/TFS environment</title>
      <description>
In light of the recent TFS vs. OSS debates, I wanted to share how we are using both TFS and OSS tools to work with each other.  Speaking as someone who has implemented (and extended!) TFS in a production environment since the early Beta 2 days and am currently using the VSTS/TFS stack, I can say that there is quite a bit of pain involved.  But some of that can be alleviated by utilizing both commercial and OSS tools *with* TFS.  Here are a few examples of how I (and some of our team) are &amp;quot;filling in the gaps&amp;quot; to make TFS and VSTS a little easier to work with. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjoeydotnet.com%2fblog%2farchive%2f2007%2f05%2f09%2fLeveraging-3rd-partyOSS-tools-in-a-VSTSTFS-environment.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjoeydotnet.com%2fblog%2farchive%2f2007%2f05%2f09%2fLeveraging-3rd-partyOSS-tools-in-a-VSTSTFS-environment.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Leveraging_3rd_party_OSS_tools_in_a_VSTS_TFS_environment</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Leveraging_3rd_party_OSS_tools_in_a_VSTS_TFS_environment</guid>
      <pubDate>Thu, 17 May 2007 07:16:01 GMT</pubDate>
    </item>
    <item>
      <title>FoldingCube3D modeled in WPF</title>
      <description>Nice demo for animated cubes in WPF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.stackenbloggen.de%2fPermaLink%2cguid%2cc1f1ab7c-3a10-42b1-b5c1-38ecb7be228b.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.stackenbloggen.de%2fPermaLink%2cguid%2cc1f1ab7c-3a10-42b1-b5c1-38ecb7be228b.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/FoldingCube3D_modeled_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/FoldingCube3D_modeled_in_WPF</guid>
      <pubDate>Thu, 10 May 2007 13:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Some Katmai (SQL Server 2008?) News</title>
      <description>Katmai (SQL Server 2008) News has been announced today &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsqlservercode.blogspot.com%2f2007%2f05%2fsome-katmai-sql-server-20078-news.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsqlservercode.blogspot.com%2f2007%2f05%2fsome-katmai-sql-server-20078-news.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Some_Katmai_SQL_Server_2008_News</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Some_Katmai_SQL_Server_2008_News</guid>
      <pubDate>Thu, 10 May 2007 07:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Learn C# 4.0</title>
      <description>Want to get a head start on the rest of the .NET developers out there?  Start learning how to use C# 4.0 today.  How, you ask, can I learn to use C# 4.0 when 3.0 isn't even out yet? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fevanhoff.com%2farchive%2f2007%2f05%2f08%2f9.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fevanhoff.com%2farchive%2f2007%2f05%2f08%2f9.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Learn_C_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Learn_C_4_0</guid>
      <pubDate>Mon, 14 May 2007 04:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Extension methods and Curried Delegates</title>
      <description>Since Extension methods behave like instance method it makes sense that we should be able to create delegates that would accept the instance method signature, to this end we have included Adding an Extension Methods to delegate invocation List    

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsreekarc%2farchive%2f2007%2f05%2f01%2fextension-methods-and-delegates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsreekarc%2farchive%2f2007%2f05%2f01%2fextension-methods-and-delegates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Extension_methods_and_Curried_Delegates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Extension_methods_and_Curried_Delegates</guid>
      <pubDate>Thu, 10 May 2007 08:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Extension Methods in C#</title>
      <description>Extension methods are a new feature for C# 3.0 and I had the opportunity to implement them in the Compiler. These methods can then be called with instance syntax on any object that is convertible(see convertability section for details) to the first param of the method. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsreekarc%2farchive%2f2007%2f04%2f25%2fextension-methods.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsreekarc%2farchive%2f2007%2f04%2f25%2fextension-methods.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Extension_Methods_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Extension_Methods_in_C</guid>
      <pubDate>Mon, 14 May 2007 05:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Rasing events (from a mock) using Rhino Mocks</title>
      <description>How to raise an event within a unit test using good old Rhino Mocks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jpboodhoo.com%2fblog%2fRaisingEventsFromAMockUsingRhinoMocks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jpboodhoo.com%2fblog%2fRaisingEventsFromAMockUsingRhinoMocks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Rasing_events_from_a_mock_using_Rhino_Mocks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Rasing_events_from_a_mock_using_Rhino_Mocks</guid>
      <pubDate>Mon, 14 May 2007 06:31:01 GMT</pubDate>
    </item>
  </channel>
</rss>