<?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; C#</title>
	<atom:link href="http://codinghut.com/tag/c/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>Add a contact to Windows Mobile in C#</title>
		<link>http://codinghut.com/2008/05/add-windows-mobile-contact-with-csharp/</link>
		<comments>http://codinghut.com/2008/05/add-windows-mobile-contact-with-csharp/#comments</comments>
		<pubDate>Tue, 20 May 2008 23:56:57 +0000</pubDate>
		<dc:creator>Vaelek</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://codinghut.com/2008/05/add-windows-mobile-contact-with-csharp/</guid>
		<description><![CDATA[I have not posted much lately for one main reason: I like posting complete applications, or at least complete libraries. As it would have it, I do not have the time, energy, or creativity to post complete projects on a basis regular enough to warrant a site devoted to.
As such, I am going to try [...]]]></description>
		<wfw:commentRss>http://codinghut.com/2008/05/add-windows-mobile-contact-with-csharp/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>
		<item>
		<title>C# Mailslot Control</title>
		<link>http://codinghut.com/2007/11/c-mailslot-control/</link>
		<comments>http://codinghut.com/2007/11/c-mailslot-control/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 19:57:36 +0000</pubDate>
		<dc:creator>Vaelek</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Legacy]]></category>
		<category><![CDATA[Mailslots]]></category>

		<guid isPermaLink="false">http://codinghut.com/newsite/2007/11/c-mailslot-control/</guid>
		<description><![CDATA[Remember Mailslots? I do! I do! Gohd, I do.. 
Back in the day I used Mailslots to create a very simple LAN chat program in Delphi. Now I have re-created that functionality for use in .NET. Here I have a fully working Mailslot control written in C#. 
This is one of those technologies that seriously [...]]]></description>
		<wfw:commentRss>http://codinghut.com/2007/11/c-mailslot-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

