<?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: Real singleton approach in WPF application</title>
	<atom:link href="http://khason.net/dev/read-singleton-approach-in-wpf-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://khason.net/dev/read-singleton-approach-in-wpf-application/</link>
	<description>Take care of the sense, and the sounds will take care of themselves.</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:44:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: as</title>
		<link>http://khason.net/dev/read-singleton-approach-in-wpf-application/comment-page-1/#comment-4424</link>
		<dc:creator>as</dc:creator>
		<pubDate>Fri, 24 Jun 2011 08:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/dev/read-singleton-approach-in-wpf-application/#comment-4424</guid>
		<description>alert(1);</description>
		<content:encoded><![CDATA[<p>alert(1);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: as</title>
		<link>http://khason.net/dev/read-singleton-approach-in-wpf-application/comment-page-1/#comment-4423</link>
		<dc:creator>as</dc:creator>
		<pubDate>Fri, 24 Jun 2011 08:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/dev/read-singleton-approach-in-wpf-application/#comment-4423</guid>
		<description>8)</description>
		<content:encoded><![CDATA[<p> <img src='http://khason.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sly Gryphon</title>
		<link>http://khason.net/dev/read-singleton-approach-in-wpf-application/comment-page-1/#comment-3400</link>
		<dc:creator>Sly Gryphon</dc:creator>
		<pubDate>Thu, 22 Oct 2009 10:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/dev/read-singleton-approach-in-wpf-application/#comment-3400</guid>
		<description>@MF You need to read the original &quot;Design Patterns&quot; book by the GoF (Gamma, etc).

Some of the _benefits_ of using the Singleton (as described in that classic book on patterns) is that you _can_ use different instances for different reasons.

In fact, using the Singleton pattern actually makes unit testing easy! 

(In unit tests the accessor returns a mock or test version of the class, whilst the real code returns the real instance.)</description>
		<content:encoded><![CDATA[<p>@MF You need to read the original &#8220;Design Patterns&#8221; book by the GoF (Gamma, etc).</p>
<p>Some of the _benefits_ of using the Singleton (as described in that classic book on patterns) is that you _can_ use different instances for different reasons.</p>
<p>In fact, using the Singleton pattern actually makes unit testing easy! </p>
<p>(In unit tests the accessor returns a mock or test version of the class, whilst the real code returns the real instance.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tamir</title>
		<link>http://khason.net/dev/read-singleton-approach-in-wpf-application/comment-page-1/#comment-3254</link>
		<dc:creator>Tamir</dc:creator>
		<pubDate>Tue, 25 Aug 2009 06:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/dev/read-singleton-approach-in-wpf-application/#comment-3254</guid>
		<description>@MF sometimes you have no chance other than using Singletons

@Luis it&#039;s because my singleton object is not freezable it&#039;s only source for given dependency objects.</description>
		<content:encoded><![CDATA[<p>@MF sometimes you have no chance other than using Singletons</p>
<p>@Luis it&#8217;s because my singleton object is not freezable it&#8217;s only source for given dependency objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Guerrero</title>
		<link>http://khason.net/dev/read-singleton-approach-in-wpf-application/comment-page-1/#comment-3253</link>
		<dc:creator>Luis Guerrero</dc:creator>
		<pubDate>Tue, 25 Aug 2009 00:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/dev/read-singleton-approach-in-wpf-application/#comment-3253</guid>
		<description>And why don&#039;t call Freeze() method of Freezable objects, it will detached from dispatcher and you can use in every control you like and more faster, because MIL composition engine know about freezable objets.  

Luis.</description>
		<content:encoded><![CDATA[<p>And why don&#8217;t call Freeze() method of Freezable objects, it will detached from dispatcher and you can use in every control you like and more faster, because MIL composition engine know about freezable objets.  </p>
<p>Luis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MF</title>
		<link>http://khason.net/dev/read-singleton-approach-in-wpf-application/comment-page-1/#comment-3252</link>
		<dc:creator>MF</dc:creator>
		<pubDate>Mon, 24 Aug 2009 23:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/dev/read-singleton-approach-in-wpf-application/#comment-3252</guid>
		<description>Be careful using singletons (they are an anti-pattern) they seem useful but they become painful later on when you want to do unit testing or use a different instance for some other reason. Use IoC (DI) instead</description>
		<content:encoded><![CDATA[<p>Be careful using singletons (they are an anti-pattern) they seem useful but they become painful later on when you want to do unit testing or use a different instance for some other reason. Use IoC (DI) instead</p>
]]></content:encoded>
	</item>
</channel>
</rss>

