<?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 Mech - programming blog &#187; c#</title>
	<atom:link href="http://themech.net/category/programming/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://themech.net</link>
	<description>Python, software development, stock exchange, C#</description>
	<lastBuildDate>Thu, 08 Dec 2011 08:02:30 +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>Check for updates: how to download and install a new version of your C# application</title>
		<link>http://themech.net/2008/09/check-for-updates-how-to-download-and-install-a-new-version-of-your-csharp-application/</link>
		<comments>http://themech.net/2008/09/check-for-updates-how-to-download-and-install-a-new-version-of-your-csharp-application/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 14:52:10 +0000</pubDate>
		<dc:creator>mech</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[check for updates]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://themech.net/?p=110</guid>
		<description><![CDATA[In one of the previous tutorials I described a simple solution that allows an application to check if a new version is available. The solution presented there has two major flaws: while doing the check the main application thread is blocked, thus making the application UI not responsive to user actions after finding a new [...]]]></description>
		<wfw:commentRss>http://themech.net/2008/09/check-for-updates-how-to-download-and-install-a-new-version-of-your-csharp-application/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Adding &#8220;Check for update&#8221; feature to your C# application</title>
		<link>http://themech.net/2008/05/adding-check-for-update-option-in-csharp/</link>
		<comments>http://themech.net/2008/05/adding-check-for-update-option-in-csharp/#comments</comments>
		<pubDate>Thu, 29 May 2008 15:43:03 +0000</pubDate>
		<dc:creator>mech</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[check for update]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://themech.net/?p=8</guid>
		<description><![CDATA[Today I decided I would add a &#8216;check for update&#8217; option to my Eyes Relax application. This is quite useful feature, especially when you host your application on many hosting servers (like download.com and others). In this case it can be difficult for the user to check if there is a newer version of your [...]]]></description>
		<wfw:commentRss>http://themech.net/2008/05/adding-check-for-update-option-in-csharp/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
	</channel>
</rss>

