<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Simple .NET data abstraction</title>
	<atom:link href="http://www.grantpalin.com/2006/08/23/simple-net-data-abstraction/feed/" rel="self" type="application/rss+xml" />
	<link>http://grantpalin.com/2006/08/23/simple-net-data-abstraction/</link>
	<description>Code, photos, books, and anything else</description>
	<pubDate>Fri, 21 Nov 2008 20:31:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Bryan</title>
		<link>http://grantpalin.com/2006/08/23/simple-net-data-abstraction/#comment-577</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Fri, 25 Aug 2006 21:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.grantpalin.com/2006/08/23/simple-net-data-abstraction/#comment-577</guid>
		<description>One convenient way to spread data access across pages is using polymorphism and using objects in PHP to pass an object and it's methods between classes/pages without ever creating duplicate connections to the database over pages. I use such a system and it really saves processing time, big time.</description>
		<content:encoded><![CDATA[<p>One convenient way to spread data access across pages is using polymorphism and using objects in <acronym title="Hypertext PreProcessing">PHP</acronym> to pass an object and it&#8217;s methods between classes/pages without ever creating duplicate connections to the database over pages. I use such a system and it really saves processing time, big time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://grantpalin.com/2006/08/23/simple-net-data-abstraction/#comment-566</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Thu, 24 Aug 2006 21:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.grantpalin.com/2006/08/23/simple-net-data-abstraction/#comment-566</guid>
		<description>It was good actually.  I've worked off and on with PHP for some time, and have been doing a lot of repeated data access code across multiple pages.  I'd really like to simplify this process by adding a simple data abstraction/management system to reduce this tedium.  The code from your article will be a useful starting point.

Again, having read your article prompted me to do my own article on the same subject, except in .NET.</description>
		<content:encoded><![CDATA[<p>It was good actually.  I&#8217;ve worked off and on with <acronym title="Hypertext PreProcessing">PHP</acronym> for some time, and have been doing a lot of repeated data access code across multiple pages.  I&#8217;d really like to simplify this process by adding a simple data abstraction/management system to reduce this tedium.  The code from your article will be a useful starting point.</p>
<p>Again, having read your article prompted me to do my own article on the same subject, except in .NET.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryan</title>
		<link>http://grantpalin.com/2006/08/23/simple-net-data-abstraction/#comment-565</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Thu, 24 Aug 2006 20:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.grantpalin.com/2006/08/23/simple-net-data-abstraction/#comment-565</guid>
		<description>What did you think of mine?</description>
		<content:encoded><![CDATA[<p>What did you think of mine?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://grantpalin.com/2006/08/23/simple-net-data-abstraction/#comment-561</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Thu, 24 Aug 2006 02:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.grantpalin.com/2006/08/23/simple-net-data-abstraction/#comment-561</guid>
		<description>Thanks for the compliment.  Hopefully I made sense!  I had been thinking of making this post for a while, but having read yours spurred me into getting it done.  You found mine awfully quickly!

I'm always trying to improve my code; I did plenty of reading on the web, learning about things like custom classes, design patterns and so on.  My data handling code was much messier before, but it's a lot better now that I have employed some of the mentioned techniques.</description>
		<content:encoded><![CDATA[<p>Thanks for the compliment.  Hopefully I made sense!  I had been thinking of making this post for a while, but having read yours spurred me into getting it done.  You found mine awfully quickly!</p>
<p>I&#8217;m always trying to improve my code; I did plenty of reading on the web, learning about things like custom classes, design patterns and so on.  My data handling code was much messier before, but it&#8217;s a lot better now that I have employed some of the mentioned techniques.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryan</title>
		<link>http://grantpalin.com/2006/08/23/simple-net-data-abstraction/#comment-560</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Thu, 24 Aug 2006 02:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.grantpalin.com/2006/08/23/simple-net-data-abstraction/#comment-560</guid>
		<description>Good stuff. I'm not a .NET developer but you're right, the concept is the same. Simplify.</description>
		<content:encoded><![CDATA[<p>Good stuff. I&#8217;m not a .NET developer but you&#8217;re right, the concept is the same. Simplify.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
