<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"><channel><title>Using the Entity Framework and the ObjectDataSource Control, Part 3: Sorting and Filtering</title><link>http://www.asp.net</link><pubDate>Thu, 08 Sep 2011 16:55:10 GMT</pubDate><generator>umbraco</generator><description>Comments for Using the Entity Framework and the ObjectDataSource Control, Part 3: Sorting and Filtering</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/33226" rel="self" type="application/rss+xml" /><item><title>Comment Posted by haos11</title><link>http://www.asp.net/web-forms/tutorials/continuing-with-ef/using-the-entity-framework-and-the-objectdatasource-control-part-3-sorting-and-filtering</link><pubDate>Fri, 26 Aug 2011 18:54:26 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014061</guid><description><![CDATA[ <p>Could you explain why do the Where method must be the last in a chain of Linq methods?</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/haos11.jpg?forceidenticon=false&amp;dt=635049477000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by tdykstra</title><link>http://www.asp.net/web-forms/tutorials/continuing-with-ef/using-the-entity-framework-and-the-objectdatasource-control-part-3-sorting-and-filtering</link><pubDate>Thu, 08 Sep 2011 16:55:10 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014153</guid><description><![CDATA[ <p>@ haos11 - The Include method returns an ObjectQuery object and the Where method returns an IQueryable; you can execute a Where method on an ObjectQuery, but you can&#39;t execute an Include method on an IQueryable.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/tdykstra.jpg?forceidenticon=false&amp;dt=635049477000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>