<?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#.NET &#8211; How to extend the .NET Framework easily (extension Methods)</title>
	<atom:link href="http://blog.dervalp.com/2009/06/12/cnet-how-to-extend-the-net-framework-easily-extension-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dervalp.com/2009/06/12/cnet-how-to-extend-the-net-framework-easily-extension-method/</link>
	<description>Think before Programming (Public learning)</description>
	<lastBuildDate>Fri, 07 May 2010 21:00:40 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kelvin</title>
		<link>http://blog.dervalp.com/2009/06/12/cnet-how-to-extend-the-net-framework-easily-extension-method/comment-page-1/#comment-63</link>
		<dc:creator>kelvin</dc:creator>
		<pubDate>Mon, 22 Jun 2009 09:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dervalp.com/?p=342#comment-63</guid>
		<description>Ohh and one more thing, I just tried this in my VS2005, and I don&#039;t think VS2005 understands this construct. Does this only work in 2008 or 2010? I will try it later on those versions of VS.

Great find, btw</description>
		<content:encoded><![CDATA[<p>Ohh and one more thing, I just tried this in my VS2005, and I don&#8217;t think VS2005 understands this construct. Does this only work in 2008 or 2010? I will try it later on those versions of VS.</p>
<p>Great find, btw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kelvin</title>
		<link>http://blog.dervalp.com/2009/06/12/cnet-how-to-extend-the-net-framework-easily-extension-method/comment-page-1/#comment-62</link>
		<dc:creator>kelvin</dc:creator>
		<pubDate>Mon, 22 Jun 2009 09:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dervalp.com/?p=342#comment-62</guid>
		<description>Why is your method named &quot;IsNotEmail&quot; - when clearly you are looking for &quot;IsEmail&quot;...

or am i missing something?</description>
		<content:encoded><![CDATA[<p>Why is your method named &#8220;IsNotEmail&#8221; &#8211; when clearly you are looking for &#8220;IsEmail&#8221;&#8230;</p>
<p>or am i missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC C# Linq to Stored procedure with Dynamic Query (a quick phone book, piece of Cake !) &#124; blog.dervalp.com</title>
		<link>http://blog.dervalp.com/2009/06/12/cnet-how-to-extend-the-net-framework-easily-extension-method/comment-page-1/#comment-53</link>
		<dc:creator>ASP.NET MVC C# Linq to Stored procedure with Dynamic Query (a quick phone book, piece of Cake !) &#124; blog.dervalp.com</dc:creator>
		<pubDate>Fri, 12 Jun 2009 18:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dervalp.com/?p=342#comment-53</guid>
		<description>[...] Back to our Filters, the magic word here is &#8220;this&#8221;. You create a static class with an Ubiquitous Language (DDD style, traduction explicit name) and you create some static methods. In this example, it is &#8220;this IQueryable&lt;UserDB&gt;&#8221; and if you play with an object of that type, the intellisense will detect automatically and will show it to you (Like we saw in a previous post, here). [...]</description>
		<content:encoded><![CDATA[<p>[...] Back to our Filters, the magic word here is &#8220;this&#8221;. You create a static class with an Ubiquitous Language (DDD style, traduction explicit name) and you create some static methods. In this example, it is &#8220;this IQueryable&lt;UserDB&gt;&#8221; and if you play with an object of that type, the intellisense will detect automatically and will show it to you (Like we saw in a previous post, here). [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
