<?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/"
	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>Comments on: A Simple .NET Twitter API Wrapper Using LINQ</title>
	<atom:link href="http://stuff.seans.com/2009/04/04/a-simple-net-twitter-api-wrapper-using-linq/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuff.seans.com/2009/04/04/a-simple-net-twitter-api-wrapper-using-linq/</link>
	<description>Learning new software development technologies out loud</description>
	<lastBuildDate>Sat, 21 Jan 2012 10:51:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Sean</title>
		<link>http://stuff.seans.com/2009/04/04/a-simple-net-twitter-api-wrapper-using-linq/#comment-1280</link>
		<dc:creator><![CDATA[Sean]]></dc:creator>
		<pubDate>Sat, 26 Mar 2011 15:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://stuff.seans.com/?p=837#comment-1280</guid>
		<description><![CDATA[Yes, it should work in VS2010.  You have to change one small thing, after converting your project.  The auto-generated settings class in Settings.Designer.cs ends up with the wrong namespace.  It used the &quot;Default Namespace&quot; that was set in project properties.  In the copy of the project that I checked in, this is TwitterCount.  It should actually be TwitterLib (I changed it at some point). Just go into the Project Properties for the TwitterLibGUI project and change the default namespace from TwitterCount to TwitterLib.  Then rebuild the project--everything should compile fine now.  You can also open Settings.Designer.cs in the code editor to verify that it has the correct namespace now.]]></description>
		<content:encoded><![CDATA[<p>Yes, it should work in VS2010.  You have to change one small thing, after converting your project.  The auto-generated settings class in Settings.Designer.cs ends up with the wrong namespace.  It used the &#8220;Default Namespace&#8221; that was set in project properties.  In the copy of the project that I checked in, this is TwitterCount.  It should actually be TwitterLib (I changed it at some point). Just go into the Project Properties for the TwitterLibGUI project and change the default namespace from TwitterCount to TwitterLib.  Then rebuild the project&#8211;everything should compile fine now.  You can also open Settings.Designer.cs in the code editor to verify that it has the correct namespace now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: momo</title>
		<link>http://stuff.seans.com/2009/04/04/a-simple-net-twitter-api-wrapper-using-linq/#comment-1276</link>
		<dc:creator><![CDATA[momo]]></dc:creator>
		<pubDate>Sat, 26 Mar 2011 11:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://stuff.seans.com/?p=837#comment-1276</guid>
		<description><![CDATA[dose it work with visaul studio 2010
becuse i have
Erro The name &#039;Properties&#039; does not exist in the current context]]></description>
		<content:encoded><![CDATA[<p>dose it work with visaul studio 2010<br />
becuse i have<br />
Erro The name &#8216;Properties&#8217; does not exist in the current context</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mojo_theone</title>
		<link>http://stuff.seans.com/2009/04/04/a-simple-net-twitter-api-wrapper-using-linq/#comment-466</link>
		<dc:creator><![CDATA[mojo_theone]]></dc:creator>
		<pubDate>Tue, 09 Feb 2010 15:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://stuff.seans.com/?p=837#comment-466</guid>
		<description><![CDATA[Hi,

it doesn&#039;t work. It increase only my remaining rate limit, but i&#039;ve got no output.

Do you know any reasons?

Best regards, mojo]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>it doesn&#8217;t work. It increase only my remaining rate limit, but i&#8217;ve got no output.</p>
<p>Do you know any reasons?</p>
<p>Best regards, mojo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clinton Gallagher</title>
		<link>http://stuff.seans.com/2009/04/04/a-simple-net-twitter-api-wrapper-using-linq/#comment-211</link>
		<dc:creator><![CDATA[Clinton Gallagher]]></dc:creator>
		<pubDate>Tue, 26 May 2009 22:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://stuff.seans.com/?p=837#comment-211</guid>
		<description><![CDATA[Sean, thankU, I think you&#039;ve blogged the most extensive use of the Twitter API to-date. Furthermore, you&#039;ve provided some real insight for other C# developers interested in observing how the 3.0 language features are used for a real-world objective.]]></description>
		<content:encoded><![CDATA[<p>Sean, thankU, I think you&#8217;ve blogged the most extensive use of the Twitter API to-date. Furthermore, you&#8217;ve provided some real insight for other C# developers interested in observing how the 3.0 language features are used for a real-world objective.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://stuff.seans.com/2009/04/04/a-simple-net-twitter-api-wrapper-using-linq/#comment-150</link>
		<dc:creator><![CDATA[Sean]]></dc:creator>
		<pubDate>Mon, 06 Apr 2009 18:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://stuff.seans.com/?p=837#comment-150</guid>
		<description><![CDATA[Here&#039;s a quick quiz question--what&#039;s the nature of the data in the final Peeps collection, with respect to sorting?  Is it sorted or not?]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s a quick quiz question&#8211;what&#8217;s the nature of the data in the final Peeps collection, with respect to sorting?  Is it sorted or not?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

