<?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: Nullables in .NET</title>
	<atom:link href="http://rainstorms.me.uk/blog/2008/03/12/nullables-in-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://rainstorms.me.uk/blog/2008/03/12/nullables-in-net/</link>
	<description>Problems that I come across in day to day coding</description>
	<lastBuildDate>Tue, 30 Aug 2011 06:31:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Wizz&#8217;s Coding Solutions &#187; Blog Archive &#187; Nullables in VB.NET with ?</title>
		<link>http://rainstorms.me.uk/blog/2008/03/12/nullables-in-net/comment-page-1/#comment-8</link>
		<dc:creator>Wizz&#8217;s Coding Solutions &#187; Blog Archive &#187; Nullables in VB.NET with ?</dc:creator>
		<pubDate>Fri, 14 Mar 2008 14:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://rainstorms.me.uk/blog/?p=7#comment-8</guid>
		<description>[...] Studio 2008 or whether I just missed it completely in 2005, but I have just noticed that you can do Nullables in VB.NET the same way you can in [...]</description>
		<content:encoded><![CDATA[<p>[...] Studio 2008 or whether I just missed it completely in 2005, but I have just noticed that you can do Nullables in VB.NET the same way you can in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://rainstorms.me.uk/blog/2008/03/12/nullables-in-net/comment-page-1/#comment-2</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 12 Mar 2008 23:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://rainstorms.me.uk/blog/?p=7#comment-2</guid>
		<description>In C# it&#039;s similar - you declare the variable as e.g. Nullable&lt;int&gt; n;

However, you can also use the following notation:
int? n;

The &#039;?&#039; is short-hand for &#039;Nullable&#039;.</description>
		<content:encoded><![CDATA[<p>In C# it&#8217;s similar &#8211; you declare the variable as e.g. Nullable&lt;int&gt; n;</p>
<p>However, you can also use the following notation:<br />
int? n;</p>
<p>The &#8216;?&#8217; is short-hand for &#8216;Nullable&#8217;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

