<?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>The Coding Hut &#187; Multi Threaded</title>
	<atom:link href="http://codinghut.com/tag/multi-threaded/feed/" rel="self" type="application/rss+xml" />
	<link>http://codinghut.com</link>
	<description>Welcome to my 15 minutes</description>
	<lastBuildDate>Sun, 12 Apr 2009 01:01:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A self contained Thread Safe .NET TextBox Control</title>
		<link>http://codinghut.com/2007/11/a-self-contained-thread-safe-net-textbox-control/</link>
		<comments>http://codinghut.com/2007/11/a-self-contained-thread-safe-net-textbox-control/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 20:13:22 +0000</pubDate>
		<dc:creator>Vaelek</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Threading]]></category>
		<category><![CDATA[Delegate]]></category>
		<category><![CDATA[Multi Threaded]]></category>
		<category><![CDATA[Textbox]]></category>

		<guid isPermaLink="false">http://codinghut.com/newsite/2007/11/a-self-contained-thread-safe-net-textbox-control/</guid>
		<description><![CDATA[In many projects I am finding that I am quickly growing tired of writing delegates to keep various controls thread safe in multi-threaded environments. I have not yet determined whether it is best to create separate utility classes to handle all of the non-thread safe functionality, or to extend the control itself to be thread [...]]]></description>
		<wfw:commentRss>http://codinghut.com/2007/11/a-self-contained-thread-safe-net-textbox-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
