<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Implementing Singleton using .NET Framework</title><link>http://blogs.msdn.com/b/erudition/archive/2007/10/26/implementing-singleton-using-net-framework.aspx</link><description>Leveraging the .NET Framework features (sealed class and read-only properties) to implement the Singleton pattern in a thread safe manner. 
 
 The Singleton Class 
 
 using System; 
 using System.Collections.Generic; 
 using System.Text; 
 
 namespace</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator></channel></rss>