<?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 Basildon Coder</title>
	<atom:link href="http://basildoncoder.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://basildoncoder.com/blog</link>
	<description>Incoherent and disjointed opinionated drivel from somewhere near London</description>
	<lastBuildDate>Fri, 12 Feb 2010 23:33:43 +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 Lexical Closures in C# 3.0 by mabra</title>
		<link>http://basildoncoder.com/blog/2008/07/01/lexical-closures-in-c-30/comment-page-1/#comment-19860</link>
		<dc:creator>mabra</dc:creator>
		<pubDate>Fri, 12 Feb 2010 23:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2008/07/01/lexical-closures-in-c-30/#comment-19860</guid>
		<description>Hi !

I am just dealing with captured variables in creating Tasks and came onto the same idea [using a local variable, copying the loop vars value].

Just don&#039;t work and return different results on each run!

BTW, I find lambda&#039;s too abstract and cannot understand them. So you also?

Your code:
funcs.ForEach(f =&gt; Console.WriteLine(f()));
does not compile ....
[No overload for method &#039;ForEach&#039; takes &#039;1&#039; arguments]

br--mabra</description>
		<content:encoded><![CDATA[<p>Hi !</p>
<p>I am just dealing with captured variables in creating Tasks and came onto the same idea [using a local variable, copying the loop vars value].</p>
<p>Just don&#8217;t work and return different results on each run!</p>
<p>BTW, I find lambda&#8217;s too abstract and cannot understand them. So you also?</p>
<p>Your code:<br />
funcs.ForEach(f =&gt; Console.WriteLine(f()));<br />
does not compile &#8230;.<br />
[No overload for method 'ForEach' takes '1' arguments]</p>
<p>br&#8211;mabra</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Marshalling a Variable-Length Array From Unmanaged Code In C# by Roman</title>
		<link>http://basildoncoder.com/blog/2009/03/31/marshalling-a-variable-length-array-from-unmanaged-code-in-c/comment-page-1/#comment-19784</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Sun, 07 Feb 2010 13:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2009/03/31/marshalling-a-variable-length-array-from-unmanaged-code-in-c/#comment-19784</guid>
		<description>Thank you for the information, it is exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thank you for the information, it is exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magic Numbers and Other Numerical Nightmares by My Domain</title>
		<link>http://basildoncoder.com/blog/2008/08/13/magic-numbers-and-other-numerical-nightmares/comment-page-1/#comment-19723</link>
		<dc:creator>My Domain</dc:creator>
		<pubDate>Fri, 05 Feb 2010 01:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2008/08/13/magic-numbers-and-other-numerical-nightmares/#comment-19723</guid>
		<description>&lt;strong&gt;Joe...&lt;/strong&gt;

Check out my domain sometime....</description>
		<content:encoded><![CDATA[<p><strong>Joe&#8230;</strong></p>
<p>Check out my domain sometime&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Marshalling a Variable-Length Array From Unmanaged Code In C# by simi</title>
		<link>http://basildoncoder.com/blog/2009/03/31/marshalling-a-variable-length-array-from-unmanaged-code-in-c/comment-page-1/#comment-19002</link>
		<dc:creator>simi</dc:creator>
		<pubDate>Wed, 30 Dec 2009 08:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2009/03/31/marshalling-a-variable-length-array-from-unmanaged-code-in-c/#comment-19002</guid>
		<description>hi,

First of all. Thanks very much for your useful post.

I just came across your blog and wanted to drop you a note telling you how impressed I was with the information you have posted here.

Please let me introduce you some info related to this post and I hope that it is useful for .Net community.

There is a good C# resource site, Have alook
 
http://www.csharptalk.com/2009/09/c-array.html
http://www.csharptalk.com/2009/10/creating-arrays.html

simi</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>First of all. Thanks very much for your useful post.</p>
<p>I just came across your blog and wanted to drop you a note telling you how impressed I was with the information you have posted here.</p>
<p>Please let me introduce you some info related to this post and I hope that it is useful for .Net community.</p>
<p>There is a good C# resource site, Have alook</p>
<p><a href="http://www.csharptalk.com/2009/09/c-array.html" rel="nofollow">http://www.csharptalk.com/2009/09/c-array.html</a><br />
<a href="http://www.csharptalk.com/2009/10/creating-arrays.html" rel="nofollow">http://www.csharptalk.com/2009/10/creating-arrays.html</a></p>
<p>simi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Marshalling a Variable-Length Array From Unmanaged Code In C# by Tratcher</title>
		<link>http://basildoncoder.com/blog/2009/03/31/marshalling-a-variable-length-array-from-unmanaged-code-in-c/comment-page-1/#comment-18827</link>
		<dc:creator>Tratcher</dc:creator>
		<pubDate>Tue, 22 Dec 2009 22:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2009/03/31/marshalling-a-variable-length-array-from-unmanaged-code-in-c/#comment-18827</guid>
		<description>Very Helpfull, thanks.

I will note that this:
ptr = new IntPtr(ptr.ToInt32() + sizeof (uint)); // move to first
should be:
ptr = new IntPtr(ptr.ToInt32() + IntPtr.Size); // move to first

And PtrToStringAnsi should be PtrToStringAuto.

This handles padding issues on 64bit OS&#039;s.</description>
		<content:encoded><![CDATA[<p>Very Helpfull, thanks.</p>
<p>I will note that this:<br />
ptr = new IntPtr(ptr.ToInt32() + sizeof (uint)); // move to first<br />
should be:<br />
ptr = new IntPtr(ptr.ToInt32() + IntPtr.Size); // move to first</p>
<p>And PtrToStringAnsi should be PtrToStringAuto.</p>
<p>This handles padding issues on 64bit OS&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Marshalling a Variable-Length Array From Unmanaged Code In C# by flashy</title>
		<link>http://basildoncoder.com/blog/2009/03/31/marshalling-a-variable-length-array-from-unmanaged-code-in-c/comment-page-1/#comment-18452</link>
		<dc:creator>flashy</dc:creator>
		<pubDate>Thu, 03 Dec 2009 15:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2009/03/31/marshalling-a-variable-length-array-from-unmanaged-code-in-c/#comment-18452</guid>
		<description>Any information on your sources though?</description>
		<content:encoded><![CDATA[<p>Any information on your sources though?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fab Fib by the-free-energy</title>
		<link>http://basildoncoder.com/blog/2008/01/26/fab-fib/comment-page-1/#comment-18420</link>
		<dc:creator>the-free-energy</dc:creator>
		<pubDate>Tue, 01 Dec 2009 12:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2008/01/26/fab-fib/#comment-18420</guid>
		<description>Omg, I must say this is truly owning... Thanks for giving such a nice read, you made my day.</description>
		<content:encoded><![CDATA[<p>Omg, I must say this is truly owning&#8230; Thanks for giving such a nice read, you made my day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project Euler Problem 5 by Jim</title>
		<link>http://basildoncoder.com/blog/2008/06/10/project-euler-problem-5/comment-page-1/#comment-18151</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 11 Nov 2009 21:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2008/06/10/project-euler-problem-5/#comment-18151</guid>
		<description>The Haskell one-liner is a real gem. I blundered through the brute force methods first of course, and ran out of memory because I&#039;m a haskell noob.

Then I found your elegant fold. Damn that&#039;s nice.</description>
		<content:encoded><![CDATA[<p>The Haskell one-liner is a real gem. I blundered through the brute force methods first of course, and ran out of memory because I&#8217;m a haskell noob.</p>
<p>Then I found your elegant fold. Damn that&#8217;s nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comment Discontent by kizcorce</title>
		<link>http://basildoncoder.com/blog/2008/07/30/comment-discontent/comment-page-1/#comment-18034</link>
		<dc:creator>kizcorce</dc:creator>
		<pubDate>Wed, 04 Nov 2009 00:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2008/07/30/comment-discontent/#comment-18034</guid>
		<description>Possibly, but i&#039;m sceptic. Your articulation is pretty, but the tournament is very hards as i see.
    
     
cheers,
______________
kizcorce
&lt;a href=&quot;http://blogcastrepository.com/members/mikeyacai.aspx&quot; rel=&quot;nofollow&quot;&gt;get acai berry&lt;/a&gt;
http://blogcastrepository.com/members/mikeyacai.aspx</description>
		<content:encoded><![CDATA[<p>Possibly, but i&#8217;m sceptic. Your articulation is pretty, but the tournament is very hards as i see.</p>
<p>cheers,<br />
______________<br />
kizcorce<br />
<a href="http://blogcastrepository.com/members/mikeyacai.aspx" rel="nofollow">get acai berry</a><br />
<a href="http://blogcastrepository.com/members/mikeyacai.aspx" rel="nofollow">http://blogcastrepository.com/members/mikeyacai.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magic Numbers and Other Numerical Nightmares by Alexander</title>
		<link>http://basildoncoder.com/blog/2008/08/13/magic-numbers-and-other-numerical-nightmares/comment-page-1/#comment-17911</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Wed, 21 Oct 2009 16:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2008/08/13/magic-numbers-and-other-numerical-nightmares/#comment-17911</guid>
		<description>*truly</description>
		<content:encoded><![CDATA[<p>*truly</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.413 seconds -->
