<?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 daxfohl</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/daxfohl/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 daxfohl</title>
		<link>http://channel9.msdn.com/Niners/daxfohl/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/daxfohl/Discussions</link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 06:19:48 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 06:19:48 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - Ideas for C# 5.0</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">stevo_ said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">TechChaser said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>I think this thread is specifically about language features, in terms of .net features, I'd love to see some work put into making compilation more extensible (like postsharp for example)..</p>
</div></blockquote>
<p>Yeah, it would be interesting to see an application go through some programatic transform before compilation.&nbsp; Something a bit more powerful than the simple #if(DEBUG) ugliness.&nbsp; Maybe along the lines of a Linq to Parse Tree, or Linq to Assembly, or Linq
 to Attributes.&nbsp; ie, you could have your precompiler set up with a set of Linq expressions, and if you wanted to do a core compile, you would choose the one that removed all the [UI]-decorated classes and methods.</p>
<p>&nbsp;</p>
<p>That would also allow a lot more flexibility for encapsulation and information hiding than the current five access specifiers, and would enable things like friend classes without explicitly adding friend classes.&nbsp; ie, the Linq code could specify that classes
 decorated with [Tester] would have access to all methods decorated [Testable], but that no other classes would be able to see it.&nbsp; That would allow the &quot;architects&quot; to create the attributes and write the Linq code to determine what is visible to what, while
 the application programmers simply create classes to work within those boundaries.</p>
<p>&nbsp;</p>
<p>Something like a formal, compilable version of a standards document.</p>
<p>&nbsp;</p>
<p>Another nice thing about doing things this way is that you gain the power of doing macro-type stuff, but since everything is just a Linq-to-Parse-Tree, it would be analyzable realtime to the editor and intellisense (just like the #if(DEBUG) is now).</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/499699-Suggestions-for-C-50/579721445d494ee1b0919deb00097fd4#579721445d494ee1b0919deb00097fd4</link>
		<pubDate>Tue, 20 Oct 2009 03:29:44 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/499699-Suggestions-for-C-50/579721445d494ee1b0919deb00097fd4#579721445d494ee1b0919deb00097fd4</guid>
		<dc:creator>Dax Fohl</dc:creator>
		<slash:comments>131</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/daxfohl/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>