<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wizards of Smart &#187; Nullable Types</title>
	<atom:link href="http://wizardsofsmart.net/tag/nullable-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://wizardsofsmart.net</link>
	<description>.NET Design Patterns</description>
	<lastBuildDate>Thu, 29 Jul 2010 16:40:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>WPF DataBinding: Nullable Value Types</title>
		<link>http://wizardsofsmart.net/tips/wpf-databinding-nullable-value-types/</link>
		<comments>http://wizardsofsmart.net/tips/wpf-databinding-nullable-value-types/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 13:00:31 +0000</pubDate>
		<dc:creator>panesofglass</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[DataBinding]]></category>
		<category><![CDATA[MSDN Code Gallery]]></category>
		<category><![CDATA[Nullable Types]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://panesofglass.com/?p=5</guid>
		<description><![CDATA[We recently ran into what appeared to be an inconsistency in WPF&#8217;s data binding. When you attempt to data bind to a nullable value type with a value of null, WPF appears to drop the binding. Using an identity converter and several other methods only told us what we already knew, so I did a [...]]]></description>
			<content:encoded><![CDATA[<p>We recently ran into what appeared to be an inconsistency in WPF&#8217;s data binding. When you attempt to data bind to a nullable value type with a value of null, WPF appears to drop the binding. Using an identity converter and several other methods only told us what we already knew, so I did a little research this morning.</p>
<p><a href="http://code.msdn.microsoft.com/UserAccount/UserProfile.aspx?UserName=hortha" onclick="urchinTracker('/outgoing/code.msdn.microsoft.com/UserAccount/UserProfile.aspx?UserName=hortha&amp;referer=');">hortha</a> posted a <a href="http://code.msdn.microsoft.com/wpfdatabindingnull" onclick="urchinTracker('/outgoing/code.msdn.microsoft.com/wpfdatabindingnull?referer=');">solution</a> with examples to the <a href="http://code.msdn.microsoft.com/" onclick="urchinTracker('/outgoing/code.msdn.microsoft.com/?referer=');">MSDN Code Gallery</a> that we tried this morning. His solution works beautifully. Several commenters noted that VS2008 SP1 is supposed to fix this without converters, but no one seems to have tried it.</p>
]]></content:encoded>
			<wfw:commentRss>http://wizardsofsmart.net/tips/wpf-databinding-nullable-value-types/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
