<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Monotouch Quickie : UIPasteboard Snippet</title>
	<atom:link href="http://blog.kevfoo.com/index.php/2010/01/monotouch-quickie-uipasteboard-snippet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kevfoo.com/index.php/2010/01/monotouch-quickie-uipasteboard-snippet/</link>
	<description>The weblog of a Chicago based .Net and iPhone developer.</description>
	<lastBuildDate>Wed, 09 Jun 2010 08:32:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin McMahon</title>
		<link>http://blog.kevfoo.com/index.php/2010/01/monotouch-quickie-uipasteboard-snippet/comment-page-1/#comment-94</link>
		<dc:creator>Kevin McMahon</dc:creator>
		<pubDate>Sat, 30 Jan 2010 20:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevfoo.com/index.php/2010/01/monotouch-quickie-uipasteboard-snippet/#comment-94</guid>
		<description>Thanks Miguel.  I&#039;ll update the example.</description>
		<content:encoded><![CDATA[<p>Thanks Miguel.  I&#8217;ll update the example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Monotouch Quickie : UIPasteboard Snippet &#124; KevFoo -- Topsy.com</title>
		<link>http://blog.kevfoo.com/index.php/2010/01/monotouch-quickie-uipasteboard-snippet/comment-page-1/#comment-92</link>
		<dc:creator>Tweets that mention Monotouch Quickie : UIPasteboard Snippet &#124; KevFoo -- Topsy.com</dc:creator>
		<pubDate>Wed, 27 Jan 2010 00:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevfoo.com/index.php/2010/01/monotouch-quickie-uipasteboard-snippet/#comment-92</guid>
		<description>[...] This post was mentioned on Twitter by Kevin McMahon, MonoTouch.Info. MonoTouch.Info said: RT @klmcmahon: New blog post: Monotouch Quickie : UIPasteboard Snippet http://blog.kevfoo.com/index.php/2010/01/monotouch-quickie-uipasteboard-snippet/ [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Kevin McMahon, MonoTouch.Info. MonoTouch.Info said: RT @klmcmahon: New blog post: Monotouch Quickie : UIPasteboard Snippet <a href="http://blog.kevfoo.com/index.php/2010/01/monotouch-quickie-uipasteboard-snippet/" rel="nofollow">http://blog.kevfoo.com/index.php/2010/01/monotouch-quickie-uipasteboard-snippet/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MonoTouch.Info</title>
		<link>http://blog.kevfoo.com/index.php/2010/01/monotouch-quickie-uipasteboard-snippet/comment-page-1/#comment-91</link>
		<dc:creator>MonoTouch.Info</dc:creator>
		<pubDate>Tue, 26 Jan 2010 20:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevfoo.com/index.php/2010/01/monotouch-quickie-uipasteboard-snippet/#comment-91</guid>
		<description>&lt;strong&gt;MonoTouch Article - Monotouch Quickie - UIPasteboard Snippet...&lt;/strong&gt;

Thank you for submitting this entry - Trackback from MonoTouch.Info...</description>
		<content:encoded><![CDATA[<p><strong>MonoTouch Article &#8211; Monotouch Quickie &#8211; UIPasteboard Snippet&#8230;</strong></p>
<p>Thank you for submitting this entry &#8211; Trackback from MonoTouch.Info&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel de Icaza</title>
		<link>http://blog.kevfoo.com/index.php/2010/01/monotouch-quickie-uipasteboard-snippet/comment-page-1/#comment-90</link>
		<dc:creator>Miguel de Icaza</dc:creator>
		<pubDate>Tue, 26 Jan 2010 16:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevfoo.com/index.php/2010/01/monotouch-quickie-uipasteboard-snippet/#comment-90</guid>
		<description>Most of the time there is no need to use the NSString types in your code, the runtime will do those conversions for you on demand (string-&gt;NSString).  

The cases where you might want to create those in advance are the times where the same string will be used repeatedly (for example when strings are used as keys in a collection) and you want to avoid creating unnecessary objects.</description>
		<content:encoded><![CDATA[<p>Most of the time there is no need to use the NSString types in your code, the runtime will do those conversions for you on demand (string-&gt;NSString).  </p>
<p>The cases where you might want to create those in advance are the times where the same string will be used repeatedly (for example when strings are used as keys in a collection) and you want to avoid creating unnecessary objects.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
