<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Erik Nordin about EPiServer &#187; .net</title>
	<atom:link href="http://antecknat.se/blog/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://antecknat.se/blog</link>
	<description>A blog about understanding and extending EPiServer</description>
	<lastBuildDate>Sun, 01 Aug 2010 11:06:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Extension Methods in .NET 3</title>
		<link>http://antecknat.se/blog/2008/09/09/extension-method-in-net-3/</link>
		<comments>http://antecknat.se/blog/2008/09/09/extension-method-in-net-3/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 14:15:09 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[extension method]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=34</guid>
		<description><![CDATA[I really love Extension methods released in .NET 3. Here are two simple, but useful examples: This method will add a default text to your textbox, the text will be removed when the user focus the textbox, and if if it's emtpy onblur, the default text will be shown again. public static void AddTextRemovedOnFocus(this System.Web.UI.WebControls.TextBox [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/09/09/extension-method-in-net-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
