<?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/"
		>
<channel>
	<title>Comments on: 780 Requests Per Second Verses 110, You Really Need to Compile your LINQ to SQL (LINQ2SQL) Queries</title>
	<atom:link href="http://peterkellner.net/2009/06/08/linq2sql-uncompiled-verses-compiled-iis-performance-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://peterkellner.net/2009/06/08/linq2sql-uncompiled-verses-compiled-iis-performance-aspnet/</link>
	<description>Specializing in Microsoft Web and Database Technologies</description>
	<lastBuildDate>Wed, 10 Mar 2010 16:13:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jens</title>
		<link>http://peterkellner.net/2009/06/08/linq2sql-uncompiled-verses-compiled-iis-performance-aspnet/comment-page-1/#comment-24942</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Mon, 15 Jun 2009 06:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2009/06/08/linq2sql-uncompiled-verses-compiled-iis-performance-aspnet/#comment-24942</guid>
		<description>We&#039;ve never really measured it eactly, but we&#039;ve noticed the difference between uncompiled and compiled L2S.  We&#039;d like it if MS made it bit &#039;friendlier&#039; to use...</description>
		<content:encoded><![CDATA[<p>We&#8217;ve never really measured it eactly, but we&#8217;ve noticed the difference between uncompiled and compiled L2S.  We&#8217;d like it if MS made it bit &#8216;friendlier&#8217; to use&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: This week on C9: XNA updates, Win 7 Training, VS 2010, build your own arcade &#124; Tech-monkey.info Blogs</title>
		<link>http://peterkellner.net/2009/06/08/linq2sql-uncompiled-verses-compiled-iis-performance-aspnet/comment-page-1/#comment-24932</link>
		<dc:creator>This week on C9: XNA updates, Win 7 Training, VS 2010, build your own arcade &#124; Tech-monkey.info Blogs</dc:creator>
		<pubDate>Fri, 12 Jun 2009 21:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2009/06/08/linq2sql-uncompiled-verses-compiled-iis-performance-aspnet/#comment-24932</guid>
		<description>[...] - Howard Dierking - Extreme MSDN Magazine ASP.NET Makeover screencast series - Peter Kellner - Compile LINQ to SQL to improve query performance (110 uncompiled vs 780 requests compiled), via Alvin Ashcraft [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; Howard Dierking - Extreme MSDN Magazine ASP.NET Makeover screencast series &#8211; Peter Kellner - Compile LINQ to SQL to improve query performance (110 uncompiled vs 780 requests compiled), via Alvin Ashcraft [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daily Links for Wednesday, June 10th, 2009</title>
		<link>http://peterkellner.net/2009/06/08/linq2sql-uncompiled-verses-compiled-iis-performance-aspnet/comment-page-1/#comment-24912</link>
		<dc:creator>Daily Links for Wednesday, June 10th, 2009</dc:creator>
		<pubDate>Thu, 11 Jun 2009 00:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2009/06/08/linq2sql-uncompiled-verses-compiled-iis-performance-aspnet/#comment-24912</guid>
		<description>[...] 780 Requests Per Second Verses 110, You Really Need to Compile your LINQ to SQL (LINQ2SQL) Queries &#124;... [...]</description>
		<content:encoded><![CDATA[<p>[...] 780 Requests Per Second Verses 110, You Really Need to Compile your LINQ to SQL (LINQ2SQL) Queries |&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter kellner</title>
		<link>http://peterkellner.net/2009/06/08/linq2sql-uncompiled-verses-compiled-iis-performance-aspnet/comment-page-1/#comment-24905</link>
		<dc:creator>peter kellner</dc:creator>
		<pubDate>Tue, 09 Jun 2009 19:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2009/06/08/linq2sql-uncompiled-verses-compiled-iis-performance-aspnet/#comment-24905</guid>
		<description>no downsides but limitations in terms of the kind of things you can pass in.  It&#039;s just hugely inconvenient to compile your queries, and not a very friendly syntax.</description>
		<content:encoded><![CDATA[<p>no downsides but limitations in terms of the kind of things you can pass in.  It&#8217;s just hugely inconvenient to compile your queries, and not a very friendly syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://peterkellner.net/2009/06/08/linq2sql-uncompiled-verses-compiled-iis-performance-aspnet/comment-page-1/#comment-24903</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Tue, 09 Jun 2009 18:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2009/06/08/linq2sql-uncompiled-verses-compiled-iis-performance-aspnet/#comment-24903</guid>
		<description>I&#039;ve used LINQ2Objects but I wasn&#039;t aware of being able to specify that it should be compiled.  Is there a downside to compiling?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used LINQ2Objects but I wasn&#8217;t aware of being able to specify that it should be compiled.  Is there a downside to compiling?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 780 Requests Per Second Verses 110, You Really Need to Compile your LINQ to SQL (LINQ2SQL) Queries &#124; Real Rumors</title>
		<link>http://peterkellner.net/2009/06/08/linq2sql-uncompiled-verses-compiled-iis-performance-aspnet/comment-page-1/#comment-24896</link>
		<dc:creator>780 Requests Per Second Verses 110, You Really Need to Compile your LINQ to SQL (LINQ2SQL) Queries &#124; Real Rumors</dc:creator>
		<pubDate>Tue, 09 Jun 2009 05:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://peterkellner.net/2009/06/08/linq2sql-uncompiled-verses-compiled-iis-performance-aspnet/#comment-24896</guid>
		<description>[...] 780 Requests Per Second Verses 110, You Really Need to Compile your LINQ to SQL (LINQ2SQL) Queries 09.06.2009 &#124; Posted in Computer World      So, I’ve been on kind of a rant lately about how slow LINQ2SQL is if you don’t compile your queries before executing them.  To be fair, if you are doing Windows Forms Programming, WPF or&#8230; This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming More here: 780 Requests Per Second Verses 110, You Really Need to Compile your LINQ to SQL (LINQ2SQL) Queries [...]</description>
		<content:encoded><![CDATA[<p>[...] 780 Requests Per Second Verses 110, You Really Need to Compile your LINQ to SQL (LINQ2SQL) Queries 09.06.2009 | Posted in Computer World      So, I’ve been on kind of a rant lately about how slow LINQ2SQL is if you don’t compile your queries before executing them.  To be fair, if you are doing Windows Forms Programming, WPF or&#8230; This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming More here: 780 Requests Per Second Verses 110, You Really Need to Compile your LINQ to SQL (LINQ2SQL) Queries [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
