<?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: StaticResource does not mean static</title>
	<atom:link href="http://www.ageektrapped.com/blog/staticresource-does-not-mean-static/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ageektrapped.com/blog/staticresource-does-not-mean-static/</link>
	<description>Trapped online since 2004</description>
	<lastBuildDate>Wed, 11 Jan 2012 10:22:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: mansin</title>
		<link>http://www.ageektrapped.com/blog/staticresource-does-not-mean-static/comment-page-1/#comment-755</link>
		<dc:creator>mansin</dc:creator>
		<pubDate>Wed, 09 Feb 2011 04:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/staticresource-does-not-mean-static/#comment-755</guid>
		<description>Thanks for this Nice Article. 

Taking your example further, I tried creating a hashtable binding to a listbox (all in xaml). Code :
   
        
            01
            02
            03
            04
            500
        

        
            
                
            
        
    
    

        
    

After adding to hashtable in codebehind on button click, listbox does not get updated. Any ideas ?

Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for this Nice Article. </p>
<p>Taking your example further, I tried creating a hashtable binding to a listbox (all in xaml). Code :</p>
<p>            01<br />
            02<br />
            03<br />
            04<br />
            500</p>
<p>After adding to hashtable in codebehind on button click, listbox does not get updated. Any ideas ?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrell</title>
		<link>http://www.ageektrapped.com/blog/staticresource-does-not-mean-static/comment-page-1/#comment-307</link>
		<dc:creator>Darrell</dc:creator>
		<pubDate>Tue, 10 Jun 2008 20:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/staticresource-does-not-mean-static/#comment-307</guid>
		<description>Actually the semantics for a static resource are check once AND MAKE SURE IT IS THERE at the launch of the executable otherwise throw an exception.  Dynamic resources do not check until set to a dynamic resource and if you can&#039;t find it don&#039;t worry about it.</description>
		<content:encoded><![CDATA[<p>Actually the semantics for a static resource are check once AND MAKE SURE IT IS THERE at the launch of the executable otherwise throw an exception.  Dynamic resources do not check until set to a dynamic resource and if you can&#8217;t find it don&#8217;t worry about it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

