<?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: Forcing Extension Methods to Be Used</title>
	<atom:link href="http://blog.dmbcllc.com/2008/12/01/forcing-extension-methods-to-be-used/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dmbcllc.com/2008/12/01/forcing-extension-methods-to-be-used/</link>
	<description>ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.</description>
	<lastBuildDate>Mon, 15 Mar 2010 11:52:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan Vanderboom</title>
		<link>http://blog.dmbcllc.com/2008/12/01/forcing-extension-methods-to-be-used/comment-page-1/#comment-1140</link>
		<dc:creator>Dan Vanderboom</dc:creator>
		<pubDate>Mon, 01 Dec 2008 15:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/12/01/forcing-extension-methods-to-be-used/#comment-1140</guid>
		<description>What I do sometimes is to define the extension method in the same namespace as the type I&#039;m extending.  For example, if I want to add an extension method to System.Windows.Forms.Control, I can define it within namespace System.Windows.Forms.  Then, so long as I have a reference to that assembly, the extension will always be available, and no additional using/import statement will be needed.</description>
		<content:encoded><![CDATA[<p>What I do sometimes is to define the extension method in the same namespace as the type I&#8217;m extending.  For example, if I want to add an extension method to System.Windows.Forms.Control, I can define it within namespace System.Windows.Forms.  Then, so long as I have a reference to that assembly, the extension will always be available, and no additional using/import statement will be needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - December 1, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://blog.dmbcllc.com/2008/12/01/forcing-extension-methods-to-be-used/comment-page-1/#comment-1139</link>
		<dc:creator>Dew Drop - December 1, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Mon, 01 Dec 2008 14:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/12/01/forcing-extension-methods-to-be-used/#comment-1139</guid>
		<description>[...] Forcing Extension Methods to Be Used (Dave M. Bush) [...]</description>
		<content:encoded><![CDATA[<p>[...] Forcing Extension Methods to Be Used (Dave M. Bush) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.204 seconds -->
