<?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: A few things you might not know about System.Nullable</title>
	<atom:link href="http://www.somethingorothersoft.com/2010/05/29/a-few-things-you-might-not-know-about-system-nullable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.somethingorothersoft.com/2010/05/29/a-few-things-you-might-not-know-about-system-nullable/</link>
	<description>About Software Development And Other Stuff By Igor Zevaka</description>
	<lastBuildDate>Tue, 15 Nov 2011 18:37:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: igor</title>
		<link>http://www.somethingorothersoft.com/2010/05/29/a-few-things-you-might-not-know-about-system-nullable/comment-page-1/#comment-356</link>
		<dc:creator>igor</dc:creator>
		<pubDate>Tue, 20 Jul 2010 02:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingorothersoft.com/?p=385#comment-356</guid>
		<description>&lt;p&gt;Jacob, yes, that makes perfect sense. And since it&#039;s a value type, assigning to a temporary variable actually creates a copy of the nullable value and thus is protected from threading issues.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jacob, yes, that makes perfect sense. And since it&#8217;s a value type, assigning to a temporary variable actually creates a copy of the nullable value and thus is protected from threading issues.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.somethingorothersoft.com/2010/05/29/a-few-things-you-might-not-know-about-system-nullable/comment-page-1/#comment-355</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Tue, 20 Jul 2010 01:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingorothersoft.com/?p=385#comment-355</guid>
		<description>&lt;p&gt;Great information!&lt;/p&gt;

&lt;p&gt;I assume the temporary assignment in the ?? assignment is to make the generated code behave more predictably in multithreaded code.  If the value of the nullable changes between the test and assignment, a null value could result.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great information!</p>

<p>I assume the temporary assignment in the ?? assignment is to make the generated code behave more predictably in multithreaded code.  If the value of the nullable changes between the test and assignment, a null value could result.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.somethingorothersoft.com/2010/05/29/a-few-things-you-might-not-know-about-system-nullable/comment-page-1/#comment-354</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Tue, 20 Jul 2010 01:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingorothersoft.com/?p=385#comment-354</guid>
		<description>&lt;p&gt;I assume the temporary assignment in the ?? assignment is to make the generated code behave more predictably in multithreaded code.  If the value of the nullable changes between the test and assignment, a null value could result.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I assume the temporary assignment in the ?? assignment is to make the generated code behave more predictably in multithreaded code.  If the value of the nullable changes between the test and assignment, a null value could result.</p>]]></content:encoded>
	</item>
</channel>
</rss>

