<?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>Bit salad &#187; c#</title>
	<atom:link href="http://ezbitz.com/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://ezbitz.com</link>
	<description>Practical stuff</description>
	<lastBuildDate>Sun, 30 Oct 2011 11:22:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Decode Yahoo Messenger archive in c#</title>
		<link>http://ezbitz.com/2010/04/01/decode-yahoo-messenger-archive-in-c/</link>
		<comments>http://ezbitz.com/2010/04/01/decode-yahoo-messenger-archive-in-c/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 18:06:02 +0000</pubDate>
		<dc:creator>The Chef</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[archive decoder]]></category>
		<category><![CDATA[yahoo messenger]]></category>

		<guid isPermaLink="false">http://ezbitz.com/?p=176</guid>
		<description><![CDATA[One of the better features of yahoo messenger is the archive viewer. Unlike msn messenger, yahoo stores the archive in a structured format. One drawback of the archive viewer is that you have to be online and logged into yahoo to view your archives. The messages in the archive file are not encrypted; yahoo uses [...]]]></description>
		<wfw:commentRss>http://ezbitz.com/2010/04/01/decode-yahoo-messenger-archive-in-c/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Simple ImageShack upload using C#</title>
		<link>http://ezbitz.com/2009/06/08/simple-imageshack-upload-using-c/</link>
		<comments>http://ezbitz.com/2009/06/08/simple-imageshack-upload-using-c/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 16:54:07 +0000</pubDate>
		<dc:creator>The Chef</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[ImageShack]]></category>
		<category><![CDATA[ImageShack API]]></category>
		<category><![CDATA[memory xml deserialize]]></category>

		<guid isPermaLink="false">http://ezbitz.com/?p=121</guid>
		<description><![CDATA[First of all this class is based on the http helper class. The rest is trivial. Here is a piece of code The result is an xml. You can deserialize it using the XML serializer/deserializer from the previous post. Hope it helps. Enjoy]]></description>
		<wfw:commentRss>http://ezbitz.com/2009/06/08/simple-imageshack-upload-using-c/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>XML class serializer in C#</title>
		<link>http://ezbitz.com/2009/06/06/xml-class-serializer-in-c/</link>
		<comments>http://ezbitz.com/2009/06/06/xml-class-serializer-in-c/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 18:22:24 +0000</pubDate>
		<dc:creator>The Chef</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[.net framework]]></category>
		<category><![CDATA[memory xml deserialize]]></category>
		<category><![CDATA[xml deserialize]]></category>
		<category><![CDATA[xml serialize]]></category>

		<guid isPermaLink="false">http://ezbitz.com/?p=116</guid>
		<description><![CDATA[Here it is a short class very useful for serializing and deserializing. This is a good for settings file or configuration files. Here it is a short usage example: and this is the xml it produces:]]></description>
		<wfw:commentRss>http://ezbitz.com/2009/06/06/xml-class-serializer-in-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding DNS servers using c#</title>
		<link>http://ezbitz.com/2009/06/06/finding-dns-servers-using-c/</link>
		<comments>http://ezbitz.com/2009/06/06/finding-dns-servers-using-c/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 16:53:53 +0000</pubDate>
		<dc:creator>The Chef</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[.net framework]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">http://ezbitz.com/?p=113</guid>
		<description><![CDATA[Every computer connected to the internet must interrogate a DNS server in order to resolve domain names to ip addresses. To find the DNS server addresses your computer uses to resolve names, either it has a dhcp or static ip address, you can use the following piece of code. I wrapped all around a nice [...]]]></description>
		<wfw:commentRss>http://ezbitz.com/2009/06/06/finding-dns-servers-using-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to calculate md5 of a string in C#</title>
		<link>http://ezbitz.com/2009/05/26/how-to-calculate-md5-of-a-string-in-csharp/</link>
		<comments>http://ezbitz.com/2009/05/26/how-to-calculate-md5-of-a-string-in-csharp/#comments</comments>
		<pubDate>Tue, 26 May 2009 17:58:56 +0000</pubDate>
		<dc:creator>The Chef</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[.net framework]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[MD5CryptoServiceProvider]]></category>

		<guid isPermaLink="false">http://ezbitz.com/?p=107</guid>
		<description><![CDATA[If you have ever dared to write the md5 hashing algorithm in C#, you better stay calm because the MS guys thought of everything. It&#8217;s all in the framework. With just 2 lines of code the job is done. Take a look at the following piece of code: Easy, isn&#8217;t it ?]]></description>
		<wfw:commentRss>http://ezbitz.com/2009/05/26/how-to-calculate-md5-of-a-string-in-csharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 tools a C/C++/C#/PHP programmer should never miss</title>
		<link>http://ezbitz.com/2009/05/13/10-tools-a-cccphp-programmer-should-never-miss/</link>
		<comments>http://ezbitz.com/2009/05/13/10-tools-a-cccphp-programmer-should-never-miss/#comments</comments>
		<pubDate>Wed, 13 May 2009 10:59:22 +0000</pubDate>
		<dc:creator>The Chef</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://ezbitz.com/?p=75</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://ezbitz.com/2009/05/13/10-tools-a-cccphp-programmer-should-never-miss/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>C#: Disable the Expect 100 Continue issue</title>
		<link>http://ezbitz.com/2009/04/26/c-disable-the-expect-100-continue-issue/</link>
		<comments>http://ezbitz.com/2009/04/26/c-disable-the-expect-100-continue-issue/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 08:21:48 +0000</pubDate>
		<dc:creator>The Chef</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[Expect 100]]></category>

		<guid isPermaLink="false">http://ezbitz.com/?p=14</guid>
		<description><![CDATA[Here is a quick way to disable the Expect 100 Continue problem in C#. Simply put this line at the begining of your code:]]></description>
		<wfw:commentRss>http://ezbitz.com/2009/04/26/c-disable-the-expect-100-continue-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

