<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Codelicious</title>
	<atom:link href="http://generally.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://generally.wordpress.com</link>
	<description>Let's talk about coding and lots more...</description>
	<lastBuildDate>Mon, 09 Nov 2009 16:30:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to setup Darwin Streaming Server on Windows by Abood</title>
		<link>http://generally.wordpress.com/2007/08/07/how-to-setup-darwin-streaming-server-on-windows/#comment-1512</link>
		<dc:creator>Abood</dc:creator>
		<pubDate>Mon, 09 Nov 2009 16:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/08/07/how-to-setup-darwin-streaming-server-on-windows/#comment-1512</guid>
		<description>Hi, I can&#039;t find downloadable Darwin software onto the site for WinXP. Can somebody help me?
Thanks a lot
Abood</description>
		<content:encoded><![CDATA[<p>Hi, I can&#8217;t find downloadable Darwin software onto the site for WinXP. Can somebody help me?<br />
Thanks a lot<br />
Abood</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing items in a list while iterating through it by Nick</title>
		<link>http://generally.wordpress.com/2007/10/24/removing-items-in-a-list-while-iterating-through-it/#comment-1511</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 06 Nov 2009 16:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/10/24/removing-items-in-a-list-while-iterating-through-it/#comment-1511</guid>
		<description>Holy cow, it&#039;s is just appalling to see so many solutions that reek of disregard to runtime efficiency! Josh has posted a clean and solution. All solutions that include copying, converting to arrays etc are almost as bad as the sort of solutions that PHP and BASIC coders come up with. 

When there are methods already present in the .NET library, *use them*. Just like Josh does. That&#039;s what they&#039;re there for.</description>
		<content:encoded><![CDATA[<p>Holy cow, it&#8217;s is just appalling to see so many solutions that reek of disregard to runtime efficiency! Josh has posted a clean and solution. All solutions that include copying, converting to arrays etc are almost as bad as the sort of solutions that PHP and BASIC coders come up with. </p>
<p>When there are methods already present in the .NET library, *use them*. Just like Josh does. That&#8217;s what they&#8217;re there for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing items in a list while iterating through it by Squimball</title>
		<link>http://generally.wordpress.com/2007/10/24/removing-items-in-a-list-while-iterating-through-it/#comment-1510</link>
		<dc:creator>Squimball</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/10/24/removing-items-in-a-list-while-iterating-through-it/#comment-1510</guid>
		<description>The reverse iteration is just what I needed.  I would&#039;ve never thought of trying that.  Thanks!</description>
		<content:encoded><![CDATA[<p>The reverse iteration is just what I needed.  I would&#8217;ve never thought of trying that.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C#: List of struct by Stephen</title>
		<link>http://generally.wordpress.com/2007/06/21/c-list-of-struct/#comment-1509</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Fri, 30 Oct 2009 21:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/06/21/c-list-of-struct/#comment-1509</guid>
		<description>MyStruct s = myList[index];
s.MyField = “Foo”;
myList[index] = s;

I realize this discussion is quite old early on, but I would really like to know why the code above works. If the list indexer is just a function that returns a copy of the struct, how can you do myList[index] = s? Aren&#039;t you just assigning s to a temporary copy? Isn&#039;t myList[index] on the left-hand side of the assignment operator just returning a temporary copy of the struct at that index? Or is myList[index] purely a reference when it&#039;s to the left of =?</description>
		<content:encoded><![CDATA[<p>MyStruct s = myList[index];<br />
s.MyField = “Foo”;<br />
myList[index] = s;</p>
<p>I realize this discussion is quite old early on, but I would really like to know why the code above works. If the list indexer is just a function that returns a copy of the struct, how can you do myList[index] = s? Aren&#8217;t you just assigning s to a temporary copy? Isn&#8217;t myList[index] on the left-hand side of the assignment operator just returning a temporary copy of the struct at that index? Or is myList[index] purely a reference when it&#8217;s to the left of =?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple row toolbar in Firefox by iB4m</title>
		<link>http://generally.wordpress.com/2006/08/31/multiple-row-toolbar-in-firefox/#comment-1508</link>
		<dc:creator>iB4m</dc:creator>
		<pubDate>Thu, 29 Oct 2009 05:19:08 +0000</pubDate>
		<guid isPermaLink="false">https://generally.wordpress.com/2006/08/31/multiple-row-toolbar-in-firefox/#comment-1508</guid>
		<description>here the addon :
https://addons.mozilla.org/en-US/firefox/addon/6937?src=api</description>
		<content:encoded><![CDATA[<p>here the addon :<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/6937?src=api" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/6937?src=api</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A simple Remoting example in C# by Sachin Tiwari</title>
		<link>http://generally.wordpress.com/2007/05/31/a-simple-remoting-example-in-c/#comment-1507</link>
		<dc:creator>Sachin Tiwari</dc:creator>
		<pubDate>Thu, 22 Oct 2009 21:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/05/31/a-simple-remoting-example-in-c/#comment-1507</guid>
		<description>I think people are missing the NameSpace thing...........look into that.......

Means look into your code and suggested sample code...........

Hope my this comment will make happy to lot of users who are facing trouble in given sample application.</description>
		<content:encoded><![CDATA[<p>I think people are missing the NameSpace thing&#8230;&#8230;&#8230;..look into that&#8230;&#8230;.</p>
<p>Means look into your code and suggested sample code&#8230;&#8230;&#8230;..</p>
<p>Hope my this comment will make happy to lot of users who are facing trouble in given sample application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Right click on TreeView: Get the node clicked at by Real Drouin</title>
		<link>http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1506</link>
		<dc:creator>Real Drouin</dc:creator>
		<pubDate>Mon, 19 Oct 2009 21:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1506</guid>
		<description>The exemple is fine for a WPF application but it doesn&#039;nt work for a .Net application. That TreeNodeMouseClickEventArgs e)  doesn&#039;t exist.</description>
		<content:encoded><![CDATA[<p>The exemple is fine for a WPF application but it doesn&#8217;nt work for a .Net application. That TreeNodeMouseClickEventArgs e)  doesn&#8217;t exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C#: List of struct by T_T</title>
		<link>http://generally.wordpress.com/2007/06/21/c-list-of-struct/#comment-1505</link>
		<dc:creator>T_T</dc:creator>
		<pubDate>Sat, 17 Oct 2009 03:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/06/21/c-list-of-struct/#comment-1505</guid>
		<description>and here I was this whole time trying to figure out why it wouldn&#039;t work.</description>
		<content:encoded><![CDATA[<p>and here I was this whole time trying to figure out why it wouldn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to setup Darwin Streaming Server on Windows by qqqq</title>
		<link>http://generally.wordpress.com/2007/08/07/how-to-setup-darwin-streaming-server-on-windows/#comment-1504</link>
		<dc:creator>qqqq</dc:creator>
		<pubDate>Thu, 15 Oct 2009 17:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/08/07/how-to-setup-darwin-streaming-server-on-windows/#comment-1504</guid>
		<description>http://generally.wordpress.com/2007/08/07/how-to-setup-darwin-streaming-server-on-windows/</description>
		<content:encoded><![CDATA[<p><a href="http://generally.wordpress.com/2007/08/07/how-to-setup-darwin-streaming-server-on-windows/" rel="nofollow">http://generally.wordpress.com/2007/08/07/how-to-setup-darwin-streaming-server-on-windows/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to setup Darwin Streaming Server on Windows by Mon</title>
		<link>http://generally.wordpress.com/2007/08/07/how-to-setup-darwin-streaming-server-on-windows/#comment-1503</link>
		<dc:creator>Mon</dc:creator>
		<pubDate>Mon, 12 Oct 2009 08:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/08/07/how-to-setup-darwin-streaming-server-on-windows/#comment-1503</guid>
		<description>Hi Ziathegreat,

I think DSS only works for rtsp and not http. btw, I tried installing DSS 6.0.3 to windows XP but I got error - &quot;couldn&#039;t find the en language messages file&quot;

Can you tell me where can I find DS 6.0.3 compiled installer?   I guess the one that I downloaded was only a source code.

Thanks,
Mon</description>
		<content:encoded><![CDATA[<p>Hi Ziathegreat,</p>
<p>I think DSS only works for rtsp and not http. btw, I tried installing DSS 6.0.3 to windows XP but I got error &#8211; &#8220;couldn&#8217;t find the en language messages file&#8221;</p>
<p>Can you tell me where can I find DS 6.0.3 compiled installer?   I guess the one that I downloaded was only a source code.</p>
<p>Thanks,<br />
Mon</p>
]]></content:encoded>
	</item>
</channel>
</rss>