<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>LINQ To Entities: Strange, very strange</title><link>http://msmvps.com/blogs/matthieu/archive/2008/08/23/linq-to-entities-strange-very-strange.aspx</link><description>From Northwind, if I run this query: from c in context.Customers.Include( &amp;quot;Orders&amp;quot; ) where c.CompanyName.StartsWith( &amp;quot;An&amp;quot; ) let od = ( from o in c.Orders select o.OrderDate).OrderByDescending(o =&amp;gt; o).FirstOrDefault() orderby od</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>LINQ To Entities: stranger and stranger</title><link>http://msmvps.com/blogs/matthieu/archive/2008/08/23/linq-to-entities-strange-very-strange.aspx#1646060</link><pubDate>Thu, 28 Aug 2008 09:30:50 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1646060</guid><dc:creator>Matthieu MEZIL</dc:creator><description>&lt;p&gt;I was looking for this LINQ To Entities &amp;quot;bug ?&amp;quot; . I watched the SQL generated queries and in&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1646060" width="1" height="1"&gt;</description></item></channel></rss>