<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>CodeProject Latest Articles</title>
    <link>http://www.codeproject.com</link>
    <description>Latest Articles from CodeProject</description>
    <language>en-us</language>
    <image>
      <title>CodeProject Latest Articles</title>
      <url>http://www.codeproject.com/App_Themes/Std/Img/logo100x30.gif</url>
      <link>http://www.codeproject.com</link>
      <width>100</width>
      <height>30</height>
      <description>CodeProject</description>
    </image>
    <copyright>Copyright  CodeProject, 1999-2013</copyright>
    <webMaster>Webmaster@codeproject.com (Webmaster)</webMaster>
    <lastBuildDate>Wed, 22 May 2013 17:27:36 GMT</lastBuildDate>
    <ttl>20</ttl>
    <generator>C# Hand-coded goodness</generator>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Object Relational Mapping (ORM) using NHibernate - Part 5A of 8 - Coding Many-to-Many Entity Associations</title>
      <description>A full series of eight part articles to show One-To-One, Many-To-One, Many-To-Many associations mapping using NHibernate, using collections with NHibernate, Inheritance Relationships using NHibernate, Lazy Initializations/Fetches using NHibernate.</description>
      <link>http://www.codeproject.com/Articles/476295/Object-Relational-Mapping-ORM-u</link>
      <author>Anand Lakshminarasimhan</author>
      <category>NHibernate</category>
      <pubDate>Wed, 22 May 2013 16:43:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/476295/Object-Relational-Mapping-ORM-u</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>IDataReader implementation + SqlBulkCopy</title>
      <description>IDataReader implementation illustrated with SqlBulkCopy class usage</description>
      <link>http://www.codeproject.com/Articles/228332/IDataReader-implementation-plus-SqlBulkCopy</link>
      <author>cesar_boucas</author>
      <category>C#</category>
      <category>.NET</category>
      <category>SQL-Server</category>
      <category>Visual-Studio</category>
      <category>Intermediate</category>
      <category>C#3.5</category>
      <pubDate>Wed, 22 May 2013 16:42:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/228332/IDataReader-implementation-plus-SqlBulkCopy</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>A Coder Interview With Daniel Godson</title>
      <description>Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Daniel Godson (aka .dan.g., aka AbstractSpoon), author of perhaps the most popular article on CodeProject: ToDoList.</description>
      <link>http://www.codeproject.com/Articles/596720/A-Coder-Interview-With-Daniel-Godson</link>
      <author>CodeProject, .dan.g.</author>
      <category>All-Topics</category>
      <pubDate>Wed, 22 May 2013 16:22:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/596720/A-Coder-Interview-With-Daniel-Godson</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>How to build an Instagram-like photo sharing app with HTML5</title>
      <description>How to build an Instagram-like photo sharing app with HTML5</description>
      <link>http://www.codeproject.com/Articles/596700/How-to-build-an-Instagram-like-photo-sharing-app-w</link>
      <author>HTML5 Partners</author>
      <category>HTML5</category>
      <pubDate>Wed, 22 May 2013 16:20:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/596700/How-to-build-an-Instagram-like-photo-sharing-app-w</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Modeling Supertypes and Subtypes: Part 2</title>
      <description>Conceptual and logical designs.</description>
      <link>http://www.codeproject.com/Articles/596175/Modeling-Supertypes-and-Subtypes-Part-2</link>
      <author>Scott Burkow</author>
      <category>ER/Studio</category>
      <category>BPMN</category>
      <pubDate>Wed, 22 May 2013 16:08:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/596175/Modeling-Supertypes-and-Subtypes-Part-2</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>ReversiEight - A Windows 8 Reversi Game</title>
      <description>Describes the development of a Windows 8 Reversi game, covering the topics of UI design, the minimax algorithm and an interesting use for Linq.</description>
      <link>http://www.codeproject.com/Articles/594188/ReversiEight-A-Windows-8-Reversi-Game</link>
      <author>Colin Eberhardt</author>
      <category>C#</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <category>MVVM</category>
      <pubDate>Wed, 22 May 2013 15:44:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/594188/ReversiEight-A-Windows-8-Reversi-Game</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>SQL Server Compact (CE) Database Maintenace Helper</title>
      <description>A small .NET class library for maintaining SQL CE database schema written in C#.</description>
      <link>http://www.codeproject.com/Articles/585820/SQL-Server-CE-Database-Maintenace-Helper</link>
      <author>Tadeusz Kaliszewski</author>
      <category>SQL-CE</category>
      <category>C#3.0</category>
      <category>C#</category>
      <category>XML</category>
      <category>SQL</category>
      <category>Windows</category>
      <category>.NET</category>
      <category>SQL-Server</category>
      <category>Architect</category>
      <category>DBA</category>
      <category>Dev</category>
      <category>ADO.NET</category>
      <category>Design</category>
      <category>.NET4</category>
      <pubDate>Wed, 22 May 2013 14:54:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/585820/SQL-Server-CE-Database-Maintenace-Helper</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>kLib: Fast, Small, and Easy</title>
      <description>kLib: A small library to make DOM operations very easy.</description>
      <link>http://www.codeproject.com/Articles/596293/kLib-Fast-Small-and-Easy</link>
      <author>Anshu Krishna</author>
      <category>Javascript</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <category>Advanced</category>
      <pubDate>Wed, 22 May 2013 14:53:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/596293/kLib-Fast-Small-and-Easy</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>How to make a mouse randomizer prank</title>
      <description>Tutorial: Make a simple prank which randomizes the user's mouse position depending on settings</description>
      <link>http://www.codeproject.com/Articles/596248/How-to-make-a-mouse-randomizer-prank</link>
      <author>Anatoly Tverdovsky</author>
      <category>C#</category>
      <category>Windows</category>
      <category>Beginner</category>
      <category>Humor</category>
      <pubDate>Wed, 22 May 2013 14:49:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/596248/How-to-make-a-mouse-randomizer-prank</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Creating a shortcut programmatically in C++</title>
      <description>This illustrate how to create shortcut to objects (both file and non-file like printers, folders, files. Drives, etc) in Win32 C++</description>
      <link>http://www.codeproject.com/Articles/596642/Creating-a-shortcut-programmatically-in-Cplusplus</link>
      <author>Oso Oluwafemi Ebenezer</author>
      <category>C++</category>
      <category>Windows</category>
      <category>COM</category>
      <pubDate>Wed, 22 May 2013 14:46:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/596642/Creating-a-shortcut-programmatically-in-Cplusplus</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Create Dynamic Controls from Code Behind and Validate It through JavaScript</title>
      <description>Dynamically creating controls and validating in JavaScript</description>
      <link>http://www.codeproject.com/Tips/596654/Create-Dynamic-Controls-from-Code-Behind-and-Valid</link>
      <author>nandakishoreroyal</author>
      <category>C#</category>
      <category>ASP.NET</category>
      <category>Javascript</category>
      <pubDate>Wed, 22 May 2013 14:40:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Tips/596654/Create-Dynamic-Controls-from-Code-Behind-and-Valid</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>QuickSearch (Unoffical Beta) </title>
      <description>QuickSeach</description>
      <link>http://www.codeproject.com/Tips/596298/QuickSearch-Unoffical-Beta</link>
      <author>ThomasHurlburt</author>
      <category>TabletPC</category>
      <category>C#</category>
      <category>Windows</category>
      <category>Intermediate</category>
      <category>Advanced</category>
      <category>All-Topics</category>
      <category>Win7</category>
      <pubDate>Wed, 22 May 2013 14:26:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Tips/596298/QuickSearch-Unoffical-Beta</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>How to encrypt or decrypt your application's password</title>
      <description>Using this code, you can encrypt the plain text and stored into database and again decrypt the password.</description>
      <link>http://www.codeproject.com/Tips/596587/How-to-encrypt-or-decrypt-your-applications-passwo</link>
      <author>Razibul Islam</author>
      <category>C#</category>
      <category>Intermediate</category>
      <pubDate>Wed, 22 May 2013 13:25:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Tips/596587/How-to-encrypt-or-decrypt-your-applications-passwo</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Get Duration Between Two Dates in Years, Months, Days, and Hours using SQL Server</title>
      <description>Get duration between two dates in years, months, days, and hours using SQL Server</description>
      <link>http://www.codeproject.com/Tips/519083/Get-Duration-Between-Two-Dates-in-Years-Months-Day</link>
      <author>Aarti Meswania</author>
      <category>SQL2000</category>
      <category>SQL2005</category>
      <category>SQL</category>
      <category>SQL-Server</category>
      <pubDate>Wed, 22 May 2013 12:24:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Tips/519083/Get-Duration-Between-Two-Dates-in-Years-Months-Day</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Use XNA in Sliverlight, WPXNA (1)</title>
      <description>The original:    http://www.wpgamer.info/2013/05/use-xna-in-sliverlight-wpxna-1.html    Introduction/Catalog  I has developed some games on Windows Phone. Here, I'll share my experiences and gradually to upload some classes, no good name, I just call it WPXNA. (Some example code may not be stringent</description>
      <link>http://www.codeproject.com/Articles/596464/UseplusXNAplusinplusSliverlight-2cplusWPXNAplus-1</link>
      <author>zoyobar</author>
      <category>C#</category>
      <category>Mobile</category>
      <category>Dev</category>
      <category>Beginner</category>
      <category>Silverlight</category>
      <category>Game</category>
      <category>Windows-Phone-7</category>
      <category>XNA</category>
      <pubDate>Wed, 22 May 2013 12:11:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/596464/UseplusXNAplusinplusSliverlight-2cplusWPXNAplus-1</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>What is the difference between Reflection and Dynamic in C#?</title>
      <description>In this article we will try to understand two terminologies reflection and dynamic keyword.  Many of the developers get confused between them because both of them help us to do dynamic invocation. </description>
      <link>http://www.codeproject.com/Articles/593881/What-is-the-difference-between-Reflection-and-Dyna</link>
      <author>Shivprasad koirala</author>
      <category>C#</category>
      <category>.NET</category>
      <category>C#4.0</category>
      <category>.NET4</category>
      <category>Interview</category>
      <category>questions</category>
      <category>reflection</category>
      <category>Dynamic</category>
      <pubDate>Wed, 22 May 2013 11:45:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/593881/What-is-the-difference-between-Reflection-and-Dyna</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>The Culture of VB versus the Culture of C#</title>
      <description>This article describes the cultures of VB and C#.</description>
      <link>http://www.codeproject.com/Articles/594678/The-Culture-of-VB-versus-the-Culture-of-Csharp</link>
      <author>BBGq</author>
      <category>C#</category>
      <category>VB</category>
      <category>.NET</category>
      <category>VB.NET</category>
      <category>programming</category>
      <category>Language</category>
      <category>Languages</category>
      <category>Culture</category>
      <pubDate>Wed, 22 May 2013 10:33:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/594678/The-Culture-of-VB-versus-the-Culture-of-Csharp</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Handling Ajax Errors in ASP.NET</title>
      <description>How to handle Ajax errors in ASP.NET</description>
      <link>http://www.codeproject.com/Articles/594776/Handling-Ajax-Errors-in-ASP-NET</link>
      <author>n.podbielski</author>
      <category>ASP.NET</category>
      <category>Javascript</category>
      <category>CSS</category>
      <category>HTML</category>
      <category>Architect</category>
      <pubDate>Wed, 22 May 2013 08:31:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/594776/Handling-Ajax-Errors-in-ASP-NET</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>How to manage controller/action not found in ASP.NET MVC</title>
      <description>Manage controller/action not found in ASP.NET MVC</description>
      <link>http://www.codeproject.com/Tips/596322/How-to-manage-controller-action-not-found-in-ASP-N</link>
      <author>julitogtu</author>
      <category>ASP.NET</category>
      <category>Beginner</category>
      <category>MVC</category>
      <category>MVC4</category>
      <pubDate>Wed, 22 May 2013 08:29:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Tips/596322/How-to-manage-controller-action-not-found-in-ASP-N</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>DragonSharq Web Browser: Safe Browsing / Source Viewing</title>
      <description>Point DragonSharq at a web site to view its source as text and list response headers.</description>
      <link>http://www.codeproject.com/Articles/594154/DragonSharq-Web-Browser-Safe-Browsing-Source-Viewi</link>
      <author>newton.saber</author>
      <category>C#</category>
      <category>Javascript</category>
      <category>Windows</category>
      <category>HTML</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>QA</category>
      <category>Beginner</category>
      <category>Intermediate</category>
      <category>web-cache</category>
      <category>web-image</category>
      <category>web-security</category>
      <pubDate>Wed, 22 May 2013 04:24:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/594154/DragonSharq-Web-Browser-Safe-Browsing-Source-Viewi</guid>
    </item>
  </channel>
</rss>