<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>How Linq to Objects Queries Work</title><link>http://blogs.msdn.com/b/wesdyer/archive/2007/01/03/how-linq-to-objects-queries-work.aspx</link><description>If you have ever tried to step through a Linq to Objects query in the debugger, you may have been mildly surprised at the results. It may have seemed as if the program had a mind of its own and ran certain expressions when it wanted to and not when it</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How Linq to Objects Queries Work</title><link>http://blogs.msdn.com/b/wesdyer/archive/2007/01/03/how-linq-to-objects-queries-work.aspx#9922633</link><pubDate>Sun, 15 Nov 2009 14:33:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9922633</guid><dc:creator>Anand</dc:creator><description>&lt;p&gt;This is just fabulous , whew !!!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9922633" width="1" height="1"&gt;</description></item><item><title>re: How Linq to Objects Queries Work</title><link>http://blogs.msdn.com/b/wesdyer/archive/2007/01/03/how-linq-to-objects-queries-work.aspx#8194333</link><pubDate>Fri, 14 Mar 2008 07:15:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8194333</guid><dc:creator>LinqC</dc:creator><description>&lt;p&gt;So does this mean that LINQ queries can sometimes return different results (eg from a database) because the way a query is run can differ at runtime?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8194333" width="1" height="1"&gt;</description></item><item><title>re: How Linq to Objects Queries Work</title><link>http://blogs.msdn.com/b/wesdyer/archive/2007/01/03/how-linq-to-objects-queries-work.aspx#2674609</link><pubDate>Wed, 16 May 2007 18:31:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2674609</guid><dc:creator>BlueCoder</dc:creator><description>&lt;p&gt;Can LINQ be used in updating a SRC or a SQL table?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2674609" width="1" height="1"&gt;</description></item><item><title>re: How Linq to Objects Queries Work</title><link>http://blogs.msdn.com/b/wesdyer/archive/2007/01/03/how-linq-to-objects-queries-work.aspx#2674367</link><pubDate>Wed, 16 May 2007 18:10:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2674367</guid><dc:creator>Michael Hildebrand</dc:creator><description>&lt;p&gt;Can LINQ be used in updating a SRC?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2674367" width="1" height="1"&gt;</description></item><item><title>Video on Linq Queries and Delayed Evaluation</title><link>http://blogs.msdn.com/b/wesdyer/archive/2007/01/03/how-linq-to-objects-queries-work.aspx#1531236</link><pubDate>Thu, 25 Jan 2007 22:32:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1531236</guid><dc:creator>Yet Another Language Geek</dc:creator><description>&lt;p&gt;I recently recorded a video with Charlie Calvert about Linq queries and delayed evaluation . You can&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1531236" width="1" height="1"&gt;</description></item><item><title>About Queries</title><link>http://blogs.msdn.com/b/wesdyer/archive/2007/01/03/how-linq-to-objects-queries-work.aspx#1442408</link><pubDate>Wed, 10 Jan 2007 08:25:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1442408</guid><dc:creator>Yet Another Language Geek</dc:creator><description>&lt;p&gt;This concludes my series of posts about queries. I will still discuss them occassionally and if anyone&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1442408" width="1" height="1"&gt;</description></item><item><title>About Queries</title><link>http://blogs.msdn.com/b/wesdyer/archive/2007/01/03/how-linq-to-objects-queries-work.aspx#1440362</link><pubDate>Wed, 10 Jan 2007 00:14:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1440362</guid><dc:creator>Yet Another Language Geek</dc:creator><description>&lt;p&gt;This concludes my series of posts about queries. I will still discuss them occassionally and if anyone&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1440362" width="1" height="1"&gt;</description></item><item><title>Another Model for Query Interpretation</title><link>http://blogs.msdn.com/b/wesdyer/archive/2007/01/03/how-linq-to-objects-queries-work.aspx#1435490</link><pubDate>Mon, 08 Jan 2007 22:59:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1435490</guid><dc:creator>Yet Another Language Geek</dc:creator><description>&lt;p&gt;An imperative model for interpreting Linq to Objects queries has already been discussed , but are there&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1435490" width="1" height="1"&gt;</description></item><item><title>Wes Dyers' reports from the C# compiler front</title><link>http://blogs.msdn.com/b/wesdyer/archive/2007/01/03/how-linq-to-objects-queries-work.aspx#1433633</link><pubDate>Mon, 08 Jan 2007 14:36:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1433633</guid><dc:creator>Fabrice's weblog</dc:creator><description>&lt;p&gt;If you are the kind of guy fascinated by the C# language and LINQ who wants to know more about what&amp;amp;#39;s&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1433633" width="1" height="1"&gt;</description></item><item><title>Wes Dyers' reports from the C# compiler front</title><link>http://blogs.msdn.com/b/wesdyer/archive/2007/01/03/how-linq-to-objects-queries-work.aspx#1433627</link><pubDate>Mon, 08 Jan 2007 14:34:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1433627</guid><dc:creator>Fabrice's weblog</dc:creator><description>&lt;p&gt;If you are the kind of guy fascinated by the C# language and LINQ who wants to know more about what's&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1433627" width="1" height="1"&gt;</description></item></channel></rss>