<?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-2010</copyright>
    <webMaster>webmaster@codeproject.com</webMaster>
    <lastBuildDate>Wed, 10 Feb 2010 01:50:00 GMT</lastBuildDate>
    <ttl>20</ttl>
    <generator>C# Hand-coded goodness</generator>
    <item xsi:type="article">
      <title>Implementing a Basic Camera Model (Pinhole) II</title>
      <description>Extending the camera class and creating first animations</description>
      <link>http://www.codeproject.com/KB/graphics/camera2.aspx</link>
      <author>andalmeida</author>
      <pubDate>Wed, 10 Feb 2010 02:15:00 GMT</pubDate>
      <subject>General Graphics</subject>
      <GUID>http://www.codeproject.com/KB/graphics/camera2.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Windows FTP Application</title>
      <description>A Fully Functional FTP Application for most Windows Systems, inculding a Windows 7 Specific built, which addresses and uses the new features found in Windows 7!</description>
      <link>http://www.codeproject.com/KB/IP/win7ftp.aspx</link>
      <author>Pathachiever</author>
      <pubDate>Wed, 10 Feb 2010 01:50:00 GMT</pubDate>
      <subject>Internet / Network</subject>
      <GUID>http://www.codeproject.com/KB/IP/win7ftp.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Perfect Semi-transparent &amp; Shaped Dialogs with Standard, ActiveX, and Translucent Controls for Windows 2000+</title>
      <description>This article tries to find a way to show standard controls, ActiveX controls, translucent controls on layered windows. Native MFC source code provided.</description>
      <link>http://www.codeproject.com/KB/dialog/PerfectTranlucentDlg.aspx</link>
      <author>D.K.Wang</author>
      <pubDate>Wed, 10 Feb 2010 00:33:00 GMT</pubDate>
      <subject>Dialogs and Windows</subject>
      <GUID>http://www.codeproject.com/KB/dialog/PerfectTranlucentDlg.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Defining WPF Adorners in XAML</title>
      <description>Examines a custom class that allows adorners to be defined in XAML</description>
      <link>http://www.codeproject.com/KB/WPF/adornedcontrol.aspx</link>
      <author>Ashley Davis</author>
      <pubDate>Wed, 10 Feb 2010 00:19:00 GMT</pubDate>
      <subject>Windows Presentation Foundation</subject>
      <GUID>http://www.codeproject.com/KB/WPF/adornedcontrol.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Reflection in .NET</title>
      <description>.NET Framework’s Reflection API allows you to fetch Type (Assembly) information at runtime.</description>
      <link>http://www.codeproject.com/KB/dotnet/Reflection.aspx</link>
      <author>keesari_anjaiah</author>
      <pubDate>Tue, 09 Feb 2010 22:39:00 GMT</pubDate>
      <subject>.NET Framework</subject>
      <GUID>http://www.codeproject.com/KB/dotnet/Reflection.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>.NET Resource (.resx file) Translator</title>
      <description>A .NET resource (.resx file) translator. English to any other language.</description>
      <link>http://www.codeproject.com/KB/locale/DotNet_Resx_Translator.aspx</link>
      <author>Kumar, Ravikant India Bangalore</author>
      <pubDate>Tue, 09 Feb 2010 21:31:00 GMT</pubDate>
      <subject>Localisation</subject>
      <GUID>http://www.codeproject.com/KB/locale/DotNet_Resx_Translator.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Silverlight and WPF Behaviours and Triggers - Understanding, Exploring And Developing Interactivity using C#, Visual Studio and Blend</title>
      <description>A good starting guide for Understanding, Exploring And Developing Silverlight and WPF Behaviors and Triggers - Using C#, Visual Studio and Blend</description>
      <link>http://www.codeproject.com/KB/silverlight/behavioursandtriggers.aspx</link>
      <author>Anoop Madhusudanan</author>
      <pubDate>Tue, 09 Feb 2010 19:33:00 GMT</pubDate>
      <subject>Silverlight</subject>
      <GUID>http://www.codeproject.com/KB/silverlight/behavioursandtriggers.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>using ADO.NET skill to operate the database</title>
      <description>that is simply to use ADO.NET in C#</description>
      <link>http://www.codeproject.com/KB/aspnet/SQLDB.aspx</link>
      <author>caramels</author>
      <pubDate>Tue, 09 Feb 2010 19:31:00 GMT</pubDate>
      <subject>ASP.NET</subject>
      <GUID>http://www.codeproject.com/KB/aspnet/SQLDB.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>MediaSlider an alternative to the trackbar control - v1.2</title>
      <description>A fully featured animated trackbar control</description>
      <link>http://www.codeproject.com/KB/progress/MediaSlider.aspx</link>
      <author>Steppenwolfe</author>
      <pubDate>Tue, 09 Feb 2010 18:01:00 GMT</pubDate>
      <subject>Progress Controls</subject>
      <GUID>http://www.codeproject.com/KB/progress/MediaSlider.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Performing a SAML Post with C#</title>
      <description>Code performing a SAML Post which can be used for Single Sign On applications.</description>
      <link>http://www.codeproject.com/KB/aspnet/DotNetSamlPost.aspx</link>
      <author>David W Speight</author>
      <pubDate>Tue, 09 Feb 2010 16:54:00 GMT</pubDate>
      <subject>ASP.NET</subject>
      <GUID>http://www.codeproject.com/KB/aspnet/DotNetSamlPost.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>How to Design Effiecient and Attractive Mobile PIM Data List</title>
      <description>Despite the advances in mobile computing, the primary functions of a mobile device are — besides other activities — communication and calendaring. These essential needs are on the Windows Mobile platform provided by the Pocket Outlook family of applications, such as Messaging and Calendar.</description>
      <link>http://www.codeproject.com/KB/showcase/Mobile_PIM_Data_List.aspx</link>
      <author>Resco Developer Tools</author>
      <pubDate>Tue, 09 Feb 2010 16:03:00 GMT</pubDate>
      <subject>Product Showcase</subject>
      <GUID>http://www.codeproject.com/KB/showcase/Mobile_PIM_Data_List.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>A Fast and Easy to Use AES Library</title>
      <description>A fast and easy to use AES library.</description>
      <link>http://www.codeproject.com/KB/library/EFAESLIB.aspx</link>
      <author>robertguan</author>
      <pubDate>Tue, 09 Feb 2010 15:36:00 GMT</pubDate>
      <subject>Libraries</subject>
      <GUID>http://www.codeproject.com/KB/library/EFAESLIB.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Tabbed ActiveX control modified</title>
      <description>A Property Sheet as an ActiveX control</description>
      <link>http://www.codeproject.com/KB/tabs/TabbedAtxMod.aspx</link>
      <author>Habeeballah Hasnoddin</author>
      <pubDate>Tue, 09 Feb 2010 14:56:00 GMT</pubDate>
      <subject>Tabs &amp; Property Pages</subject>
      <GUID>http://www.codeproject.com/KB/tabs/TabbedAtxMod.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>nxAjax - An Ajax Library</title>
      <description>nxAjax is a .Net easy use Ajax Framework </description>
      <link>http://www.codeproject.com/KB/ajax/nxajaxlibrary.aspx</link>
      <author>Fernando Escolar</author>
      <pubDate>Tue, 09 Feb 2010 11:13:00 GMT</pubDate>
      <subject>Ajax and Atlas</subject>
      <GUID>http://www.codeproject.com/KB/ajax/nxajaxlibrary.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>2D Drawing with an OpenGL Control</title>
      <description>An article explaning how to create a user control for 2D shape drawing with OpenGL</description>
      <link>http://www.codeproject.com/KB/openGL/GLView.aspx</link>
      <author>Ozgur Ozcitak</author>
      <pubDate>Tue, 09 Feb 2010 00:26:00 GMT</pubDate>
      <subject>OpenGL</subject>
      <GUID>http://www.codeproject.com/KB/openGL/GLView.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Multithreading, Delegates, and Custom Events</title>
      <description>Tie it all together and not lose your mind in the process</description>
      <link>http://www.codeproject.com/KB/threads/MultithreadDelegate.aspx</link>
      <author>John Simmons / outlaw programmer</author>
      <pubDate>Mon, 08 Feb 2010 23:44:00 GMT</pubDate>
      <subject>Threads, Processes &amp; IPC</subject>
      <GUID>http://www.codeproject.com/KB/threads/MultithreadDelegate.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>ZoomSliderVSX -Visual Studio Extension (VSX) 2010</title>
      <description>Scrollable Zooming Extension for VS 2010</description>
      <link>http://www.codeproject.com/KB/macros/ZoomSliderVSX.aspx</link>
      <author>Abhijit Jana</author>
      <pubDate>Mon, 08 Feb 2010 21:45:00 GMT</pubDate>
      <subject>Macros and Add-ins</subject>
      <GUID>http://www.codeproject.com/KB/macros/ZoomSliderVSX.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>A Comprehensive Look at Concurrency through the OpenMP API</title>
      <description>The purpose of this article is to provide a framework to help achieve concurrency by using OpenMP.</description>
      <link>http://www.codeproject.com/KB/cpp/Parallelism.aspx</link>
      <author>logicchild</author>
      <pubDate>Mon, 08 Feb 2010 21:09:00 GMT</pubDate>
      <subject>C / C++ Language</subject>
      <GUID>http://www.codeproject.com/KB/cpp/Parallelism.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Design Patterns Part 2 - The Factory Pattern</title>
      <description>The second part in WebBiscuit's design pattern series, this one examining the factory pattern.  We look at an example of coping with ever-changing requirements by programming to interfaces and allowing the factory pattern to decide on the implementation.</description>
      <link>http://www.codeproject.com/KB/architecture/designpatterns-factory.aspx</link>
      <author>WebBiscuit</author>
      <pubDate>Mon, 08 Feb 2010 19:31:00 GMT</pubDate>
      <subject>Design and Architecture</subject>
      <GUID>http://www.codeproject.com/KB/architecture/designpatterns-factory.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Load Any Object From Most Any Database</title>
      <description>Building An O/R Mapper Step 1</description>
      <link>http://www.codeproject.com/KB/cs/ORMStep1.aspx</link>
      <author>Alaric Dailey</author>
      <pubDate>Mon, 08 Feb 2010 17:40:00 GMT</pubDate>
      <subject>C#</subject>
      <GUID>http://www.codeproject.com/KB/cs/ORMStep1.aspx</GUID>
    </item>
  </channel>
</rss>