<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0">
  <channel>
    <title>The Code Project Latest Articles</title>
    <link>http://www.codeproject.com</link>
    <description>Latest Articles from The Code Project</description>
    <language>en-us</language>
    <image>
      <title>The Code Project</title>
      <url>http://www.codeproject.com/images/codeproject100x30.gif</url>
      <link>http://www.codeproject.com</link>
      <width>100</width>
      <height>30</height>
      <description>The Code Project</description>
    </image>
    <copyright>Copyright &amp;copy; CodeProject, 1999-2009</copyright>
    <webMaster>webmaster@codeproject.com</webMaster>
    <lastBuildDate>Wed, 04 Nov 2009 14:48:00 GMT</lastBuildDate>
    <ttl>20</ttl>
    <generator>C# Hand-coded goodness</generator>
    <item xsi:type="article">
      <title>PersianDate And Some Wpf Controls For it</title>
      <description>The code represents a type for holding Persian date values, and two WPF controls for working with Persian dates.</description>
      <link>http://www.codeproject.com/KB/datetime/PersianDateAndWpf.aspx</link>
      <author>Arash Sahebolamri</author>
      <pubDate>Wed, 04 Nov 2009 20:47:00 GMT</pubDate>
      <subject>Date and Time</subject>
      <GUID>http://www.codeproject.com/KB/datetime/PersianDateAndWpf.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Lock-Free Single-Producer - Single Consumer Circular Queue</title>
      <description>How to make a C++ thread safe, single producer, single consumer lock-free circular queue</description>
      <link>http://www.codeproject.com/KB/threads/LockFree.aspx</link>
      <author>KjellKod_cc</author>
      <pubDate>Wed, 04 Nov 2009 14:48:00 GMT</pubDate>
      <subject>Threads, Processes &amp; IPC</subject>
      <GUID>http://www.codeproject.com/KB/threads/LockFree.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>DHTMLX and ASP.NET MVC</title>
      <description>This article describes how DHTMLX components might be effectively used with ASP.NET MVC with extended routing functionality to build a flexible web application.</description>
      <link>http://www.codeproject.com/KB/aspnet/dhtmlx_and_aspnet_mvc.aspx</link>
      <author>Paul Erin</author>
      <pubDate>Wed, 04 Nov 2009 14:39:00 GMT</pubDate>
      <subject>ASP.NET</subject>
      <GUID>http://www.codeproject.com/KB/aspnet/dhtmlx_and_aspnet_mvc.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>WPF : Sticky Notes ListBox</title>
      <description>A notes listbox that you could use in your own app</description>
      <link>http://www.codeproject.com/KB/WPF/StickyNotes.aspx</link>
      <author>Sacha Barber</author>
      <pubDate>Wed, 04 Nov 2009 14:25:00 GMT</pubDate>
      <subject>Windows Presentation Foundation</subject>
      <GUID>http://www.codeproject.com/KB/WPF/StickyNotes.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Best Practices on Using Implicitly Typed (i.e. var ) and Explicitly Typed Variables</title>
      <description>Best practise using var</description>
      <link>http://www.codeproject.com/KB/cs/Best_practise_using_var.aspx</link>
      <author>ATANU.PODDER</author>
      <pubDate>Wed, 04 Nov 2009 13:25:00 GMT</pubDate>
      <subject>C#</subject>
      <GUID>http://www.codeproject.com/KB/cs/Best_practise_using_var.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Code review plug-in for Visual Studio 2008, ReviewPal</title>
      <description>ReviewPal is a Visual Studio 2008 IDE plug-in to help out doing code reviews. Helps the user with collecting review comments and reporting them within the IDE with easy navigation.</description>
      <link>http://www.codeproject.com/KB/work/ReviewPal.aspx</link>
      <author>Chathuranga K.W.</author>
      <pubDate>Wed, 04 Nov 2009 13:11:00 GMT</pubDate>
      <subject>Work Issues</subject>
      <GUID>http://www.codeproject.com/KB/work/ReviewPal.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Opening IE Using C# and Firing Events</title>
      <description>How to open Internet Explorer using C# code and fire events in the loaded page.</description>
      <link>http://www.codeproject.com/KB/shell/mycodeaspnet.aspx</link>
      <author>Anoop_K_V</author>
      <pubDate>Wed, 04 Nov 2009 11:09:00 GMT</pubDate>
      <subject>Shell and IE programming</subject>
      <GUID>http://www.codeproject.com/KB/shell/mycodeaspnet.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>W3CDateTime Structure in C#</title>
      <description>Simple W3CDateTime Structure when you using atom feed like a gmail</description>
      <link>http://www.codeproject.com/KB/cs/w3cdate.aspx</link>
      <author>heebaek-choi</author>
      <pubDate>Wed, 04 Nov 2009 09:27:00 GMT</pubDate>
      <subject>C#</subject>
      <GUID>http://www.codeproject.com/KB/cs/w3cdate.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>NetBase - A Minimal .NET Database with a Small SQL parser, Part 2</title>
      <description>NetBase is a small database system that reads and writes to DBF-like files, with a SQL front-end. The second part of this series discusses the SQL parser.</description>
      <link>http://www.codeproject.com/KB/database/netbasedb-part2.aspx</link>
      <author>buttonpusher</author>
      <pubDate>Wed, 04 Nov 2009 02:01:00 GMT</pubDate>
      <subject>Database</subject>
      <GUID>http://www.codeproject.com/KB/database/netbasedb-part2.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Data-controlled processes application design</title>
      <description>A ready-to-use process manager provided.</description>
      <link>http://www.codeproject.com/KB/architecture/DataDriven.aspx</link>
      <author>Jacek Gajek</author>
      <pubDate>Wed, 04 Nov 2009 01:59:00 GMT</pubDate>
      <subject>Design and Architecture</subject>
      <GUID>http://www.codeproject.com/KB/architecture/DataDriven.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>NetBase - A Minimal .NET Database with a Small SQL Parser, Part 1</title>
      <description>This is a small database system that reads and writes to DBF-like files, with a SQL front-end.</description>
      <link>http://www.codeproject.com/KB/database/netbasedb-part1.aspx</link>
      <author>buttonpusher</author>
      <pubDate>Wed, 04 Nov 2009 01:58:00 GMT</pubDate>
      <subject>Database</subject>
      <GUID>http://www.codeproject.com/KB/database/netbasedb-part1.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Barcode Image Generation Library</title>
      <description>This library was designed to give an easy class for developers to use when they need to generate barcode images from a string of data.</description>
      <link>http://www.codeproject.com/KB/graphics/BarcodeLibrary.aspx</link>
      <author>Brad Barnhill</author>
      <pubDate>Wed, 04 Nov 2009 01:52:00 GMT</pubDate>
      <subject>General Graphics</subject>
      <GUID>http://www.codeproject.com/KB/graphics/BarcodeLibrary.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Quick Performance Triage</title>
      <description>Class to help triage performance problems in your application</description>
      <link>http://www.codeproject.com/KB/cs/quick-performance-triage.aspx</link>
      <author>Mark Ericksen</author>
      <pubDate>Wed, 04 Nov 2009 01:46:00 GMT</pubDate>
      <subject>C#</subject>
      <GUID>http://www.codeproject.com/KB/cs/quick-performance-triage.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>ProgressBar with Percentage</title>
      <description>Component that extends the native .NET progress bar with percentage properties and the ability to display it in the progress bar. </description>
      <link>http://www.codeproject.com/KB/progress/progressbar-percentage.aspx</link>
      <author>jeroen de dauw</author>
      <pubDate>Tue, 03 Nov 2009 23:00:00 GMT</pubDate>
      <subject>Progress Controls</subject>
      <GUID>http://www.codeproject.com/KB/progress/progressbar-percentage.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Simplify Code Using NDepend</title>
      <description>Using this article you will get the basic idea of how you could use NDepend to control/analyze your application. It allows to apply design rules and refactor code.</description>
      <link>http://www.codeproject.com/KB/dotnet/NDepend.aspx</link>
      <author>Abhishek Sur</author>
      <pubDate>Tue, 03 Nov 2009 22:39:00 GMT</pubDate>
      <subject>.NET Framework</subject>
      <GUID>http://www.codeproject.com/KB/dotnet/NDepend.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>My Version of the Ubiquitous Color Picker</title>
      <description>An article describing a color picker with independent control of seven variables and dynamically updating slider backgrounds.</description>
      <link>http://www.codeproject.com/KB/miscctrl/UbiquitousColorPicker.aspx</link>
      <author>Donald Wingate</author>
      <pubDate>Tue, 03 Nov 2009 21:30:00 GMT</pubDate>
      <subject>Miscellaneous</subject>
      <GUID>http://www.codeproject.com/KB/miscctrl/UbiquitousColorPicker.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Rewrite DirectoryInfo using IShellFolder</title>
      <description>This article describes how to uses IShellFolder to list special / virtual directories using C#</description>
      <link>http://www.codeproject.com/KB/files/DirectoryInfoEx.aspx</link>
      <author>Leung Yat Chun</author>
      <pubDate>Tue, 03 Nov 2009 21:04:00 GMT</pubDate>
      <subject>Files and Folders</subject>
      <GUID>http://www.codeproject.com/KB/files/DirectoryInfoEx.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Session, Cookie, Query String &amp; Cache Variables Unified </title>
      <description>A wrapper to work with the session, cookie, query string or cache in a unified, flexible and type safe manner while offering full support for Json serialization.</description>
      <link>http://www.codeproject.com/KB/aspnet/Univar.aspx</link>
      <author>lilzi</author>
      <pubDate>Tue, 03 Nov 2009 21:04:00 GMT</pubDate>
      <subject>ASP.NET</subject>
      <GUID>http://www.codeproject.com/KB/aspnet/Univar.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Customizable Text with Replacement Variables </title>
      <description>An article on how to use text template with replacement variables in VBA</description>
      <link>http://www.codeproject.com/KB/tips/vba_replacement_variable.aspx</link>
      <author>byapparov</author>
      <pubDate>Tue, 03 Nov 2009 20:57:00 GMT</pubDate>
      <subject>Programming Tips</subject>
      <GUID>http://www.codeproject.com/KB/tips/vba_replacement_variable.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Force.com Fundamentals - Learn How the Cloud Makes Developing Apps 5x Faster </title>
      <description>This is a great chance for you to become an expert at building applications in the cloud, and to add to your CV. There is a rapidly growing market for cloud applications, and the career opportunities for developers with the right skills are multiplying. Enhance your skills and stay on the leading ed</description>
      <link>http://www.codeproject.com/KB/showcase/Force_Fundamentals.aspx</link>
      <author>developer.force.com Team</author>
      <pubDate>Tue, 03 Nov 2009 16:51:00 GMT</pubDate>
      <subject>Product Showcase</subject>
      <GUID>http://www.codeproject.com/KB/showcase/Force_Fundamentals.aspx</GUID>
    </item>
  </channel>
</rss>