<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>DeveloperLand : New Articles</title>
    <link>http://www.developerland.com</link>
    <description>Summary of the latest articles published on DeveloperLand</description>
    <language>en-us</language>
    <copyright>Copyright © DeveloperLand, 2003-2004</copyright>
    <generator>DeveloperLand RSS Feed Generator v1.0</generator>
    <webMaster>webmaster@developerland.com</webMaster>
    <lastBuildDate>Fri, 09 May 2008 09:32:24 GMT</lastBuildDate>
    <ttl>20</ttl>
    <image>
      <title>DeveloperLand</title>
      <url>http://www.developerland.com/Communities/Common/Images/DL/DL100x30.gif</url>
      <link>http://www.developerland.com</link>
      <width>100</width>
      <height>30</height>
      <description>DeveloperLand</description>
    </image>
    <item>
      <guid>http://developerland.com/CSharpGeneral/General/399.aspx</guid>
      <title>Write a Word Add-In – Part 0</title>
      <link>http://developerland.com/CSharpGeneral/General/399.aspx</link>
      <description>Learn to write an add-in in C# that does everything a regular C# program does.</description>
      <author>Admin</author>
      <pubDate>Sun, 25 Jun 2006 17:25:06 GMT</pubDate>
      <comments>http://developerland.com/CSharpGeneral/General/399.aspx#comments</comments>
      <category />
    </item>
    <item>
      <guid>http://developerland.com/CSharpGeneral/General/400.aspx</guid>
      <title>Write a Word Add-In – Part I</title>
      <link>http://developerland.com/CSharpGeneral/General/400.aspx</link>
      <description>Learn to write an add-in in C# that does everything a regular C# program does.</description>
      <author>Admin</author>
      <pubDate>Sun, 25 Jun 2006 17:25:02 GMT</pubDate>
      <comments>http://developerland.com/CSharpGeneral/General/400.aspx#comments</comments>
      <category />
    </item>
    <item>
      <guid>http://developerland.com/CSharpGeneral/General/213.aspx</guid>
      <title>Lengthy Operations on Single Thread in .NET Application</title>
      <link>http://developerland.com/CSharpGeneral/General/213.aspx</link>
      <description>Desktop applications are usually single-threaded. Sometimes it is, however, inevitable to perform some long lasting operations like processing large XMLs. This leads to a common problem: how such long lasting operations should be managed?</description>
      <author>Torq</author>
      <pubDate>Sun, 25 Jun 2006 17:23:10 GMT</pubDate>
      <comments>http://developerland.com/CSharpGeneral/General/213.aspx#comments</comments>
      <category />
    </item>
    <item>
      <guid>http://developerland.com/CSharpGeneral/Algorithms/341.aspx</guid>
      <title>Learning Draughts</title>
      <link>http://developerland.com/CSharpGeneral/Algorithms/341.aspx</link>
      <description>The aim of this project has been to develop a Draughts Game that learns</description>
      <author>pseudonym67</author>
      <pubDate>Fri, 17 Feb 2006 22:45:56 GMT</pubDate>
      <comments>http://developerland.com/CSharpGeneral/Algorithms/341.aspx#comments</comments>
      <category />
    </item>
    <item>
      <guid>http://developerland.com/DotNet/General/456.aspx</guid>
      <title>Exceptions and Performance</title>
      <link>http://developerland.com/DotNet/General/456.aspx</link>
      <description>Almost every time exceptions are mentioned in mailing lists and newsgroups, people say they're really expensive.Let's examine that claim, shall we?</description>
      <author>jskeet</author>
      <pubDate>Thu, 16 Feb 2006 21:33:17 GMT</pubDate>
      <comments>http://developerland.com/DotNet/General/456.aspx#comments</comments>
      <category />
    </item>
    <item>
      <guid>http://developerland.com/Web/General/452.aspx</guid>
      <title>Creating multilingual websites - Part 1</title>
      <link>http://developerland.com/Web/General/452.aspx</link>
      <description>Extend the existing globalization capabilities of .NET to create flexible and powerful multilingual web sites. First, create a custom ResourceManager, and then create custom localized-capable server controls to easily deploy multilingual functionality.</description>
      <author>Admin</author>
      <pubDate>Thu, 09 Feb 2006 04:33:45 GMT</pubDate>
      <comments>http://developerland.com/Web/General/452.aspx#comments</comments>
      <category />
    </item>
    <item>
      <guid>http://developerland.com/CSharpGeneral/General/144.aspx</guid>
      <title>KeyBoardLayout and Language Selector</title>
      <link>http://developerland.com/CSharpGeneral/General/144.aspx</link>
      <description>This article shows you how to write a Win-Form that will select the language OS automatically.</description>
      <author>yarix</author>
      <pubDate>Sun, 05 Feb 2006 23:19:28 GMT</pubDate>
      <comments>http://developerland.com/CSharpGeneral/General/144.aspx#comments</comments>
      <category />
    </item>
    <item>
      <guid>http://developerland.com/Web/Security/215.aspx</guid>
      <title>Security Features in ASP.NET - Authentication</title>
      <link>http://developerland.com/Web/Security/215.aspx</link>
      <description>There are lots of different types of website with varying security needs, the developers need to know how the security works and choose the appropriate security model for different applications.</description>
      <author>filgaia</author>
      <pubDate>Fri, 03 Feb 2006 17:57:50 GMT</pubDate>
      <comments>http://developerland.com/Web/Security/215.aspx#comments</comments>
      <category />
    </item>
    <item>
      <guid>http://developerland.com/CSharpGeneral/CSharpLanguage/449.aspx</guid>
      <title>Parameter passing in C#</title>
      <link>http://developerland.com/CSharpGeneral/CSharpLanguage/449.aspx</link>
      <description>Many people have become fairly confused about how parameters are passed in C#, particularly with regard to reference types. This page should help to clear up some of that confusion</description>
      <author>jskeet</author>
      <pubDate>Thu, 02 Feb 2006 19:34:52 GMT</pubDate>
      <comments>http://developerland.com/CSharpGeneral/CSharpLanguage/449.aspx#comments</comments>
      <category />
    </item>
    <item>
      <guid>http://developerland.com/CuttingEdge/ASPNet2/448.aspx</guid>
      <title>Url Rewriting with Regex for ASP.NET 2.0</title>
      <link>http://developerland.com/CuttingEdge/ASPNet2/448.aspx</link>
      <description>it's really simple to implement a Url Rewriting Module with Regex support in ASP.NET. I wrote a quick and simple HttpModule for this</description>
      <author>Admin</author>
      <pubDate>Thu, 02 Feb 2006 19:04:51 GMT</pubDate>
      <comments>http://developerland.com/CuttingEdge/ASPNet2/448.aspx#comments</comments>
      <category />
    </item>
  </channel>
</rss>