<?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>LIXLI - Health, Memory and Study Skills &#187; Design Patterns Singleton</title>
	<atom:link href="http://www.lixli.com/tag/design-patterns-singleton/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lixli.com</link>
	<description>Get Noticed !</description>
	<lastBuildDate>Sat, 30 Oct 2010 17:16:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<!-- google_ad_section_end --><!-- google_ad_section_start -->	<item>
		<title>Thoughts on Singleton Design Pattern &#8211; Good Bad Ugly</title>
		<link>http://www.lixli.com/software-architect/thoughts-on-singleton-design-pattern-good-bad-ugly.html</link>
		<comments>http://www.lixli.com/software-architect/thoughts-on-singleton-design-pattern-good-bad-ugly.html#comments</comments>
		<pubDate>Mon, 17 Aug 2009 11:12:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Architect]]></category>
		<category><![CDATA[Design Patterns Singleton]]></category>
		<category><![CDATA[Gang Of Four Singleton]]></category>
		<category><![CDATA[Gof Singleton Pattern]]></category>
		<category><![CDATA[Python Singleton Pattern]]></category>
		<category><![CDATA[Singleton Double Checked Locking]]></category>
		<category><![CDATA[Singleton Pattern Asp Net]]></category>
		<category><![CDATA[Singleton Pattern C]]></category>
		<category><![CDATA[Static Methods Singleton]]></category>

		<guid isPermaLink="false">http://www.lixli.com/software-architect/thoughts-on-singleton-design-pattern-good-bad-ugly.html</guid>
		<description><![CDATA[Singleton patternis one of the best-known patterns in software engineering. Essentially, a singleton is a class which only allows a single instance of itself to be created, and usually gives simple access to that instance. Most commonly, singletons don&#8217;t allow any parameters to be specified when creating the instance &#8211; as otherwise a second request [...]]]></description>
		<wfw:commentRss>http://www.lixli.com/software-architect/thoughts-on-singleton-design-pattern-good-bad-ugly.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- google_ad_section_end --></channel>
</rss>

