<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: C# Using alias directives</title>
	<atom:link href="http://dev-tricks.net/c-sharp-using-alias-directives/feed" rel="self" type="application/rss+xml" />
	<link>http://dev-tricks.net/c-sharp-using-alias-directives</link>
	<description>Blogging developper tips and tricks</description>
	<lastBuildDate>Sun, 15 Apr 2012 18:01:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jan Wikholm</title>
		<link>http://dev-tricks.net/c-sharp-using-alias-directives/comment-page-1#comment-174</link>
		<dc:creator>Jan Wikholm</dc:creator>
		<pubDate>Mon, 16 Nov 2009 06:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tricks.net/?p=218#comment-174</guid>
		<description>Yeah.

We&#039;ve been using this in our CMS system because we have our own &quot;File&quot; and incidentally it uses System.IO.File too so we need to specify that using File = ournamespace.File; and then just use the fully-qualified name for IO Files.</description>
		<content:encoded><![CDATA[<p>Yeah.</p>
<p>We&#8217;ve been using this in our CMS system because we have our own &#8220;File&#8221; and incidentally it uses System.IO.File too so we need to specify that using File = ournamespace.File; and then just use the fully-qualified name for IO Files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eber Irigoyen</title>
		<link>http://dev-tricks.net/c-sharp-using-alias-directives/comment-page-1#comment-87</link>
		<dc:creator>Eber Irigoyen</dc:creator>
		<pubDate>Tue, 21 Apr 2009 22:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://dev-tricks.net/?p=218#comment-87</guid>
		<description>yup, I&#039;ve used this technique to hide generics complexity

http://ebersys.blogspot.com/2006/08/hiding-generics-complexity.html</description>
		<content:encoded><![CDATA[<p>yup, I&#8217;ve used this technique to hide generics complexity</p>
<p><a href="http://ebersys.blogspot.com/2006/08/hiding-generics-complexity.html" rel="nofollow">http://ebersys.blogspot.com/2006/08/hiding-generics-complexity.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

