<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A blog by Esteban Murchio</title>
	<atom:link href="http://devisfun.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://devisfun.wordpress.com</link>
	<description>using System.Brain;</description>
	<lastBuildDate>Wed, 22 Dec 2010 20:35:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='devisfun.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/dea4c7c79753d947f94f060c0a3739e4?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>A blog by Esteban Murchio</title>
		<link>http://devisfun.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://devisfun.wordpress.com/osd.xml" title="A blog by Esteban Murchio" />
	<atom:link rel='hub' href='http://devisfun.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Remote Proxy Pattern</title>
		<link>http://devisfun.wordpress.com/2010/08/20/remote-proxy-pattern/</link>
		<comments>http://devisfun.wordpress.com/2010/08/20/remote-proxy-pattern/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 22:08:16 +0000</pubDate>
		<dc:creator>Esteban</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[structural]]></category>

		<guid isPermaLink="false">http://devisfun.wordpress.com/?p=306</guid>
		<description><![CDATA[Well, the time came for the third specialization I&#8217;m going to write about the proxy pattern, in this case is the remote proxy pattern. It&#8217;s role is to provide the client the functionality to interact with an object that it might not be in the client machine, this proxy will inherit from the same interface [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devisfun.wordpress.com&amp;blog=9207912&amp;post=306&amp;subd=devisfun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://devisfun.wordpress.com/2010/08/20/remote-proxy-pattern/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ee90a15d7292ddc46867674144cc81f?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Esteban</media:title>
		</media:content>
	</item>
		<item>
		<title>Authentication Proxy Pattern</title>
		<link>http://devisfun.wordpress.com/2010/08/19/authentication-proxy-pattern/</link>
		<comments>http://devisfun.wordpress.com/2010/08/19/authentication-proxy-pattern/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 07:56:22 +0000</pubDate>
		<dc:creator>Esteban</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[structural]]></category>

		<guid isPermaLink="false">http://devisfun.wordpress.com/?p=303</guid>
		<description><![CDATA[Yet another variant of the proxy pattern, in this post I will cover the authentication proxy pattern which is used to check the access permissions for a request. In this example I will show you how to implement this pattern in a banking-like application, it will have an account with three methods, get balance, deposit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devisfun.wordpress.com&amp;blog=9207912&amp;post=303&amp;subd=devisfun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://devisfun.wordpress.com/2010/08/19/authentication-proxy-pattern/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ee90a15d7292ddc46867674144cc81f?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Esteban</media:title>
		</media:content>
	</item>
		<item>
		<title>Virtual Proxy Pattern</title>
		<link>http://devisfun.wordpress.com/2010/08/19/virtual-proxy-pattern/</link>
		<comments>http://devisfun.wordpress.com/2010/08/19/virtual-proxy-pattern/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 06:28:53 +0000</pubDate>
		<dc:creator>Esteban</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[structural]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://devisfun.wordpress.com/?p=299</guid>
		<description><![CDATA[As I said in an early post this is the first (of four) posts about the proxy design pattern, in this case I&#8217;m going to cover the virtual proxy. Virtual Proxies This kind of proxies are related to lazy loading, let&#8217;s suppose we have a photo album, which has photos &#8211; of course &#8211; in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devisfun.wordpress.com&amp;blog=9207912&amp;post=299&amp;subd=devisfun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://devisfun.wordpress.com/2010/08/19/virtual-proxy-pattern/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ee90a15d7292ddc46867674144cc81f?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Esteban</media:title>
		</media:content>
	</item>
		<item>
		<title>Proxy Pattern</title>
		<link>http://devisfun.wordpress.com/2010/08/19/proxy-pattern/</link>
		<comments>http://devisfun.wordpress.com/2010/08/19/proxy-pattern/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 06:23:00 +0000</pubDate>
		<dc:creator>Esteban</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[structural]]></category>

		<guid isPermaLink="false">http://devisfun.wordpress.com/?p=294</guid>
		<description><![CDATA[Hi everyone, I&#8217;m going to post about another design pattern :) The proxy pattern is a structural design pattern. It&#8217;s role is to support objects that control the creation of and access to other objects, often the proxy is a small public object that stands in for a more complex, private, object which is activated [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devisfun.wordpress.com&amp;blog=9207912&amp;post=294&amp;subd=devisfun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://devisfun.wordpress.com/2010/08/19/proxy-pattern/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ee90a15d7292ddc46867674144cc81f?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Esteban</media:title>
		</media:content>
	</item>
		<item>
		<title>Decorator Pattern</title>
		<link>http://devisfun.wordpress.com/2010/08/16/decorator-pattern/</link>
		<comments>http://devisfun.wordpress.com/2010/08/16/decorator-pattern/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:35:48 +0000</pubDate>
		<dc:creator>Esteban</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[decorator]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[structural]]></category>

		<guid isPermaLink="false">http://devisfun.wordpress.com/?p=289</guid>
		<description><![CDATA[Hi everyone, today I feel like posting about design patterns. I hope this post helps you to understand them, as they&#8217;re very helpful, but the main problems are the how, when and where. The decorator pattern is a structural design pattern. It&#8217;s role is to provide a way to attach new state and behavior to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devisfun.wordpress.com&amp;blog=9207912&amp;post=289&amp;subd=devisfun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://devisfun.wordpress.com/2010/08/16/decorator-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ee90a15d7292ddc46867674144cc81f?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Esteban</media:title>
		</media:content>
	</item>
		<item>
		<title>Website Localization With MasterPage</title>
		<link>http://devisfun.wordpress.com/2010/07/29/website-localization-with-masterpage/</link>
		<comments>http://devisfun.wordpress.com/2010/07/29/website-localization-with-masterpage/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 03:08:53 +0000</pubDate>
		<dc:creator>Esteban</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CreateSpecificCulture]]></category>
		<category><![CDATA[CultureInfo]]></category>
		<category><![CDATA[CurrentCulture]]></category>
		<category><![CDATA[CurrentThread]]></category>
		<category><![CDATA[CurrentUICulture]]></category>
		<category><![CDATA[Globalization]]></category>
		<category><![CDATA[InitializeCulture]]></category>
		<category><![CDATA[Localization]]></category>
		<category><![CDATA[Threading]]></category>

		<guid isPermaLink="false">http://devisfun.wordpress.com/?p=278</guid>
		<description><![CDATA[Hey folks, it&#8217;s been a long time since my last post, but here I am, willing to write more posts that I&#8217;m quite sure they will help you. This time I&#8217;ll write about something tricky that could be a real pain if the wrong approach is taken. What will we do? We will localize a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devisfun.wordpress.com&amp;blog=9207912&amp;post=278&amp;subd=devisfun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://devisfun.wordpress.com/2010/07/29/website-localization-with-masterpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ee90a15d7292ddc46867674144cc81f?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Esteban</media:title>
		</media:content>
	</item>
		<item>
		<title>Who doesn’t hate deadlocks?</title>
		<link>http://devisfun.wordpress.com/2010/01/08/who-doesnt-hate-deadlocks/</link>
		<comments>http://devisfun.wordpress.com/2010/01/08/who-doesnt-hate-deadlocks/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 03:30:20 +0000</pubDate>
		<dc:creator>Esteban</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Deadlock]]></category>
		<category><![CDATA[Exit]]></category>
		<category><![CDATA[Join]]></category>
		<category><![CDATA[Monitor]]></category>
		<category><![CDATA[Sleep]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Thread]]></category>
		<category><![CDATA[Threading]]></category>
		<category><![CDATA[TryEnter]]></category>

		<guid isPermaLink="false">http://devisfun.wordpress.com/?p=167</guid>
		<description><![CDATA[A few days ago a friend of mine was learning threading, and he asked me if I could write a deadlock example, well that day has come. What is threading? Threading is about threads which are the basis of high performance applications. The .NET Framework provides us the System.Threading namespace which contains and allows us [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devisfun.wordpress.com&amp;blog=9207912&amp;post=167&amp;subd=devisfun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://devisfun.wordpress.com/2010/01/08/who-doesnt-hate-deadlocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ee90a15d7292ddc46867674144cc81f?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Esteban</media:title>
		</media:content>
	</item>
		<item>
		<title>Passing data to Threads</title>
		<link>http://devisfun.wordpress.com/2010/01/07/passing-data-to-threads/</link>
		<comments>http://devisfun.wordpress.com/2010/01/07/passing-data-to-threads/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 03:13:45 +0000</pubDate>
		<dc:creator>Esteban</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CurrentThread]]></category>
		<category><![CDATA[ManagedThreadId]]></category>
		<category><![CDATA[ParameterizedThreadStart]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Thread]]></category>
		<category><![CDATA[Threading]]></category>

		<guid isPermaLink="false">http://devisfun.wordpress.com/?p=175</guid>
		<description><![CDATA[Hi, today we&#8217;re going to look how to pass data to threads. In the previous example we were using the StartThread delegate which takes no parameters. In most real world use of threading we will need to pass information to threads, to do this we are going to use a delegate called ParameterizedThreadStart which takes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devisfun.wordpress.com&amp;blog=9207912&amp;post=175&amp;subd=devisfun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://devisfun.wordpress.com/2010/01/07/passing-data-to-threads/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ee90a15d7292ddc46867674144cc81f?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Esteban</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple Threads</title>
		<link>http://devisfun.wordpress.com/2010/01/06/simple-threads/</link>
		<comments>http://devisfun.wordpress.com/2010/01/06/simple-threads/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 01:08:14 +0000</pubDate>
		<dc:creator>Esteban</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CurrentThread]]></category>
		<category><![CDATA[ManagedThreadId]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Thread]]></category>
		<category><![CDATA[Threading]]></category>
		<category><![CDATA[ThreadStart]]></category>

		<guid isPermaLink="false">http://devisfun.wordpress.com/?p=170</guid>
		<description><![CDATA[Hi, this post will be about how to start programming with threads. What do we need to do? 1. Create a method that takes no arguments and does not return any data. static void SimpleWork() {       Console.WriteLine(&#8220;Thread: {0}&#8221;, Thread.CurrentThread.ManagedThreadId); } 2. Create a new ThreadStart delegate, and specify the method created in step 1. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devisfun.wordpress.com&amp;blog=9207912&amp;post=170&amp;subd=devisfun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://devisfun.wordpress.com/2010/01/06/simple-threads/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ee90a15d7292ddc46867674144cc81f?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Esteban</media:title>
		</media:content>
	</item>
		<item>
		<title>Happy new year!</title>
		<link>http://devisfun.wordpress.com/2009/12/31/happy-new-year/</link>
		<comments>http://devisfun.wordpress.com/2009/12/31/happy-new-year/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 02:40:15 +0000</pubDate>
		<dc:creator>Esteban</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://devisfun.wordpress.com/2009/12/31/happy-new-year/</guid>
		<description><![CDATA[Hi everyone, I managed to ninja-post tonight and I wanted to say to all of you Happy new year! May this year be better than the las one :] Best regards, Esteban. Posted in Personal<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devisfun.wordpress.com&amp;blog=9207912&amp;post=158&amp;subd=devisfun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://devisfun.wordpress.com/2009/12/31/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ee90a15d7292ddc46867674144cc81f?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">Esteban</media:title>
		</media:content>
	</item>
	</channel>
</rss>
