<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by ronaldy</title>
    <description>Stories kicked by ronaldy</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>Create Elegant Code With Anonymous Methods, Iterators, And Partial Classes</title>
      <description>Fans of the C# language will find much to like in Visual C#&amp;#174; 2005. Visual Studio&amp;#174; 2005 brings a wealth of exciting new features to C#, such as generics, iterators, partial classes, and anonymous methods. While generics is the most talked-about feature, especially among C++ developers who are familiar with templates, the other new features are equally important additions to your Microsoft .NET development arsenal as well. These important features and language additions will improve your overall productivity compared to the first version of C#, leaving you to write cleaner code faster. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f06%2f00%2fC20%2fdefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f06%2f00%2fC20%2fdefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Create_Elegant_Code_With_Anonymous_Methods_Iterators_And_Partial_Classes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Create_Elegant_Code_With_Anonymous_Methods_Iterators_And_Partial_Classes</guid>
      <pubDate>Thu, 02 Feb 2006 13:39:00 GMT</pubDate>
    </item>
    <item>
      <title>Programming Office Applications Using Visual C#</title>
      <description>Learn about issues Visual C# developers must be aware of when using Visual Studio 2005 Tools for Office to create Word and Excel applications, including how to work with VBA-focused methods and properties. See examples comparing Visual Basic code with Visual C# code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2foffice%2fdefault.aspx%3fpull%3d%2flibrary%2fen-us%2fodc_vsto2005_ta%2fhtml%2fOfficeVSTOCSharpDev.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2foffice%2fdefault.aspx%3fpull%3d%2flibrary%2fen-us%2fodc_vsto2005_ta%2fhtml%2fOfficeVSTOCSharpDev.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Programming_Office_Applications_Using_Visual_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Programming_Office_Applications_Using_Visual_C</guid>
      <pubDate>Thu, 02 Feb 2006 11:16:00 GMT</pubDate>
    </item>
    <item>
      <title>Commonly Used .NET Coding Patterns in CodeDom</title>
      <description>This article outlines a library of CodeDom templates of commonly used coding practices in .NET. The CLR and other .NET code contain many recurring patterns. As these patterns appear in code, they may also appear in CodeDom, yet generating these patterns requires lot of work, which is quite repetitive. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fcsharp%2fcodedompatterns.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fcsharp%2fcodedompatterns.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Commonly_Used_NET_Coding_Patterns_in_CodeDom</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Commonly_Used_NET_Coding_Patterns_in_CodeDom</guid>
      <pubDate>Wed, 01 Feb 2006 13:39:00 GMT</pubDate>
    </item>
    <item>
      <title>Single-Instance C# Application - for .NET 2.0</title>
      <description>A single-instance application is one that allows the user to open only one instance at a time. Strictly speaking, a second instance is started, but it detects the presence of the first instance, and shuts itself down.

Visual Studio 2005 makes single-instance applications very easy. In VB, one simply checks a box on the project settings dialog, then handles the appropriate events. The code that accomplishes this is in the Microsoft.VisualBasic namespace, but it can be used in a C# application. This article will show how to do this, and show how to transfer command-line arguments from the second instance to the original one. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fCSSIApp.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fCSSIApp.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Single_Instance_C_Application_for_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Single_Instance_C_Application_for_NET_2_0</guid>
      <pubDate>Tue, 31 Jan 2006 14:44:00 GMT</pubDate>
    </item>
    <item>
      <title>The Expression Designers: Graphic, Interactive, Web</title>
      <description>Microsoft Expression Interactive Designer CTP has been released. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fexpression%2farchive%2f2006%2f01%2f24%2f516535.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fexpression%2farchive%2f2006%2f01%2f24%2f516535.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/The_Expression_Designers_Graphic_Interactive_Web</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/The_Expression_Designers_Graphic_Interactive_Web</guid>
      <pubDate>Tue, 24 Jan 2006 13:39:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP .NET Sitemap Macro</title>
      <description>A macro from K Scott Allen for Visual Studio to walk through an ASP .NET project and create a web.sitemap file. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fodetocode.com%2fBlogs%2fscott%2farchive%2f2005%2f11%2f29%2f2537.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fodetocode.com%2fBlogs%2fscott%2farchive%2f2005%2f11%2f29%2f2537.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Sitemap_Macro</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Sitemap_Macro</guid>
      <pubDate>Mon, 23 Jan 2006 12:32:29 GMT</pubDate>
    </item>
    <item>
      <title>Test-Driven Development in .NET - Introduction &amp;amp; Unit Tests</title>
      <description>Introduction to Test-Driven Development in .NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.co.uk%2fshow%2f5240%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.co.uk%2fshow%2f5240%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Test_Driven_Development_in_NET_Introduction_amp_Unit_Tests</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Test_Driven_Development_in_NET_Introduction_amp_Unit_Tests</guid>
      <pubDate>Thu, 19 Jan 2006 17:01:00 GMT</pubDate>
    </item>
    <item>
      <title>Web Applications: N-Tier vs. N-Layer</title>
      <description>One of the best posts presenting the pro's AND con's of layers and tiers in an application. Additionally gives some solid references to external resources. &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%2f2005%2f07%2f23%2f129745.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid.hayden%2farchive%2f2005%2f07%2f23%2f129745.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Web_Applications_N_Tier_vs_N_Layer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Web_Applications_N_Tier_vs_N_Layer</guid>
      <pubDate>Tue, 17 Jan 2006 12:01:00 GMT</pubDate>
    </item>
  </channel>
</rss>
