<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>.NET Explored &#187; ORM</title>
	<atom:link href="http://ashishpal.com/dotnetexplored/category/orm/feed/" rel="self" type="application/rss+xml" />
	<link>http://ashishpal.com/dotnetexplored</link>
	<description>Exploring the new features of .NET</description>
	<lastBuildDate>Mon, 21 Dec 2009 21:06:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ORM in .NET</title>
		<link>http://ashishpal.com/dotnetexplored/2009/11/orm-in-net/</link>
		<comments>http://ashishpal.com/dotnetexplored/2009/11/orm-in-net/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 15:39:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[ORM]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://ashishpal.com/dotnetexplored/?p=25</guid>
		<description><![CDATA[ 

Introduction
ORM, or object-relational mapping, is one of the tougher things to accomplish in modern, object-oriented programming languages. It involves moving away from the traditional data store paradigm: there is no (or very little) dedicated, pre-compiled code involved in reading/writing an object to/from the database or other backing store. Instead, the logic involved in accessing the ]]></description>
		<wfw:commentRss>http://ashishpal.com/dotnetexplored/2009/11/orm-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

