<?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>Sat, 25 May 2013 09:23:35 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>Holidays and Business Date Calculations and translations</title>
      <description>Add and Subtract Business Days between Dates.  Calculate if Date is a Holiday</description>
      <link>http://www.codeproject.com/Articles/597900/Holidays-and-Business-Date-Calculations-and-transl</link>
      <author>Dan Van Fleet</author>
      <category>VB</category>
      <category>.NET</category>
      <category>Dev</category>
      <category>DateTime</category>
      <category>VB.NET</category>
      <pubDate>Sat, 25 May 2013 08:33:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/597900/Holidays-and-Business-Date-Calculations-and-transl</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>Sk. Razibul Islam</author>
      <category>C#</category>
      <category>Intermediate</category>
      <pubDate>Sat, 25 May 2013 07:10: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>QuickSearch (Unoffical Beta 4) </title>
      <description>QuickSearch</description>
      <link>http://www.codeproject.com/Articles/596298/QuickSearch-Unofficial-Beta-4</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>Sat, 25 May 2013 06:51:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/596298/QuickSearch-Unofficial-Beta-4</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>What is the difference between Reflection and dynamic keyword 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</link>
      <author>Shivprasad koirala</author>
      <category>C#4.0</category>
      <category>.NET4</category>
      <category>Interview</category>
      <category>questions</category>
      <category>reflection</category>
      <category>Dynamic</category>
      <pubDate>Sat, 25 May 2013 05:57:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/593881/What-is-the-difference-between</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>AProperties and Bindings outside of WPF Revisited</title>
      <description>AProperties and Bindings outside of WPF Revisited </description>
      <link>http://www.codeproject.com/Articles/595760/APropertiesplusandplusBindingsplusoutsideplusofplu</link>
      <author>Nick Polyak</author>
      <category>WPF</category>
      <pubDate>Fri, 24 May 2013 22:41:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/595760/APropertiesplusandplusBindingsplusoutsideplusofplu</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Liskov Substitution</title>
      <description>A view on the principle including possible solutions to the Rectangle/Square example, also explaining why it is not a good example for real programming situations and presenting a more realistic example that you may find while programming.</description>
      <link>http://www.codeproject.com/Articles/597870/Liskov-Substitution</link>
      <author>Paulo Zemek</author>
      <category>C#</category>
      <category>.NET</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>Beginner</category>
      <pubDate>Fri, 24 May 2013 20:56:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/597870/Liskov-Substitution</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>How to ensure proper dynamic library boundary crossing for objects using smart pointers' custom deleters</title>
      <description>Ensuring that objects allocated in one dynamic library are deleted by the same library has always been a challenge. Solutions prior to the advent of C++11 often make the usage of the library cumbersome. This is a solution using smart pointers' custom deleters.</description>
      <link>http://www.codeproject.com/Articles/594671/How-to-ensure-proper-dynamic-library-boundary-cros</link>
      <author>Philippe Cayouette, Sebastien Gibeau</author>
      <category>C++</category>
      <category>STL</category>
      <category>Intermediate</category>
      <category>DLL</category>
      <category>library</category>
      <pubDate>Fri, 24 May 2013 20:17:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/594671/How-to-ensure-proper-dynamic-library-boundary-cros</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Duck Typing with the Dynamic Keyword</title>
      <description>Don't do this at home.</description>
      <link>http://www.codeproject.com/Articles/597854/Duck-Typing-with-the-Dynamic-Keyword</link>
      <author>Marc Clifton</author>
      <category>C#</category>
      <category>.NET</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <category>.NET4</category>
      <category>.NET4.5</category>
      <pubDate>Fri, 24 May 2013 19:07:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/597854/Duck-Typing-with-the-Dynamic-Keyword</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Using Windows Event Viewer to debug crashes</title>
      <description>This article talks about using the Windows event viewer to get the actual crashed module and location of the crash in the code. The sample code is written in C++ to generate different types of crashes like access violation and stack overflow.</description>
      <link>http://www.codeproject.com/Articles/597856/Using-Windows-Event-Viewer-to-debug-crashes</link>
      <author>Nikhil Soman</author>
      <category>C++</category>
      <pubDate>Fri, 24 May 2013 19:05:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/597856/Using-Windows-Event-Viewer-to-debug-crashes</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Enterprise SPA (Single Page Applications)</title>
      <description>How do you write cross-platform line-of-business apps without hiring an army of developers to rewrite your code for multiple clients? This sample app shows a solution—in JavaScript.</description>
      <link>http://www.codeproject.com/Articles/596712/Enterprise-SPA-Single-Page-Applications</link>
      <author>johnlantz</author>
      <category>Javascript</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <category>Knockout.js</category>
      <pubDate>Fri, 24 May 2013 18:47:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/596712/Enterprise-SPA-Single-Page-Applications</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>fastJSON</title>
      <description>Smallest, fastest polymorphic JSON serializer (with Silverlight4 and MonoDroid support)</description>
      <link>http://www.codeproject.com/Articles/159450/fastJSON</link>
      <author>Mehdi Gholam</author>
      <category>C#</category>
      <category>.NET</category>
      <category>Intermediate</category>
      <category>Advanced</category>
      <pubDate>Fri, 24 May 2013 17:31:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/159450/fastJSON</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Implementation of Delegates in C++11</title>
      <description>This is an alternative for "Member Function Pointers and the Fastest Possible C++ Delegates"</description>
      <link>http://www.codeproject.com/Articles/384572/Implementation-of-Delegates-in-Cplusplus11</link>
      <author>Mikhail Semenov</author>
      <category>C++</category>
      <category>Dev</category>
      <category>Linux</category>
      <category>Intermediate</category>
      <category>GCC</category>
      <category>C++11</category>
      <pubDate>Fri, 24 May 2013 17:24:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/384572/Implementation-of-Delegates-in-Cplusplus11</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Hack around with PECL libs for PHP in Lubuntu</title>
      <description>Hack around with PECL libs for PHP in Lubuntu.</description>
      <link>http://www.codeproject.com/Articles/597824/Hack-around-with-PECL-libs-for-PHP-in-Lubuntu</link>
      <author>RizviHasan</author>
      <category>PHP</category>
      <pubDate>Fri, 24 May 2013 16:59:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/597824/Hack-around-with-PECL-libs-for-PHP-in-Lubuntu</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Have faith in your detective mind while dealing with php.ini and Apache2</title>
      <description>Stick to your detective mind no matter how complex the question becomes.</description>
      <link>http://www.codeproject.com/Articles/597825/Have-faith-in-your-detective-mi</link>
      <author>RizviHasan</author>
      <category>PHP</category>
      <pubDate>Fri, 24 May 2013 16:58:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/597825/Have-faith-in-your-detective-mi</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Use TinyMCE in ASP.NET Single Page Application (SPA) using Knockout</title>
      <description>CodeProjectIn one of our project, we were creating web site using Asp.Net single page application with knockout.js. We had to add TinyMCE html editor in one of my page. It took some time to make it work.  Add binding handler for tinyMce using knock out. Please see code below ko.bindingHandlers.tinym</description>
      <link>http://www.codeproject.com/Articles/597827/Use-TinyMCE-in-ASP-NET-Single-P</link>
      <author>Shakeel Iqbal</author>
      <category>Javascript</category>
      <category>HTML</category>
      <category>Ajax</category>
      <pubDate>Fri, 24 May 2013 16:57:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/597827/Use-TinyMCE-in-ASP-NET-Single-P</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Mobile Browser for PC</title>
      <description>This is a simple mobile web browser for PC, to view mobile web sites in PC( Windows).</description>
      <link>http://www.codeproject.com/Articles/597316/Mobile-Browser-for-PC</link>
      <author>Sumeet Kumar G</author>
      <category>C#3.0</category>
      <category>.NET3.5</category>
      <category>C#</category>
      <category>Windows</category>
      <category>.NET</category>
      <category>Win32</category>
      <category>Visual-Studio</category>
      <category>WPF</category>
      <category>Beginner</category>
      <category>C#4.0</category>
      <category>VS2010</category>
      <category>.NET4</category>
      <category>Browser</category>
      <pubDate>Fri, 24 May 2013 16:54:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/597316/Mobile-Browser-for-PC</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Using Shape class to display and scale graphics in XNA, WPXNA (3)</title>
      <description>Using Shape class to display and scale graphics in XNA, WPXNA (3).</description>
      <link>http://www.codeproject.com/Articles/597821/Using-Shape-class-to-display-an</link>
      <author>zoyobar</author>
      <category>C++</category>
      <category>Windows</category>
      <category>DirectX</category>
      <pubDate>Fri, 24 May 2013 16:53:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/597821/Using-Shape-class-to-display-an</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Technical Debt: In an Agile World</title>
      <description>What do we do about technical debt? How does it fit within Agile? Does Agile eliminate or encourage technical debt?</description>
      <link>http://www.codeproject.com/Articles/597822/TechnicalplusDebt-3aplusInplusanplusAgileplusWorld</link>
      <author>Zac Gery</author>
      <category>Architect</category>
      <pubDate>Fri, 24 May 2013 16:48:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/597822/TechnicalplusDebt-3aplusInplusanplusAgileplusWorld</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Simple shell script to kill an application</title>
      <description>Simple shell script to kill an application.</description>
      <link>http://www.codeproject.com/Articles/597826/Simpleplusshellplusscriptplustopluskillplusanplusa</link>
      <author>RizviHasan</author>
      <category>Windows</category>
      <pubDate>Fri, 24 May 2013 16:46:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/597826/Simpleplusshellplusscriptplustopluskillplusanplusa</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Why Test Driven Development?</title>
      <description>If you don't use TDD, you need to at least try it.</description>
      <link>http://www.codeproject.com/Articles/597823/WhyplusTestplusDrivenplusDevelopment-3f</link>
      <author>S Leistikow</author>
      <category>Dev</category>
      <pubDate>Fri, 24 May 2013 16:44:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/597823/WhyplusTestplusDrivenplusDevelopment-3f</guid>
    </item>
  </channel>
</rss>