<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: ORM isn&#8217;t an excuse for not using Stored Procedures</title>
	<atom:link href="http://blairbryant.wordpress.com/2007/04/11/orm-isnt-an-excuse-for-not-using-stored-procedures/feed/" rel="self" type="application/rss+xml" />
	<link>http://blairbryant.wordpress.com/2007/04/11/orm-isnt-an-excuse-for-not-using-stored-procedures/</link>
	<description></description>
	<lastBuildDate>Thu, 10 Sep 2009 13:17:16 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sandrar</title>
		<link>http://blairbryant.wordpress.com/2007/04/11/orm-isnt-an-excuse-for-not-using-stored-procedures/#comment-717</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://blairbryant.wordpress.com/2007/04/11/orm-isnt-an-excuse-for-not-using-stored-procedures/#comment-717</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: You’re Not Your Data Access - Rob Conery - CodeBetter.Com - Stuff you need to Code Better!</title>
		<link>http://blairbryant.wordpress.com/2007/04/11/orm-isnt-an-excuse-for-not-using-stored-procedures/#comment-714</link>
		<dc:creator>You’re Not Your Data Access - Rob Conery - CodeBetter.Com - Stuff you need to Code Better!</dc:creator>
		<pubDate>Fri, 12 Jun 2009 03:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://blairbryant.wordpress.com/2007/04/11/orm-isnt-an-excuse-for-not-using-stored-procedures/#comment-714</guid>
		<description>[...] Well I might use both… [...]</description>
		<content:encoded><![CDATA[<p>[...] Well I might use both… [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott White</title>
		<link>http://blairbryant.wordpress.com/2007/04/11/orm-isnt-an-excuse-for-not-using-stored-procedures/#comment-684</link>
		<dc:creator>Scott White</dc:creator>
		<pubDate>Wed, 25 Jun 2008 21:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://blairbryant.wordpress.com/2007/04/11/orm-isnt-an-excuse-for-not-using-stored-procedures/#comment-684</guid>
		<description>Sprocs may be precompiled but when the parameters change it must be recompiled thus negating performance increase.

See why I reconsidered this as a best practice: http://scottwhite.blogspot.com/2008/04/stored-procedures-reconsidered.html</description>
		<content:encoded><![CDATA[<p>Sprocs may be precompiled but when the parameters change it must be recompiled thus negating performance increase.</p>
<p>See why I reconsidered this as a best practice: <a href="http://scottwhite.blogspot.com/2008/04/stored-procedures-reconsidered.html" rel="nofollow">http://scottwhite.blogspot.com/2008/04/stored-procedures-reconsidered.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: and Parameterised Queries aren't susceptible to SQL Injection &#171; What is an Architect?</title>
		<link>http://blairbryant.wordpress.com/2007/04/11/orm-isnt-an-excuse-for-not-using-stored-procedures/#comment-15</link>
		<dc:creator>and Parameterised Queries aren't susceptible to SQL Injection &#171; What is an Architect?</dc:creator>
		<pubDate>Thu, 12 Apr 2007 11:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://blairbryant.wordpress.com/2007/04/11/orm-isnt-an-excuse-for-not-using-stored-procedures/#comment-15</guid>
		<description>[...] to SQL&#160;Injection  Got a well deserved comment from Oren Eini (aka Ayende) on my post about ORM tools and their support for Stored Procedures. I sort of expected the performance comment as it is just becoming less and less an issue with each [...]</description>
		<content:encoded><![CDATA[<p>[...] to SQL&nbsp;Injection  Got a well deserved comment from Oren Eini (aka Ayende) on my post about ORM tools and their support for Stored Procedures. I sort of expected the performance comment as it is just becoming less and less an issue with each [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayende Rahien</title>
		<link>http://blairbryant.wordpress.com/2007/04/11/orm-isnt-an-excuse-for-not-using-stored-procedures/#comment-14</link>
		<dc:creator>Ayende Rahien</dc:creator>
		<pubDate>Wed, 11 Apr 2007 19:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://blairbryant.wordpress.com/2007/04/11/orm-isnt-an-excuse-for-not-using-stored-procedures/#comment-14</guid>
		<description>* SP have no perf advantage over parameterized queries
* See here why security is less of an issue that you make of it:
http://www.ayende.com/Blog/archive/7698.aspx

* I don&#039;t know of a way you could do a successul SQL Injection into an ORM. There are contrived examples, of course, but they are as valid for SP</description>
		<content:encoded><![CDATA[<p>* SP have no perf advantage over parameterized queries<br />
* See here why security is less of an issue that you make of it:<br />
<a href="http://www.ayende.com/Blog/archive/7698.aspx" rel="nofollow">http://www.ayende.com/Blog/archive/7698.aspx</a></p>
<p>* I don&#8217;t know of a way you could do a successul SQL Injection into an ORM. There are contrived examples, of course, but they are as valid for SP</p>
]]></content:encoded>
	</item>
</channel>
</rss>
