<?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: .NET &#8211; Nullable data types</title>
	<atom:link href="http://www.jaltiere.com/index.php/2006/07/24/net-nullable-data-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaltiere.com/index.php/2006/07/24/net-nullable-data-types/</link>
	<description>.NET Software Development</description>
	<lastBuildDate>Mon, 14 Nov 2011 14:58:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dmitry</title>
		<link>http://www.jaltiere.com/index.php/2006/07/24/net-nullable-data-types/comment-page-1/#comment-19225</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Wed, 06 Feb 2008 13:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=3#comment-19225</guid>
		<description>Great post, thank you for putting it together.

I am trying to get a better handle on this concept as I have never had a chance to use this myself.</description>
		<content:encoded><![CDATA[<p>Great post, thank you for putting it together.</p>
<p>I am trying to get a better handle on this concept as I have never had a chance to use this myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OVGuillermo</title>
		<link>http://www.jaltiere.com/index.php/2006/07/24/net-nullable-data-types/comment-page-1/#comment-10428</link>
		<dc:creator>OVGuillermo</dc:creator>
		<pubDate>Sun, 26 Aug 2007 19:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=3#comment-10428</guid>
		<description>Thank you for your site. I have found here much useful information. 
Good site ! ;)</description>
		<content:encoded><![CDATA[<p>Thank you for your site. I have found here much useful information.<br />
Good site ! <img src='http://www.jaltiere.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.jaltiere.com/index.php/2006/07/24/net-nullable-data-types/comment-page-1/#comment-4</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Tue, 25 Jul 2006 19:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=3#comment-4</guid>
		<description>Good catch!  Wordpress ate part of that line and I didn&#039;t notice it.  Looks like the same thing happened to your post, which had me scratching my head for a few minutes. :)

Fixed now.</description>
		<content:encoded><![CDATA[<p>Good catch!  WordPress ate part of that line and I didn&#8217;t notice it.  Looks like the same thing happened to your post, which had me scratching my head for a few minutes. <img src='http://www.jaltiere.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Kohari</title>
		<link>http://www.jaltiere.com/index.php/2006/07/24/net-nullable-data-types/comment-page-1/#comment-3</link>
		<dc:creator>Nate Kohari</dc:creator>
		<pubDate>Tue, 25 Jul 2006 19:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=3#comment-3</guid>
		<description>At first I thought you were smoking something, but then I realized what you meant -- the generics braces are missing, right? It should be Nullable&lt;type&gt;. I guess I completely missed that when I read the article. Funny how that works sometimes...</description>
		<content:encoded><![CDATA[<p>At first I thought you were smoking something, but then I realized what you meant &#8212; the generics braces are missing, right? It should be Nullable&lt;type&gt;. I guess I completely missed that when I read the article. Funny how that works sometimes&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.jaltiere.com/index.php/2006/07/24/net-nullable-data-types/comment-page-1/#comment-2</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 25 Jul 2006 18:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=3#comment-2</guid>
		<description>Nice intro. I think you have a typo in your first example. Shouldn&#039;t

// Here is how a nullable integer can be declared in C#
Nullable myInt = null;

be

Nullable myInt = null;</description>
		<content:encoded><![CDATA[<p>Nice intro. I think you have a typo in your first example. Shouldn&#8217;t</p>
<p>// Here is how a nullable integer can be declared in C#<br />
Nullable myInt = null;</p>
<p>be</p>
<p>Nullable myInt = null;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Kohari</title>
		<link>http://www.jaltiere.com/index.php/2006/07/24/net-nullable-data-types/comment-page-1/#comment-1</link>
		<dc:creator>Nate Kohari</dc:creator>
		<pubDate>Tue, 25 Jul 2006 18:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=3#comment-1</guid>
		<description>A good overview of one of the great new toys from .NET 2.0. I&#039;m constantly finding new uses for nullable types.</description>
		<content:encoded><![CDATA[<p>A good overview of one of the great new toys from .NET 2.0. I&#8217;m constantly finding new uses for nullable types.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

