<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sean's Stuff &#187; C#</title>
	<atom:link href="http://stuff.seans.com/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuff.seans.com</link>
	<description>Learning new software development technologies out loud</description>
	<lastBuildDate>Sat, 21 Jan 2012 14:05:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='stuff.seans.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sean's Stuff &#187; C#</title>
		<link>http://stuff.seans.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://stuff.seans.com/osd.xml" title="Sean&#039;s Stuff" />
	<atom:link rel='hub' href='http://stuff.seans.com/?pushpress=hub'/>
		<item>
		<title>.NET Basics &#8211; Do Work in Background Thread to Keep GUI Responsive</title>
		<link>http://stuff.seans.com/2009/05/21/net-basics-do-work-in-background-thread-to-keep-gui-responsive/</link>
		<comments>http://stuff.seans.com/2009/05/21/net-basics-do-work-in-background-thread-to-keep-gui-responsive/#comments</comments>
		<pubDate>Thu, 21 May 2009 17:45:22 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asynchronous]]></category>
		<category><![CDATA[Background Thread]]></category>
		<category><![CDATA[BackgroundWorker]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Cancel Button]]></category>
		<category><![CDATA[Publish-Subscribe]]></category>

		<guid isPermaLink="false">http://stuff.seans.com/?p=893</guid>
		<description><![CDATA[One of the most important things that differentiates a &#8220;quick and dirty&#8221; application from one that has been designed well is how the application&#8217;s user interface behaves during lengthy operations.  The quick-and-dirty approach is to just do all of your work in a button&#8217;s Click event handler and not worry about the user interface.  The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stuff.seans.com&amp;blog=4003566&amp;post=893&amp;subd=spsexton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://stuff.seans.com/2009/05/21/net-basics-do-work-in-background-thread-to-keep-gui-responsive/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8922e4d5254d602ba3ed32dd073b5a4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spsexton</media:title>
		</media:content>

		<media:content url="http://spsexton.files.wordpress.com/2009/05/001-iter1client1.jpg" medium="image">
			<media:title type="html">001-Iter1Client</media:title>
		</media:content>

		<media:content url="http://spsexton.files.wordpress.com/2009/05/002-pubsubstates.jpg" medium="image">
			<media:title type="html">Application State Diagram</media:title>
		</media:content>

		<media:content url="http://spsexton.files.wordpress.com/2009/05/003-progress.jpg" medium="image">
			<media:title type="html">Progress</media:title>
		</media:content>

		<media:content url="http://spsexton.files.wordpress.com/2009/05/004-success1.jpg" medium="image">
			<media:title type="html">Success</media:title>
		</media:content>

		<media:content url="http://spsexton.files.wordpress.com/2009/05/005-cancelled.jpg" medium="image">
			<media:title type="html">Cancelled</media:title>
		</media:content>
	</item>
		<item>
		<title>A Simple .NET Twitter API Wrapper Using LINQ</title>
		<link>http://stuff.seans.com/2009/04/04/a-simple-net-twitter-api-wrapper-using-linq/</link>
		<comments>http://stuff.seans.com/2009/04/04/a-simple-net-twitter-api-wrapper-using-linq/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 06:06:24 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[LINQ]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter API]]></category>

		<guid isPermaLink="false">http://stuff.seans.com/?p=837</guid>
		<description><![CDATA[In the world of software demos, doing something with Twitter has replaced Hello World as the most common target of a demo.  At the risk of polluting the world with yet another chunk of code that does something with Twitter&#8211;I&#8217;d like to play around a bit with Silverlight charting and Twitter seems a great context [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stuff.seans.com&amp;blog=4003566&amp;post=837&amp;subd=spsexton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://stuff.seans.com/2009/04/04/a-simple-net-twitter-api-wrapper-using-linq/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8922e4d5254d602ba3ed32dd073b5a4e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spsexton</media:title>
		</media:content>

		<media:content url="http://spsexton.files.wordpress.com/2009/04/friendsdata1.jpg" medium="image">
			<media:title type="html">Output of Friends Request</media:title>
		</media:content>

		<media:content url="http://spsexton.files.wordpress.com/2009/04/userdata.jpg" medium="image">
			<media:title type="html">Data Returned from Users Request</media:title>
		</media:content>

		<media:content url="http://spsexton.files.wordpress.com/2009/04/ourgui.jpg" medium="image">
			<media:title type="html">ourgui</media:title>
		</media:content>
	</item>
	</channel>
</rss>
