<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.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>Nested Types</title><link>http://msmvps.com/blogs/peterritchie/archive/2008/07/15/nested-types.aspx</link><description>Recently Michael Features blogged about nested types . The title was almost &amp;quot;nested types considered harmful&amp;quot;. I don&amp;#39;t agree. I don&amp;#39;t agree that they&amp;#39;re any more harmful than any other C# construct (except goto...). Nested types</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Nested Types</title><link>http://msmvps.com/blogs/peterritchie/archive/2008/07/15/nested-types.aspx#1641004</link><pubDate>Tue, 15 Jul 2008 23:25:53 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1641004</guid><dc:creator>Steve</dc:creator><description>&lt;p&gt;I&amp;#39;ve to agree with you on this one. I&amp;#39;ve used them before to implement the Null patterns&lt;/p&gt;
&lt;p&gt;public abstract class Stream&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;....&lt;/p&gt;
&lt;p&gt;public static readonly Stream Null = new NullStream();&lt;/p&gt;
&lt;p&gt;private class NullStream : Stream { ... }&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1641004" width="1" height="1"&gt;</description></item><item><title>Nested Types</title><link>http://msmvps.com/blogs/peterritchie/archive/2008/07/15/nested-types.aspx#1640916</link><pubDate>Tue, 15 Jul 2008 15:29:29 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1640916</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You&amp;#39;ve been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1640916" width="1" height="1"&gt;</description></item></channel></rss>