<?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 on: CSharp fixed keyword</title>
	<atom:link href="http://blog.dmbcllc.com/2009/01/05/csharp-fixed-keyword/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dmbcllc.com/2009/01/05/csharp-fixed-keyword/</link>
	<description>ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.</description>
	<lastBuildDate>Mon, 15 Mar 2010 11:52:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave</title>
		<link>http://blog.dmbcllc.com/2009/01/05/csharp-fixed-keyword/comment-page-1/#comment-2038</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 20 Apr 2009 18:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/01/05/csharp-fixed-keyword/#comment-2038</guid>
		<description>To be clear on the &quot;always want to use fixed.&quot;  You always want to use it when you are working with memory in unsafe mode.  Normal, day-to-day usage of .NET, you&#039;d never want to use it.</description>
		<content:encoded><![CDATA[<p>To be clear on the &#8220;always want to use fixed.&#8221;  You always want to use it when you are working with memory in unsafe mode.  Normal, day-to-day usage of .NET, you&#8217;d never want to use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://blog.dmbcllc.com/2009/01/05/csharp-fixed-keyword/comment-page-1/#comment-2037</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 20 Apr 2009 17:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/01/05/csharp-fixed-keyword/#comment-2037</guid>
		<description>cPanel VPS. I understand your confusion and let me add this explanation. You use fixed so garbage collection won&#039;t clean up your variable. You always want to use fixed. It says while i am in this fixed code block please don&#039;t clean up the information I am pointing to.

If my statement is still not clear, here is the msdn article
http://msdn.microsoft.com/en-us/library/f58wzh21.aspx</description>
		<content:encoded><![CDATA[<p>cPanel VPS. I understand your confusion and let me add this explanation. You use fixed so garbage collection won&#8217;t clean up your variable. You always want to use fixed. It says while i am in this fixed code block please don&#8217;t clean up the information I am pointing to.</p>
<p>If my statement is still not clear, here is the msdn article<br />
<a href="http://msdn.microsoft.com/en-us/library/f58wzh21.aspx" >http://msdn.microsoft.com/en-us/library/f58wzh21.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.dmbcllc.com/2009/01/05/csharp-fixed-keyword/comment-page-1/#comment-1387</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 08 Jan 2009 22:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/01/05/csharp-fixed-keyword/#comment-1387</guid>
		<description>I&#039;ve been thinking about this question since you posted it and I&#039;ve come to the conclusion that you either don&#039;t understand the context in which this was written or I don&#039;t understand your question.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been thinking about this question since you posted it and I&#8217;ve come to the conclusion that you either don&#8217;t understand the context in which this was written or I don&#8217;t understand your question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cPanel VPS</title>
		<link>http://blog.dmbcllc.com/2009/01/05/csharp-fixed-keyword/comment-page-1/#comment-1386</link>
		<dc:creator>cPanel VPS</dc:creator>
		<pubDate>Thu, 08 Jan 2009 17:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/01/05/csharp-fixed-keyword/#comment-1386</guid>
		<description>In which case would you not want to used the fixed keyword? Maybe I am a little slow today, but I can&#039;t think of a scenario where you would want to point to something that is moving around in memory space?</description>
		<content:encoded><![CDATA[<p>In which case would you not want to used the fixed keyword? Maybe I am a little slow today, but I can&#8217;t think of a scenario where you would want to point to something that is moving around in memory space?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - January 6, 2009 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://blog.dmbcllc.com/2009/01/05/csharp-fixed-keyword/comment-page-1/#comment-1366</link>
		<dc:creator>Dew Drop - January 6, 2009 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Tue, 06 Jan 2009 14:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/01/05/csharp-fixed-keyword/#comment-1366</guid>
		<description>[...] CSharp fixed Keyword (Dave M. Bush) [...]</description>
		<content:encoded><![CDATA[<p>[...] CSharp fixed Keyword (Dave M. Bush) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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