<?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>Fri, 05 Feb 2010 23:39:00 GMT</lastBuildDate>
    <ttl>20</ttl>
    <generator>C# Hand-coded goodness</generator>
    <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>
      <category>C#</category>
      <category>.NET (.NET2.0</category>
      <category>.NET3.0</category>
      <category>.NET3.5</category>
      <category>.NET4.0)</category>
      <category>SQL-Server</category>
      <category>ADO.NET</category>
      <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>Event-Driven Architecture in the Clouds with Windows Azure</title>
      <description>To demonstrate Azure and EDA, this article will show you how to build a flight delay management system for all US airports in clouds with Windows Azure.</description>
      <link>http://www.codeproject.com/KB/silverlight/EDA_InTheClouds.aspx</link>
      <author>John Mokkosian-Kane, Daniel Hsu</author>
      <category>C#</category>
      <category>Silverlight</category>
      <category>SQL2008</category>
      <category>VS2010</category>
      <category>Dev</category>
      <pubDate>Fri, 05 Feb 2010 23:39:00 GMT</pubDate>
      <subject>Silverlight</subject>
      <GUID>http://www.codeproject.com/KB/silverlight/EDA_InTheClouds.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Creating newid for PostgreSQL</title>
      <description>Generating uuids in postgres without uuid ossp</description>
      <link>http://www.codeproject.com/KB/database/newidForPostgreSQL.aspx</link>
      <author>Alaric Dailey</author>
      <category>SQL</category>
      <category>DBA</category>
      <category>Dev</category>
      <pubDate>Thu, 04 Feb 2010 19:10:00 GMT</pubDate>
      <subject>Database</subject>
      <GUID>http://www.codeproject.com/KB/database/newidForPostgreSQL.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Microsoft Enterprise Library Data Access Block [DAAB] on Oracle Provider [ODP.NET]</title>
      <description>Microsoft Enterprise Library Data Access Block [DAAB] on Oracle Provider [ODP.NET]</description>
      <link>http://www.codeproject.com/KB/database/DAAB_On_ODPNet.aspx</link>
      <author>Rain Man Alex</author>
      <category>C#2.0</category>
      <category>Windows</category>
      <category>.NET2.0VS2005</category>
      <category>DBA</category>
      <category>Dev</category>
      <pubDate>Thu, 04 Feb 2010 18:57:00 GMT</pubDate>
      <subject>Database</subject>
      <GUID>http://www.codeproject.com/KB/database/DAAB_On_ODPNet.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>SQL Query Optimization FAQ Part 1 (The SQL Plan)</title>
      <description>SQL Query Optimization FAQ Part 1 (The SQL Plan)</description>
      <link>http://www.codeproject.com/KB/database/SQLQueryOptimizationFAQ1.aspx</link>
      <author>Shivprasad koirala</author>
      <category>SQL</category>
      <category>.NET (.NET1.0</category>
      <category>.NET1.1</category>
      <category>.NET2.0</category>
      <category>.NET3.0</category>
      <category>.NET3.5</category>
      <category>.NET4.0)</category>
      <category>SQL-Server (SQL2000</category>
      <category>SQL2005</category>
      <category>SQL2008)</category>
      <category>Architect</category>
      <pubDate>Tue, 02 Feb 2010 10:26:00 GMT</pubDate>
      <subject>Database</subject>
      <GUID>http://www.codeproject.com/KB/database/SQLQueryOptimizationFAQ1.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Committable Transactions in C#/SQL</title>
      <description>Simple console app which shows how to use the .NET CommittableTransaction class</description>
      <link>http://www.codeproject.com/KB/dotnet/CommitableTransactions.aspx</link>
      <author>skennedyny</author>
      <category>C# (C#3.0</category>
      <category>C#4.0)</category>
      <category>SQL.NET3.5</category>
      <category>.NET4.0</category>
      <category>SQL-Server (SQL2008)</category>
      <category>Architect</category>
      <category>DBA</category>
      <category>Dev</category>
      <pubDate>Sun, 31 Jan 2010 18:34:00 GMT</pubDate>
      <subject>.NET Framework</subject>
      <GUID>http://www.codeproject.com/KB/dotnet/CommitableTransactions.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Custom Paging Stored Procedure</title>
      <description>It shows how to write custom paging procedure</description>
      <link>http://www.codeproject.com/KB/database/CustomPagingStoredProc.aspx</link>
      <author>Member 2821278 (Mohan Prajapati)</author>
      <category>SQL</category>
      <category>Windows</category>
      <category>Dev</category>
      <pubDate>Sun, 31 Jan 2010 02:06:00 GMT</pubDate>
      <subject>Database</subject>
      <GUID>http://www.codeproject.com/KB/database/CustomPagingStoredProc.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Three-tier .NET Application Utilizing Three ORM Technologies</title>
      <description>LINQ to SQL, Entity Framework, and NHibernate used in a parallel fashion in a three-tier WinForms application.</description>
      <link>http://www.codeproject.com/KB/architecture/ThreeTierThreeORM.aspx</link>
      <author>Bryan Thomas Weikel</author>
      <category>C# (C#3.0)</category>
      <category>Windows</category>
      <category>.NET (.NET3.5)</category>
      <category>SQL-Server (SQL2005)</category>
      <category>Visual-Studio (VS2008)</category>
      <category>WCF</category>
      <category>WinForms</category>
      <category>LINQ</category>
      <category>MVC</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>Design</category>
      <pubDate>Sat, 30 Jan 2010 21:06:00 GMT</pubDate>
      <subject>Design and Architecture</subject>
      <GUID>http://www.codeproject.com/KB/architecture/ThreeTierThreeORM.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Working Around Issues When Using SQL Server Indexed Views</title>
      <description>Working around issues when using SQL Server indexed views.</description>
      <link>http://www.codeproject.com/KB/database/IndexedViewsAndSQL.aspx</link>
      <author>Alaric Dailey</author>
      <category>C#</category>
      <category>SQL</category>
      <category>.NET</category>
      <category>SQL-Server</category>
      <category>ADO.NET</category>
      <category>DBA</category>
      <category>Dev</category>
      <pubDate>Fri, 29 Jan 2010 22:15:00 GMT</pubDate>
      <subject>Database</subject>
      <GUID>http://www.codeproject.com/KB/database/IndexedViewsAndSQL.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Custom Fluent Nhibernate Membership and Role Provider</title>
      <description>Custom implementation of Microsoft Membership and Role provider using Fluent Nhibernate</description>
      <link>http://www.codeproject.com/KB/custom-controls/Fluent-MembershipProvider.aspx</link>
      <author>Suhel Shah</author>
      <category>C# (C#2.0</category>
      <category>C#3.0)</category>
      <category>.NET (.NET3.0</category>
      <category>.NET3.5)</category>
      <category>ASP.NET</category>
      <category>MySQL</category>
      <category>Architect</category>
      <category>Dev</category>
      <pubDate>Fri, 29 Jan 2010 14:22:00 GMT</pubDate>
      <subject>Custom Controls</subject>
      <GUID>http://www.codeproject.com/KB/custom-controls/Fluent-MembershipProvider.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>ADO.NET DataTable as XML parameter to an Oracle/SQL Server Database Stored Procedure</title>
      <description>ADO.NET DataTable as an XML parameter to an Oracle/SQL Server database Stored Procedure.</description>
      <link>http://www.codeproject.com/KB/database/DataTableAsXMLToDataBase.aspx</link>
      <author>Bibhas Paul</author>
      <category>C#</category>
      <category>Windows</category>
      <category>ASP.NET</category>
      <category>SQL-Server</category>
      <category>ADO.NET</category>
      <category>Oracle</category>
      <category>Dev</category>
      <pubDate>Wed, 27 Jan 2010 11:14:00 GMT</pubDate>
      <subject>Database</subject>
      <GUID>http://www.codeproject.com/KB/database/DataTableAsXMLToDataBase.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Using LINQ to create aggregates with nHydrate</title>
      <description>Using LINQ with an nHydrate API for aggregation and bulk operations.</description>
      <link>http://www.codeproject.com/KB/codegen/LINQ_Aggregate_nHydrate.aspx</link>
      <author>gravbox, Michael S Knight</author>
      <category>C#.NET2.0</category>
      <category>.NET3.0</category>
      <category>.NET3.5</category>
      <category>.NET4.0</category>
      <category>SQL-Server</category>
      <category>Visual-Studio</category>
      <category>LINQ</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>Design</category>
      <pubDate>Wed, 27 Jan 2010 03:49:00 GMT</pubDate>
      <subject>Code Generation</subject>
      <GUID>http://www.codeproject.com/KB/codegen/LINQ_Aggregate_nHydrate.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Controlling the XML output when using the FOR XML AUTO statement in SQL Server</title>
      <description>Describes how to get more control over the XML output when using the FOR XML AUTO statement. For instance, when adding XML tags.</description>
      <link>http://www.codeproject.com/KB/database/FORXMLAUTO_Controlling.aspx</link>
      <author>BackyardHackMechanic</author>
      <category>XML</category>
      <category>SQL</category>
      <category>WindowsSQL2000</category>
      <category>SQL2005</category>
      <category>Dev</category>
      <pubDate>Tue, 26 Jan 2010 14:18:00 GMT</pubDate>
      <subject>Database</subject>
      <GUID>http://www.codeproject.com/KB/database/FORXMLAUTO_Controlling.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>MSDTC Service enable issues when Using .Net TransactionScope.</title>
      <description>How to use .Net TransactionScope &amp; enable Microsoft Distributed Transaction Coordinator (MSDTC).</description>
      <link>http://www.codeproject.com/KB/cs/MSDTC_And_TransactionScop.aspx</link>
      <author>Md.  Marufuzzaman</author>
      <category>C# (C#3.0</category>
      <category>C#4.0)</category>
      <category>Windows (WinXP</category>
      <category>Win2003</category>
      <category>Vista</category>
      <category>Win2008</category>
      <category>Win7</category>
      <category>Win2008-R2)</category>
      <category>Visual-Studio (VS2008</category>
      <category>VS2010)</category>
      <category>Architect</category>
      <category>DBA</category>
      <category>Design</category>
      <pubDate>Tue, 26 Jan 2010 10:13:00 GMT</pubDate>
      <subject>C#</subject>
      <GUID>http://www.codeproject.com/KB/cs/MSDTC_And_TransactionScop.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Generic grid search and data paging</title>
      <description>Generic grid search and data paging explained.</description>
      <link>http://www.codeproject.com/KB/webforms/DataFinder.aspx</link>
      <author>KevGUID</author>
      <category>SQL</category>
      <category>HTML</category>
      <category>JScript.NET</category>
      <category>VB8.0</category>
      <category>VB9.0</category>
      <category>VB10.NET3.0</category>
      <category>.NET3.5</category>
      <category>ASP.NET</category>
      <category>ADO.NET</category>
      <category>WebForms</category>
      <category>SQL2008</category>
      <category>Dev</category>
      <pubDate>Mon, 25 Jan 2010 16:57:00 GMT</pubDate>
      <subject>ASP.NET Controls</subject>
      <GUID>http://www.codeproject.com/KB/webforms/DataFinder.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Simple 7 steps to run your first Azure Blob Program</title>
      <description>Simple 7 steps to run your first Azure Blob Program</description>
      <link>http://www.codeproject.com/KB/cs/Azue7StepsBlob.aspx</link>
      <author>Shivprasad koirala</author>
      <category>C# (C#1.0</category>
      <category>C#2.0</category>
      <category>C#3.0</category>
      <category>C#4.0)</category>
      <category>.NET (.NET1.0</category>
      <category>.NET1.1</category>
      <category>.NET2.0</category>
      <category>.NET3.0</category>
      <category>.NET3.5</category>
      <category>.NET4.0)</category>
      <category>ASP.NET</category>
      <category>SQL-Server (SQL2000</category>
      <category>SQL2005</category>
      <category>SQL-CE</category>
      <category>SQL2008)</category>
      <category>Visual-Studio (VS.NET2003</category>
      <category>VS2005</category>
      <category>VS2008</category>
      <category>VS2010)</category>
      <category>Azure</category>
      <category>Architect</category>
      <pubDate>Sun, 24 Jan 2010 13:54:00 GMT</pubDate>
      <subject>C#</subject>
      <GUID>http://www.codeproject.com/KB/cs/Azue7StepsBlob.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Bulk INSERT / UPDATE / DELETE in LINQ to SQL</title>
      <description>This article discusses SET based operations involving INSERT / UPDATE and DELETE using LINQ to SQL.</description>
      <link>http://www.codeproject.com/KB/linq/BulkOperations_LinqToSQL.aspx</link>
      <author>Muhammad Shujaat Siddiqi</author>
      <category>C#</category>
      <category>SQLMono</category>
      <category>.NET3.5</category>
      <category>SQL-Server</category>
      <category>LINQ</category>
      <category>DBA</category>
      <category>Dev</category>
      <category>QA</category>
      <pubDate>Fri, 22 Jan 2010 17:20:00 GMT</pubDate>
      <subject>LINQ</subject>
      <GUID>http://www.codeproject.com/KB/linq/BulkOperations_LinqToSQL.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Connecting to MySQL or SQL-Server from COBOL using ADO.NET</title>
      <description>How about a .NET COBOL program which uses ADO.NET to connect to either MySQL or SQL Server?</description>
      <link>http://www.codeproject.com/KB/net-languages/COBOLMySQL.aspx</link>
      <author>alex turner</author>
      <category>SQL-Server</category>
      <category>ADO.NET</category>
      <category>MySQL</category>
      <category>Dev</category>
      <pubDate>Tue, 19 Jan 2010 14:05:00 GMT</pubDate>
      <subject>Other .NET Languages</subject>
      <GUID>http://www.codeproject.com/KB/net-languages/COBOLMySQL.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Extensible Storage Engine</title>
      <description>A short overview of the Extensible Storage Engine technology.</description>
      <link>http://www.codeproject.com/KB/winsdk/ESE.aspx</link>
      <author>Artour Bakiev</author>
      <category>C++</category>
      <category>Windows</category>
      <category>Win32</category>
      <category>Win64</category>
      <category>Architect</category>
      <category>DBA</category>
      <category>Dev</category>
      <pubDate>Mon, 18 Jan 2010 21:14:00 GMT</pubDate>
      <subject>Win32/64 SDK &amp; OS</subject>
      <GUID>http://www.codeproject.com/KB/winsdk/ESE.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Using Flex to build your real-time chart</title>
      <description>A dynamic Flash chart that can commnunication with your database.</description>
      <link>http://www.codeproject.com/KB/web-image/Flex_chart.aspx</link>
      <author>Jeff Chiu</author>
      <category>C#</category>
      <category>XML</category>
      <category>SQL.NET3.5</category>
      <category>ASP.NET</category>
      <category>Flash</category>
      <category>SQL2005</category>
      <category>VS2008</category>
      <category>Dev</category>
      <pubDate>Mon, 18 Jan 2010 13:15:00 GMT</pubDate>
      <subject>Charts, Graphs and Images</subject>
      <GUID>http://www.codeproject.com/KB/web-image/Flex_chart.aspx</GUID>
    </item>
  </channel>
</rss>