<?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; Threading</title>
	<atom:link href="http://codinghut.com/category/threading/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>Dealing With GUI Threading Issues</title>
		<link>http://codinghut.com/2009/04/dealing-with-gui-threading-issues/</link>
		<comments>http://codinghut.com/2009/04/dealing-with-gui-threading-issues/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 00:52:30 +0000</pubDate>
		<dc:creator>Vaelek</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Threading]]></category>

		<guid isPermaLink="false">http://codinghut.com/2009/04/dealing-with-gui-threading-issues/</guid>
		<description><![CDATA[Everybody at one point or another runs into a need to deal with threading. I would say the most common occasion is within event handlers. Often something on the application’s form will be updated to reflect information provided in the event handler. The problem with this is that the event handler will frequently be called [...]]]></description>
		<wfw:commentRss>http://codinghut.com/2009/04/dealing-with-gui-threading-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
