<?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 for i-think Twenty-Two</title>
	<atom:link href="http://www.i-think22.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.i-think22.net</link>
	<description>Now with more rambling</description>
	<lastBuildDate>Fri, 12 Feb 2010 00:19:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on VSMDI Normalizer by Rhys</title>
		<link>http://www.i-think22.net/archives/2010/02/11/vsmdi-normalizer/comment-page-1/#comment-8791</link>
		<dc:creator>Rhys</dc:creator>
		<pubDate>Fri, 12 Feb 2010 00:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.i-think22.net/?p=276#comment-8791</guid>
		<description>Ideally it should keep a consistent order by default. Test execution randomisation should be done at test execution time (if this is indeed the reason for the random order changes).</description>
		<content:encoded><![CDATA[<p>Ideally it should keep a consistent order by default. Test execution randomisation should be done at test execution time (if this is indeed the reason for the random order changes).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VSMDI Normalizer by Bernie</title>
		<link>http://www.i-think22.net/archives/2010/02/11/vsmdi-normalizer/comment-page-1/#comment-8790</link>
		<dc:creator>Bernie</dc:creator>
		<pubDate>Fri, 12 Feb 2010 00:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.i-think22.net/?p=276#comment-8790</guid>
		<description>Brilliant! Tools like this should be part of Visual Studio by default.</description>
		<content:encoded><![CDATA[<p>Brilliant! Tools like this should be part of Visual Studio by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VSMDI Normalizer by Rhys</title>
		<link>http://www.i-think22.net/archives/2010/02/11/vsmdi-normalizer/comment-page-1/#comment-8789</link>
		<dc:creator>Rhys</dc:creator>
		<pubDate>Thu, 11 Feb 2010 23:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.i-think22.net/?p=276#comment-8789</guid>
		<description>Just updated to support Visual Studio 2010 RC1. Version should be 1.0.0.2</description>
		<content:encoded><![CDATA[<p>Just updated to support Visual Studio 2010 RC1. Version should be 1.0.0.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LINQ and Extension methods by Bill Hogsett</title>
		<link>http://www.i-think22.net/archives/2009/02/16/linq-and-extension-methods/comment-page-1/#comment-8785</link>
		<dc:creator>Bill Hogsett</dc:creator>
		<pubDate>Mon, 25 Jan 2010 13:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.i-think22.net/archives/2009/02/16/linq-and-extension-methods/#comment-8785</guid>
		<description>I am trying to use a lamda expression in a linq for each and your post is as close as I have found.

This works:
&lt;pre class=&quot;prettyprint&quot;&gt;
For Each g In searchResults _
              .Cast(Of Match)() _
              .GroupBy(Function(m) m.Value) _
              .OrderBy(Function(m) m.Count).ThenBy(Function(m) m.Key)
   theOutput.Add(g.Key, g.Count)
Next
&lt;/pre&gt;

This does not work:

&lt;pre class=&quot;prettyprint&quot;&gt;
dim myordering = Function(m) m.Count
For Each g In searchResults _
              .Cast(Of Match)() _
              .GroupBy(Function(m) m.Value) _
              .OrderBy(myordering).ThenBy(Function(m) m.Key)
   theOutput.Add(g.Key, g.Count)
Next
&lt;/pre&gt;
The error message says that Count is no an element of Grouping.

Any suggestions for a fix?

Thanks.

Bill

p.s. Nice article</description>
		<content:encoded><![CDATA[<p>I am trying to use a lamda expression in a linq for each and your post is as close as I have found.</p>
<p>This works:</p>
<pre class="prettyprint">
For Each g In searchResults _
              .Cast(Of Match)() _
              .GroupBy(Function(m) m.Value) _
              .OrderBy(Function(m) m.Count).ThenBy(Function(m) m.Key)
   theOutput.Add(g.Key, g.Count)
Next
</pre>
<p>This does not work:</p>
<pre class="prettyprint">
dim myordering = Function(m) m.Count
For Each g In searchResults _
              .Cast(Of Match)() _
              .GroupBy(Function(m) m.Value) _
              .OrderBy(myordering).ThenBy(Function(m) m.Key)
   theOutput.Add(g.Key, g.Count)
Next
</pre>
<p>The error message says that Count is no an element of Grouping.</p>
<p>Any suggestions for a fix?</p>
<p>Thanks.</p>
<p>Bill</p>
<p>p.s. Nice article</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Line Numbers in Visual C# 2008 Express by Marius</title>
		<link>http://www.i-think22.net/archives/2008/05/11/line-numbers-in-visual-c-2008-express/comment-page-1/#comment-8783</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Thu, 21 Jan 2010 13:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.i-think22.net/?p=153#comment-8783</guid>
		<description>thanks :)</description>
		<content:encoded><![CDATA[<p>thanks <img src='http://www.i-think22.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Line Numbers in Visual C# 2008 Express by Immy</title>
		<link>http://www.i-think22.net/archives/2008/05/11/line-numbers-in-visual-c-2008-express/comment-page-1/#comment-8772</link>
		<dc:creator>Immy</dc:creator>
		<pubDate>Sat, 09 Jan 2010 03:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.i-think22.net/?p=153#comment-8772</guid>
		<description>thanks verymuch!</description>
		<content:encoded><![CDATA[<p>thanks verymuch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Your travel survival plan &#8211; Part 1 by OmegaDelta &#187; Blog Archive &#187; Kidney Watch 2.0</title>
		<link>http://www.i-think22.net/archives/2008/08/10/your-travel-survival-plan-part-1/comment-page-1/#comment-8770</link>
		<dc:creator>OmegaDelta &#187; Blog Archive &#187; Kidney Watch 2.0</dc:creator>
		<pubDate>Tue, 22 Dec 2009 04:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.i-think22.net/?p=171#comment-8770</guid>
		<description>[...] some talking with Mr Spiff in Feb this year, and copping some harsh criticism on the last method, it became apparent that work was [...]</description>
		<content:encoded><![CDATA[<p>[...] some talking with Mr Spiff in Feb this year, and copping some harsh criticism on the last method, it became apparent that work was [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Line Numbers in Visual C# 2008 Express by Matt</title>
		<link>http://www.i-think22.net/archives/2008/05/11/line-numbers-in-visual-c-2008-express/comment-page-1/#comment-8769</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 12 Dec 2009 23:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.i-think22.net/?p=153#comment-8769</guid>
		<description>lol Microsoft @ hide unneccary checkbox away from the rest of the Dialog box. nice. Thanks for your post, 3 seconds on google.</description>
		<content:encoded><![CDATA[<p>lol Microsoft @ hide unneccary checkbox away from the rest of the Dialog box. nice. Thanks for your post, 3 seconds on google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LINQ to SQL and tables with no Primary Key by Rhys</title>
		<link>http://www.i-think22.net/archives/2009/07/24/linq-to-sql-and-tables-with-no-primary-key/comment-page-1/#comment-8744</link>
		<dc:creator>Rhys</dc:creator>
		<pubDate>Fri, 28 Aug 2009 20:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.i-think22.net/archives/2009/07/24/linq-to-sql-and-tables-with-no-primary-key/#comment-8744</guid>
		<description>LINQ to entities is a different beast. While I&#039;m pretty sure they have a lot in common this isn&#039;t something I know much about. My guess would be that if you can express your query in LINQ it will work out what SQL is necessary to execute the query.

Of course if you have a very specific query you need to run, consider creating a stored procedure on your database. (LINQ to SQL can handle these well, and I&#039;m sure the story is similar with LINQ to Entities).</description>
		<content:encoded><![CDATA[<p>LINQ to entities is a different beast. While I&#8217;m pretty sure they have a lot in common this isn&#8217;t something I know much about. My guess would be that if you can express your query in LINQ it will work out what SQL is necessary to execute the query.</p>
<p>Of course if you have a very specific query you need to run, consider creating a stored procedure on your database. (LINQ to SQL can handle these well, and I&#8217;m sure the story is similar with LINQ to Entities).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LINQ to SQL and tables with no Primary Key by Brijesh</title>
		<link>http://www.i-think22.net/archives/2009/07/24/linq-to-sql-and-tables-with-no-primary-key/comment-page-1/#comment-8743</link>
		<dc:creator>Brijesh</dc:creator>
		<pubDate>Thu, 27 Aug 2009 07:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.i-think22.net/archives/2009/07/24/linq-to-sql-and-tables-with-no-primary-key/#comment-8743</guid>
		<description>Hi,

Thanks for your response. one another query left/right outer join is possible in linq to entities ?.  if not so is there any another way out for this. plz.

Regards
Brijesh</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your response. one another query left/right outer join is possible in linq to entities ?.  if not so is there any another way out for this. plz.</p>
<p>Regards<br />
Brijesh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
