<?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 © CodeProject, 1999-2008</copyright>
    <webMaster>webmaster@codeproject.com</webMaster>
    <lastBuildDate>Mon, 01 Dec 2008 18:27:00 GMT</lastBuildDate>
    <ttl>20</ttl>
    <generator>C# Hand-coded goodness</generator>
    <item>
      <title>A Customized Window for MFC Applications</title>
      <description>This article is to basically explain how to create a customized drawn window for MFC applications.</description>
      <link>http://www.codeproject.com/KB/MFC/CustomWindow.aspx</link>
      <author>PrasadSRCSE</author>
      <category>C++</category>
      <category>Windows</category>
      <category>.NET 2.0</category>
      <category>.NET</category>
      <category>MFC</category>
      <category>Dev</category>
      <category>Beginner</category>
      <pubDate>Mon, 01 Dec 2008 19:14:00 GMT</pubDate>
      <subject>MFC</subject>
    </item>
    <item>
      <title>Office SharePoint Server 2007 Features </title>
      <description>Microsoft Office SharePoint Server 2007  is equipped with six key functional areas of features. These areas are 1.) Collaboration, 2.) Portal, 3.) Enterprise Search, 4.) Enterprise Content Management, 5.) Business Process and Forms, and 6.) Business Intelligence</description>
      <link>http://www.codeproject.com/KB/sharepoint/Office_SharePoint_Server.aspx</link>
      <author>Mohamed Faizal</author>
      <category>Office</category>
      <category>Windows</category>
      <category>Architect</category>
      <category>Beginner</category>
      <category>Intermediate</category>
      <category>Advanced</category>
      <pubDate>Mon, 01 Dec 2008 18:27:00 GMT</pubDate>
      <subject>SharePoint Server</subject>
    </item>
    <item>
      <title>jQuery Based Ajax.Net library</title>
      <description>jQuery Based Ajax.Net library</description>
      <link>http://www.codeproject.com/KB/ajax/jqueryajax.aspx</link>
      <author>gstolarov</author>
      <category>C#</category>
      <category>.NET</category>
      <category>Ajax</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Mon, 01 Dec 2008 17:23:00 GMT</pubDate>
      <subject>Ajax and Atlas</subject>
    </item>
    <item>
      <title>C# MP3 Sound Capturing/Recording Component</title>
      <description>A .NET component capturing WAVE or MP3 sound from a sound card. LAME used for MP3 compression.</description>
      <link>http://www.codeproject.com/KB/audio-video/Mp3SoundCapture.aspx</link>
      <author>Lukasz7362</author>
      <category>C# 3.0</category>
      <category>C#</category>
      <category>C# 2.0</category>
      <category>.NET 3.0</category>
      <category>Windows</category>
      <category>.NET</category>
      <category>.NET 3.5</category>
      <category>.NET 2.0</category>
      <category>Win2K</category>
      <category>WinXP</category>
      <category>Win2003</category>
      <category>Vista</category>
      <category>VS2008</category>
      <category>Win32</category>
      <category>DirectX</category>
      <category>Visual Studio</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Mon, 01 Dec 2008 16:57:00 GMT</pubDate>
      <subject>Audio and Video</subject>
    </item>
    <item>
      <title>Step by Step Creating a Vista Busy Cursor Like Silverlight Control</title>
      <description>From this article you can learn how to create a Vista busy cursor like Silverlight control step by step. </description>
      <link>http://www.codeproject.com/KB/silverlight/waitingIcon.aspx</link>
      <author>cokkiy</author>
      <category>C# 2.0</category>
      <category>C# 3.0</category>
      <category>C#</category>
      <category>C#</category>
      <category>.NET</category>
      <category>.NET 2.0</category>
      <category>.NET</category>
      <category>.NET 3.5</category>
      <category>.NET 3.0</category>
      <category>Silverlight</category>
      <category>Dev</category>
      <category>Design</category>
      <category>Beginner</category>
      <pubDate>Mon, 01 Dec 2008 16:39:00 GMT</pubDate>
      <subject>Silverlight</subject>
    </item>
    <item>
      <title>Optimizing a High-Performance Computing Tool</title>
      <description>A Research Engineer experiences unexpected slow-downs in his cutting-edge application. Find out what he did to speed-up his program. He learned some valuable lessons on the way. Read his story.</description>
      <link>http://www.codeproject.com/KB/showcase/Moonwalker.aspx</link>
      <author>Red Gate Software</author>
      <category>C#</category>
      <category>.NET</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Mon, 01 Dec 2008 16:27:00 GMT</pubDate>
      <subject>Product Showcase</subject>
    </item>
    <item>
      <title>Redact Sensitive Information within Scanned Documents using OCR and Pattern Recognition</title>
      <description>Learn how to find, redact, or replace text patterns you define after converting scanned images into searchable documents. Hide sensitive personal information like social security numbers and credit card numbers to protect privacy. Pegasus Imaging’s SDKs and this sample project show you how.</description>
      <link>http://www.codeproject.com/KB/showcase/Redact_OCR.aspx</link>
      <author>Greg Freeland, Tom Setzer</author>
      <category>C#</category>
      <category>Visual Studio</category>
      <category>Intermediate</category>
      <pubDate>Mon, 01 Dec 2008 15:52:00 GMT</pubDate>
      <subject>Product Showcase</subject>
    </item>
    <item>
      <title>Bresenham's Line Algorithm Revisited</title>
      <description>Revisiting Bresenham's Line Algorithm for iterative rendering using IEnumerable</description>
      <link>http://www.codeproject.com/KB/linq/bresenham_revisited.aspx</link>
      <author>Nick Vuono</author>
      <category>C# 3.0</category>
      <category>C#</category>
      <category>C#</category>
      <category>LINQ</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Mon, 01 Dec 2008 15:04:00 GMT</pubDate>
      <subject>LINQ</subject>
    </item>
    <item>
      <title>Step-by-Step SQL Mirroring the ASPState database</title>
      <description>SQL Mirroring made easy - setting up a mirror for a database</description>
      <link>http://www.codeproject.com/KB/session/sqlmirroring.aspx</link>
      <author>tban2003</author>
      <category>SQL 2005</category>
      <category>ASP.NET</category>
      <category>SQL Server</category>
      <category>SQL Server</category>
      <category>SysAdmin</category>
      <category>Architect</category>
      <category>DBA</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <category>Advanced</category>
      <pubDate>Mon, 01 Dec 2008 14:41:00 GMT</pubDate>
      <subject>Session State</subject>
    </item>
    <item>
      <title>Memory Leak Detection Using Windbg</title>
      <description>Detecting memory leaks using Windbg.</description>
      <link>http://www.codeproject.com/KB/cpp/MemoryLeak.aspx</link>
      <author>Mayank Rai</author>
      <category>VC6</category>
      <category>VC7</category>
      <category>VC7.1</category>
      <category>VC8.0</category>
      <category>C++</category>
      <category>C++/CLI</category>
      <category>C</category>
      <category>C++</category>
      <category>Windows</category>
      <category>Windows</category>
      <category>NT4</category>
      <category>WinXP</category>
      <category>Vista</category>
      <category>Win32</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Mon, 01 Dec 2008 13:42:00 GMT</pubDate>
      <subject>C / C++ Language</subject>
    </item>
    <item>
      <title>netTierGenerator</title>
      <description>3-tier application framework &amp; codogeneration tool - the way for rapid &amp; effective development.</description>
      <link>http://www.codeproject.com/KB/codegen/netTierGenerator.aspx</link>
      <author>Dmitry Zubrilin</author>
      <category>C# 1.0</category>
      <category>C# 2.0</category>
      <category>C# 3.0</category>
      <category>C#</category>
      <category>C#</category>
      <category>.NET</category>
      <category>.NET 2.0</category>
      <category>.NET</category>
      <category>.NET 3.5</category>
      <category>.NET 3.0</category>
      <category>CEO</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <category>Advanced</category>
      <pubDate>Mon, 01 Dec 2008 09:21:00 GMT</pubDate>
      <subject>Code Generation</subject>
    </item>
    <item>
      <title>UML Interview Questions Part 1</title>
      <description>UML Interview Questions Part 1</description>
      <link>http://www.codeproject.com/KB/aspnet/SoftArch5.aspx</link>
      <author>Shivprasad koirala</author>
      <category>UML</category>
      <category>Design</category>
      <category>Architect</category>
      <category>Intermediate</category>
      <pubDate>Mon, 01 Dec 2008 05:40:00 GMT</pubDate>
      <subject>ASP.NET</subject>
    </item>
    <item>
      <title>Play Wave file with DirectSound and display its spectrum in real time 2</title>
      <description>An article to show how to play a Wave file with DirectSound and display its spectrum in real time.</description>
      <link>http://www.codeproject.com/KB/audio-video/DirectSound_Spectrum2.aspx</link>
      <author>jacky_zz</author>
      <category>VC6</category>
      <category>VC7</category>
      <category>VC7.1</category>
      <category>VC8.0</category>
      <category>C++</category>
      <category>C++/CLI</category>
      <category>C</category>
      <category>C++</category>
      <category>Windows</category>
      <category>Windows</category>
      <category>Win2K</category>
      <category>WinXP</category>
      <category>Win2003</category>
      <category>Vista</category>
      <category>Win32</category>
      <category>GDI</category>
      <category>DirectX</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Mon, 01 Dec 2008 05:00:00 GMT</pubDate>
      <subject>Audio and Video</subject>
    </item>
    <item>
      <title>Making a C# screen saver</title>
      <description>Multiple monitor support, preview, and more</description>
      <link>http://www.codeproject.com/KB/cs/csharpscreensaver.aspx</link>
      <author>jacobjordan</author>
      <category>C#</category>
      <category>.NET</category>
      <category>.NET 2.0</category>
      <category>.NET 3.0</category>
      <category>.NET 3.5</category>
      <category>.NET</category>
      <category>Win32</category>
      <category>Visual Studio</category>
      <category>Intermediate</category>
      <category>Advanced</category>
      <pubDate>Mon, 01 Dec 2008 04:02:00 GMT</pubDate>
      <subject>C#</subject>
    </item>
    <item>
      <title>SQL 2005 Time Zone Conversion Functions</title>
      <description>How to create simple SQL time zone functions to use in queries.</description>
      <link>http://www.codeproject.com/KB/database/SQL2005_time_zones.aspx</link>
      <author>robertford</author>
      <category>SQL</category>
      <category>SQL Server</category>
      <category>DBA</category>
      <category>Dev</category>
      <category>Beginner</category>
      <pubDate>Mon, 01 Dec 2008 04:00:00 GMT</pubDate>
      <subject>Database</subject>
    </item>
    <item>
      <title>Wss List and Database Synchronization</title>
      <description>Synchronizing external data sources with SharePoint Lists</description>
      <link>http://www.codeproject.com/KB/sharepoint/WSSDatabaseSync.aspx</link>
      <author>Mark Nischalke</author>
      <category>C# 3.0</category>
      <category>C#</category>
      <category>XML</category>
      <category>C#</category>
      <category>Windows</category>
      <category>.NET</category>
      <category>Windows</category>
      <category>.NET</category>
      <category>.NET 3.5</category>
      <category>Win2003</category>
      <category>.NET 3.0</category>
      <category>ADO.NET</category>
      <category>LINQ</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Mon, 01 Dec 2008 01:50:00 GMT</pubDate>
      <subject>SharePoint Server</subject>
    </item>
    <item>
      <title>Efficient Software Development</title>
      <description>Describes theory of how software development can be simplified even for mission critical applications</description>
      <link>http://www.codeproject.com/KB/architecture/EfficientDevelopment.aspx</link>
      <author>mc_kappa</author>
      <category>Windows</category>
      <category>.NET</category>
      <category>Office</category>
      <category>Ajax</category>
      <category>Design</category>
      <category>CEO</category>
      <category>Architect</category>
      <category>DBA</category>
      <category>Dev</category>
      <category>Beginner</category>
      <category>Intermediate</category>
      <category>Advanced</category>
      <pubDate>Sun, 30 Nov 2008 23:42:00 GMT</pubDate>
      <subject>Design and Architecture</subject>
    </item>
    <item>
      <title>The Ultimate Toolbox - Updates and User Contributions</title>
      <description>Updates and User Contributions for the Ultimate Toolbox Libraries</description>
      <link>http://www.codeproject.com/KB/MFC/UltimateToolbox_UUC.aspx</link>
      <author>Jerry Evans, The Ultimate Toolbox</author>
      <category>VC6</category>
      <category>VC7</category>
      <category>VC7.1</category>
      <category>VC8.0</category>
      <category>C++</category>
      <category>C++</category>
      <category>Windows</category>
      <category>Windows</category>
      <category>NT4</category>
      <category>Win2K</category>
      <category>WinXP</category>
      <category>Win2003</category>
      <category>Win32</category>
      <category>MFC</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <pubDate>Sun, 30 Nov 2008 23:39:00 GMT</pubDate>
      <subject>MFC</subject>
    </item>
    <item>
      <title>Source Control for Visual Studio 2008: Trunks, Tags, and Branches - Part II</title>
      <description>Using SVN Source Control for Visual Studio 2008 on a Vista hobby machine.</description>
      <link>http://www.codeproject.com/KB/dotnet/VistaVisualSourceControl2.aspx</link>
      <author>Dave Leffler</author>
      <category>VS2008</category>
      <category>Visual Studio</category>
      <category>Visual Studio</category>
      <category>Dev</category>
      <category>Beginner</category>
      <category>Intermediate</category>
      <pubDate>Sun, 30 Nov 2008 23:35:00 GMT</pubDate>
      <subject>.NET Framework</subject>
    </item>
    <item>
      <title>Fluid IEnumerable_T_.Except()</title>
      <description>This article presents a solution to the problem of performing flexible Set exclusion (A-B) on an IEnumerable while maintaining a fluid programming style.</description>
      <link>http://www.codeproject.com/KB/linq/Fluid_Linq_Except.aspx</link>
      <author>handcraftsman</author>
      <category>C# 1.0</category>
      <category>C# 2.0</category>
      <category>C# 3.0</category>
      <category>C#</category>
      <category>C#</category>
      <category>LINQ</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <category>Advanced</category>
      <pubDate>Sun, 30 Nov 2008 23:22:00 GMT</pubDate>
      <subject>LINQ</subject>
    </item>
  </channel>
</rss>