<?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>Mon, 20 May 2013 05:14:16 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>.NET Framework Cultures with Culture Specific Formats and Mapping with SQL Server Language</title>
      <description>.NET Framework Cultures with Culture Specific Formats and Mapping with SQL Server Language.  CultureInfo, DateFormat, Number Format, Currency Format, Percent Format, Infinity Format etc.</description>
      <link>http://www.codeproject.com/Articles/586099/NET-Framework-Cultures-with-Formats-SQL-Mapping</link>
      <author>Shemeer NS</author>
      <category>.NET1.0</category>
      <category>.NET2.0</category>
      <category>.NET3.0</category>
      <category>.NET3.5</category>
      <category>C#</category>
      <category>VB</category>
      <category>SQL</category>
      <category>.NET</category>
      <category>Dev</category>
      <category>Beginner</category>
      <category>Intermediate</category>
      <category>Advanced</category>
      <category>VB.NET</category>
      <category>.NET4</category>
      <category>.NET4.5</category>
      <pubDate>Sun, 19 May 2013 14:57:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/586099/NET-Framework-Cultures-with-Formats-SQL-Mapping</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>.NET Framework Cultures with Culture Specific Formats and Mapping with SQL Server Language-Utility</title>
      <description>Utility for .NET Framework Cultures with Culture Specific Formats and Mapping with SQL Server Language. CultureInfo, DateFormat, Number Format, Currency Format, Percent Format, Infinity Format etc.</description>
      <link>http://www.codeproject.com/Articles/595050/NET-Framework-Cultures-with-Formats-SQL-Utility</link>
      <author>Shemeer NS</author>
      <category>C#</category>
      <category>SQL</category>
      <category>.NET</category>
      <category>Intermediate</category>
      <category>VB.NET</category>
      <pubDate>Sun, 19 May 2013 14:34:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/595050/NET-Framework-Cultures-with-Formats-SQL-Utility</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Another Generic State Machine</title>
      <description> A basic yet generic state machine implementation</description>
      <link>http://www.codeproject.com/Tips/591583/Another-Generic-State-Machine</link>
      <author>Yossi Yaari</author>
      <category>.NET2.0</category>
      <category>Mono</category>
      <category>DotGNU</category>
      <category>C#2.0</category>
      <category>.NET3.0</category>
      <category>C#3.0</category>
      <category>.NET3.5</category>
      <category>Dev</category>
      <category>Design</category>
      <category>Intermediate</category>
      <category>C#4.0</category>
      <category>Patterns</category>
      <category>.NET4</category>
      <category>.NET4.5</category>
      <pubDate>Sun, 19 May 2013 12:49:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Tips/591583/Another-Generic-State-Machine</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Mocking Event Handlers</title>
      <description>A solution for monitoring Events called during test.</description>
      <link>http://www.codeproject.com/Tips/591564/Mocking-Event-Handlers</link>
      <author>Yossi Yaari</author>
      <category>.NET2.0</category>
      <category>Mono</category>
      <category>DotGNU</category>
      <category>C#2.0</category>
      <category>.NET3.0</category>
      <category>C#3.0</category>
      <category>.NET3.5</category>
      <category>Dev</category>
      <category>Intermediate</category>
      <category>C#4.0</category>
      <category>.NET4</category>
      <category>UnitTesting</category>
      <category>.NET4.5</category>
      <pubDate>Sun, 19 May 2013 10:57:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Tips/591564/Mocking-Event-Handlers</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>GZIP Compression Java vs .NET</title>
      <description>This article is comparing the GZIP compression facility provided by Java and .NET</description>
      <link>http://www.codeproject.com/Tips/594887/GZIP-Compression-Java-vs-NET</link>
      <author>abhishek_jmk</author>
      <category>C#</category>
      <category>Java</category>
      <category>.NET</category>
      <category>Compression</category>
      <pubDate>Sun, 19 May 2013 09:39:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Tips/594887/GZIP-Compression-Java-vs-NET</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Real Time Commenting Using SignalR and XSLT</title>
      <description>How to make a real time commenting feature using SignalR.</description>
      <link>http://www.codeproject.com/Articles/548549/Real-Time-Commenting-Using-SignalR-and-XSLT</link>
      <author>Amir Jalilifard</author>
      <category>C#</category>
      <category>ASP.NET</category>
      <category>XML</category>
      <category>.NET</category>
      <category>Dev</category>
      <category>XSLT</category>
      <category>Ajax</category>
      <category>Advanced</category>
      <category>jQuery</category>
      <category>javscript</category>
      <pubDate>Sun, 19 May 2013 09:36:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/548549/Real-Time-Commenting-Using-SignalR-and-XSLT</guid>
    </item>
    <item d3p1:type="item" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">
      <title>Visual Studio 2012 and .NET 4.5 Expert Development Cookbook : A Review</title>
      <description />
      <link>http://www.codeproject.com/Articles/588155/Visual-Studio-2012-and-NET-4-5-Expert-Development</link>
      <author>Brij</author>
      <category>C#</category>
      <category>ASP.NET</category>
      <category>.NET</category>
      <category>WPF</category>
      <category>.NET4.5</category>
      <pubDate>Sun, 19 May 2013 09:32:00 GMT</pubDate>
      <subject />
      <guid>http://www.codeproject.com/Articles/588155/Visual-Studio-2012-and-NET-4-5-Expert-Development</guid>
    </item>
  </channel>
</rss>