<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by nihilist</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/nihilist/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by nihilist</title>
		<link>http://channel9.msdn.com/Niners/nihilist/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/nihilist/Discussions</link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 13:19:18 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 13:19:18 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - Saddam is dead - YAY!</title>
		<description><![CDATA[<p>This is &quot;YAY!&quot; why?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/251114-Saddam-is-dead-YAY/9136f7a36c0346fd99589dec0046738c#9136f7a36c0346fd99589dec0046738c</link>
		<pubDate>Sat, 30 Dec 2006 04:44:07 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/251114-Saddam-is-dead-YAY/9136f7a36c0346fd99589dec0046738c#9136f7a36c0346fd99589dec0046738c</guid>
		<dc:creator>nihilist</dc:creator>
		<slash:comments>62</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/nihilist/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS2005 Formatting?</title>
		<description><![CDATA[<p>Yeah, I was using code snippets to do so.&nbsp; I got used to certain aspects of Eclipse (yes, it does do some things well!), including the auto-generation of accessors.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/206255-VS2005-Formatting/42819c40672a4898a9249dea01429e5d#42819c40672a4898a9249dea01429e5d</link>
		<pubDate>Thu, 06 Jul 2006 16:21:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/206255-VS2005-Formatting/42819c40672a4898a9249dea01429e5d#42819c40672a4898a9249dea01429e5d</guid>
		<dc:creator>nihilist</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/nihilist/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS2005 Formatting?</title>
		<description><![CDATA[<p>Is there any way to reformat a class in VS2005 so that the fields are at the top, acessors below them, and methods following?<br>
<br>
Basically, can this:<br>
<pre>private int _id;<br><br>public int ID {<br>     get { return _id; }<br>     set { _id=value; }<br>}<br><br>private int _level;<br><br>public int Level {<br>     get { return _level; }<br>     set { _level=value; }<br>}<br></pre>
<p>Become this (without having to manually move everything around):</p>
<pre>private int _id;<br>private int _level;<br><br>public int ID {<br>     get { return _id; }<br>     set { _id=value; }<br>}<br><br>public int Level {<br>     get { return _level; }<br>     set { _level=value; }<br>}<br></pre>
<p>Eclipse has the functionality, and I got used to it. Just trying to keep things lazy. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/206255-VS2005-Formatting/206255#206255</link>
		<pubDate>Mon, 03 Jul 2006 03:13:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/206255-VS2005-Formatting/206255#206255</guid>
		<dc:creator>nihilist</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/nihilist/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS2005/C# Default Namespace</title>
		<description><![CDATA[<p>Is there any way to disable the default namespace in VS2005?&nbsp; I rather liked the feature where VS.NET would generate namespaces based on folders.&nbsp; Would rather like to have that back.&nbsp; Any ideas?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/166251-VS2005C-Default-Namespace/166251#166251</link>
		<pubDate>Fri, 10 Mar 2006 23:59:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/166251-VS2005C-Default-Namespace/166251#166251</guid>
		<dc:creator>nihilist</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/nihilist/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>